v0.0.33
0.0.33 (2026-05-14)
Features
- cli,runtime: bundle llama.cpp binaries in release artifacts (#829) (17c4a26)
- cli: wire Linux x86_64 CUDA artifacts in llamabinary resolver (c5fe799)
- runtime: build and host Linux x86_64 CUDA llama.cpp binaries (091c637)
- runtime: build and host Linux x86_64 CUDA llama.cpp binaries (#834) (c4d0d56)
Bug Fixes
- ci: use pinned CUDA 13.0.2 devel image tag (ee5e9ae)
- common: guard detect_model_format HF fallback in offline mode (#831) (aa39031)
- edge: surface backend-init state on local/llm/status (#830) (c697ff8)
- rag: filter empty chunks before embedding to prevent ingestion f… (#835) (cb72dd4)
- runtime,cli: forward-fall-back cuda13 to cuda12 when no cuda13 artifact (09b0835)
- runtime: address PR review feedback for CUDA binary support (98304f0)
- runtime: pick a LlamaFarm release that actually ships the wanted asset (ef05083)
Miscellaneous Chores
- release 0.0.33 (943d803)
Desktop App Downloads
macOS (Apple Silicon only)
Download for Apple Silicon (M1+) Macs:
- Apple Silicon (arm64):
LlamaFarm-desktop-app-mac-arm64.dmgor.zip
Installation:
- Download the DMG or ZIP file
- Open the DMG and drag LlamaFarm to Applications (or extract the ZIP)
- Launch the app (it's signed and notarized, so it will open normally)
- The app will auto-install the CLI and start services
Linux
Download the appropriate package for your Linux distribution:
- AppImage (Universal):
LlamaFarm-desktop-app-linux.AppImage - Debian/Ubuntu:
LlamaFarm-desktop-app-linux.deb
Installation:
# AppImage (works on all distributions)
chmod +x LlamaFarm-desktop-app-linux.AppImage
./LlamaFarm-desktop-app-linux.AppImage
# Debian/Ubuntu
sudo dpkg -i LlamaFarm-desktop-app-linux.debWindows
Download the Windows installer:
- Windows Installer:
LlamaFarm-desktop-app-windows.exe
Installation:
- Download the installer
- Run the installer (it will install to your user directory)
- Launch LlamaFarm from the Start Menu
- The app will auto-install the CLI and start services
Auto-Updates
Once installed, the app will automatically check for updates and prompt you to install them.