Skip to content

v0.0.33

Choose a tag to compare

@mhamann mhamann released this 14 May 19:13
eac9de6

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

Desktop App Downloads

macOS (Apple Silicon only)

Download for Apple Silicon (M1+) Macs:

  • Apple Silicon (arm64): LlamaFarm-desktop-app-mac-arm64.dmg or .zip

Installation:

  1. Download the DMG or ZIP file
  2. Open the DMG and drag LlamaFarm to Applications (or extract the ZIP)
  3. Launch the app (it's signed and notarized, so it will open normally)
  4. 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.deb

Windows

Download the Windows installer:

  • Windows Installer: LlamaFarm-desktop-app-windows.exe

Installation:

  1. Download the installer
  2. Run the installer (it will install to your user directory)
  3. Launch LlamaFarm from the Start Menu
  4. 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.