Headline
- This quality release fixes two top bugs: allowed_origins no longer blocks remote use, and the fixed 120s prefill timeout is now a 600s default that is configurable via global_timeout.
- A new experimental llamacpp-hrx backend runs AMD's HRX runtime in early access on AMD gfx1100/gfx1151 GPUs on Linux.
- The pinned llama.cpp backend version was updated to add Qwen3-Next support.
- Models placed in chat/, embeddings/, and reranking/ subfolders of extra_models_dir are now classified by type and listed individually.
Breaking Changes
- extra_models_dir models in reserved folders (chat/, embeddings/, reranking/) are now listed individually per file instead of as a single extra. model; legacy extra.chat/extra.embeddings/extra.reranking IDs still resolve as hidden aliases to the first file alphabetically.
- The LEMONADE_ALLOWED_ORIGINS environment variable is deprecated in favor of the allowed_origins config/CLI option and auto-migrates at startup with a warning; migrate to the new option, as the environment variable is only supported temporarily.
Lemonade Server
| Operating System |
Downloads |
| Windows |
lemonade.msi |
| Ubuntu 24.04+ |
Launchpad PPA |
| Debian 13 (x86_64) |
lemonade-server_11.9.0-debian13_amd64.deb |
| Debian 13 (ARM64) |
lemonade-server_11.9.0-debian13_arm64.deb |
| Fedora 43 (x86_64) |
lemonade-server-11.9.0-fc43.x86_64.rpm |
| Fedora 43 (ARM64) |
lemonade-server-11.9.0-fc43.aarch64.rpm |
| Fedora 44 (x86_64) |
lemonade-server-11.9.0-fc44.x86_64.rpm |
| Fedora 44 (ARM64) |
lemonade-server-11.9.0-fc44.aarch64.rpm |
| macOS |
Lemonade-11.9.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-11.9.0-ubuntu-x64.tar.gz |
| Ubuntu arm64 |
lemonade-embeddable-11.9.0-ubuntu-arm64.tar.gz |
| Windows x64 |
lemonade-embeddable-11.9.0-windows-x64.zip |
| macOS arm64 |
lemonade-embeddable-11.9.0-macos-arm64.tar.gz |
What's Changed
Thanks @AaronStGeorge, @Bekhouche, @GabrielReusRodriguez, @Geramy, @abn, @anditherobot, @bitgamma, @fl0rianr, @github-actions, @jeremyfowers, @kenvandine, @superm1, @vaibhav8a, @zaneni6 for your awesome contributions to this release!
Click to expand changelog
Windows installers are signed. Free code signing provided by SignPath.io, certificate by SignPath Foundation. See our Code Signing Policy.