Releases: llama-farm/llamafarm
v0.0.32
0.0.32 (2026-04-28)
Features
Bug Fixes
- edge: harden chat completions error handling (ROW-79) (#823) (f4634c6)
- llamafarm-llama: prepend BOS in create_chat_completion (#821) (0ab0d4a)
- runtime: harden context summarizer and truncation in offline mode (#825) (2d22d36)
Miscellaneous Chores
- release 0.0.32 (0a1ce19)
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.
v0.0.31
0.0.31 (2026-04-17)
Features
- ci: add ref input to docker build workflow (2f83127)
Bug Fixes
- ci: preserve multi-arch manifest when retagging release images (97361a1)
- ci: use checked-out SHA for docker image tags, not workflow SHA (614b808)
- ci: use checked-out SHA for docker image tags, not workflow SHA (1e41756)
- cli: recurse into subdirectories when scanning HF cache for GGUFs (#814) (ffbd3f7)
- edge: resolve model format from local dir before HF API (#817) (e9f89ec)
- llamafarm-llama: fetch model chat template + prepend BOS in raw completions (#820) (2dd8278)
- llamafarm-llama: honor temperature=0 as greedy, wire up repeat_penalty (#818) (eb25906)
- llamafarm-llama: restore fixes lost in merge + add regression tests (1e58071)
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.
v0.0.30
0.0.30 (2026-04-09)
Features
Miscellaneous Chores
- release 0.0.30 (8ec27c5)
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.
v0.0.29
0.0.29 (2026-04-08)
Features
- edge: model preloading and cache pinning (#804) (599f3c1)
- offline-mode deployment story (lf models path + LLAMAFARM_MODEL_DIR) (#806) (807c267)
- runtime: add standalone edge runtime for Pi/Jetson deployment (#799) (9920067)
Bug Fixes
- ci: remove duplicate sha256 glob that caused pyapp release uploads to fail (e436315)
- runtime: force UTF-8 on log file handlers and add edge runtime to CI (#808) (9c50a40)
Miscellaneous Chores
- release 0.0.29 (fe6d46c)
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.
v0.0.28
0.0.28 (2026-03-05)
Features
- cli: add deploy command and bundle packaging (#772) (da1bb13)
- designer: Bundle UI for deployment workflow (#783) (906b9e3)
- ML addons — timeseries, ADTK, drift, CatBoost (addon-based, cherry-pickable) (#766) (55850d6)
- runtime: add logprobs support for GGUF chat completions (#791) (79c9874)
- Server-Side KV Cache with Multi-Turn Chaining and Pre-Warming (#782) (e750ed1)
- server: add builtin tools system with tasks tool (#738) (952597c)
- support structured outputs (#724) (55fa703)
- vision API improvements, evaluation pipeline, and object tracking (#780) (f9635a4)
- Vision UI for Designer (#777) (6542c74)
- vision: detect+classify combo, session TTL cleanup, COCO dataset support (#774) (96151ab)
- vision: Vision MVP — detect, classify, train, cascade, feedback (#765) (bda3c6e)
Bug Fixes
- ci: read prose changelog from file to avoid ARG_MAX overflow (ccae0a0)
- cli: embed addon registry into binary for released builds (#792) (38b481e)
- content budget math (#779) (84e05bc)
- designer: remote access (#750) (e35b050)
- exclude base-install dependencies from addon wheel bundles (#770) (c72f0dd)
- return 422 for unavailable timeseries backends instead of 500 (#787) (ce4f933)
Miscellaneous Chores
- release 0.0.28 (91c924d)
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.
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.
v0.0.27
0.0.27 (2026-02-16)
Features
- addons (#748) (c026511)
- anomaly: add comprehensive docs, use-cases, and full demo (#715) (fe988ad)
- binary component builds (#681) (a9858e4)
- config: add per-model RAG defaults (#759) (4ad4a6c)
- designer: show RAG source chunks in test outputs (#740) (be5ea97)
- server: cascading default data processing strategies (#697) (882a643)
- server: change default port from 8000 to 14345 (#731) (7150e75)
Bug Fixes
- audio: designer error handling (#722) (dc41a42)
- designer: improve delete UX and handle ghost projects (#739) (cb002d4)
- designer: preserve project name when opening delete modal (10ba578)
- designer: remove redundant save calls causing 404 on train button (#741) (05d0779)
- designer: sequential addon install and auto-enable after install (#767) (c4e78f9)
- designer: update onboarding checklist after demo project conversion (#745) (1e8ee89)
- runtime: add smart GPU allocation to prevent multi-model OOM crashes (#761) (848d103)
- server: API system prompts override config system prompts (#763) (97f1e3c)
- universal-runtime: prevent event loop blocking during model loading (#743) (b3d7f31)
Miscellaneous Chores
- release 0.0.27 (9aff4e9)
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.
Test Release - feat-addons
Pre-release for testing the feat-addons branch.
v0.0.26
0.0.26 (2026-01-27)
Features
- config: add reusable components (#682) (e59ec87)
- designer: add gardening and home repair sample datasets (#688) (b2c71f3)
- designer: add port and clean up link (2d03d2c)
- designer: add Service Status panel to header (3d9aca7)
- designer: auto process datasets (#679) (b15db41)
- designer: small color/sizing/layout update (#711) (8bd9542)
- electron-app: improve splash screen UX and cross-platform support (#712) (35f56f7)
- full-duplex speech reasoning pipeline (#690) (0d6090b)
- rag: add document preview with strategy selection (#704) (87fe04f)
- rag: Universal RAG - Zero-config default strategy (#696) (909f549)
- runtime: audio processing (#685) (3d7536c)
- server: add dynamic value substitution for prompts and tools (#672) (127fccb)
Bug Fixes
- cli: prevent dev builds from stopping running services (#699) (2173f77), closes #698
- cli: remove PYTORCH_MPS_HIGH_WATERMARK_RATIO to fix sample project creation (#725) (1fdfec7)
- cli: update prompt type to match generated schema (cb4f76d)
- designer: Clear Chat Button Input Field Issue During Streaming (#446) (8df09e8)
- designer: fix error overflows (581b846)
- designer: improve Service Status panel reliability and accessibility (29fe28d)
- Jetson/Tegra CUDA optimization and unified memory GPU support (#702) (33f65ad)
- runtime: add Intel Mac (x86_64) support with PyTorch 2.2.2 (#726) (9ef08e6)
- runtime: restrict sync inference to Jetson/Tegra platforms (#718) (a5429bd)
Miscellaneous Chores
- release 0.0.26 (9ccae0f)
Desktop App Downloads
macOS
Download for Apple Silicon (M1+) or Intel Macs:
- Apple Silicon (arm64):
LlamaFarm-desktop-app-mac-arm64.dmgor.zip - Intel (x64):
LlamaFarm-desktop-app-mac-x64.dmgor.zip
Installation:
- Download the DMG or ZIP file for your architecture
- 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.
v0.0.25
0.0.25 (2026-01-14)
Features
- auto-process files on dataset upload (#661) (e08d762)
- designer: add all api calls to dev tools (#680) (d36f6ff)
- designer: add sse streaming for embedding model downloads (#655) (b2ffbd0)
- designer: test space to include anomaly and classifier tests +other updates (#657) (fc94563)
- runtime: support for native tool calling (#636) (f99f305)
Bug Fixes
- cli: config validation errors output (#673) (6d92f43)
- install/run failures on windows w/ nvidia (#665) (29f3242)
- rag: remove parser fallback (#642) (7037219)
- runtime: move deps to main and enable offline GGUF loading (#670) (1d9de0c)
Miscellaneous Chores
- release 0.0.25 (74dea58)
This PR was generated with Release Please. See documentation.
Desktop App Downloads
macOS
Download for Apple Silicon (M1+) or Intel Macs:
- Apple Silicon (arm64):
LlamaFarm-desktop-app-mac-arm64.dmgor.zip - Intel (x64):
LlamaFarm-desktop-app-mac-x64.dmgor.zip
Installation:
- Download the DMG or ZIP file for your architecture
- 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.
v0.0.24
0.0.24 (2026-01-06)
Features
- anomaly: add normalization methods for anomaly detection scores (#624) (9850015)
- designer: ux for anomaly detection (#635) (2754881)
Bug Fixes
Miscellaneous Chores
- release 0.0.24 (0501ed7)
Desktop App Downloads
macOS
Download for Apple Silicon (M1+) or Intel Macs:
- Apple Silicon (arm64):
LlamaFarm-desktop-app-mac-arm64.dmgor.zip - Intel (x64):
LlamaFarm-desktop-app-mac-x64.dmgor.zip
Installation:
- Download the DMG or ZIP file for your architecture
- 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.