Headline
- Live model management: auto-unload is available, along with the ability to pin models to prevent eviction.
- LMX-Omni image generation gains fine-grained parameters, unified collection import/export, and Hugging Face distribution.
- Cloud offload serves chat completions from any OpenAI-compatible provider alongside local models.
- New MCP gateway and
lemonade launch piintegrations let external tools and agents call local models. - Expanded platform support adds Moonshine speech-to-text, NVIDIA GB10 arm64, Debian 13, and ROCm for Radeon GPUs.
Breaking Changes
- vLLM model IDs renamed from
Qwen3.5-*-vLLMtoQwen3.5-*-FP16-vLLM. - The
--flm-argsCLI flag andflm_argsAPI parameter have been removed. - Recipe-configuration environment variables have been removed.
- The legacy GUI collection export bundle format can no longer be imported.
- The default
ctx_sizechanged from 4096 to -1 (auto-tuned).
Lemonade Server
| Operating System | Downloads |
|---|---|
| Windows | lemonade.msi |
| Ubuntu 24.04+ | Launchpad PPA |
| Debian 13 | lemonade-server_10.8.0-debian13_amd64.deb |
| Fedora 43 | lemonade-server-10.8.0-fc43.x86_64.rpm |
| Fedora 44 | lemonade-server-10.8.0-fc44.x86_64.rpm |
| macOS | Lemonade-10.8.0-Darwin.pkg |
Other platforms? See our Installation Options for Docker, Snap, Arch, Debian, and more.
Embeddable Lemonade
Portable binaries for bundling into your own installer. Run lemond ./ as a subprocess.
| Platform | Download |
|---|---|
| Ubuntu x64 | lemonade-embeddable-10.8.0-ubuntu-x64.tar.gz |
| Windows x64 | lemonade-embeddable-10.8.0-windows-x64.zip |
| macOS arm64 | lemonade-embeddable-10.8.0-macos-arm64.tar.gz |
What's Changed
Thanks @Geramy, @Kushal1213, @abn, @anditherobot, @bitgamma, @blackdeathdrow, @ckuethe, @clemperorpenguin, @fl0rianr, @github-actions, @iswaryaalex, @jeremyfowers, @kenvandine, @neoblizz, @noamsto, @ramkrishna2910, @sawansri, @siavashhub, @superm1, @vgodsoe for your awesome contributions to this release!
Click to expand changelog
#ifdef _WIN32 by @superm1 in #2142
flm_args by @superm1 in #2015
New Contributors
- @blackdeathdrow made their first contribution in #2176
- @neoblizz made their first contribution in #2182
- @clemperorpenguin made their first contribution in #2183
Full Changelog: v10.7.0...v10.8.0
Windows installers are signed. Free code signing provided by SignPath.io, certificate by SignPath Foundation. See our Code Signing Policy.