Headline
- This quality release fixes two top bugs:
allowed_originsno longer blocks remote use, and the fixed 120s prefill timeout is now a 600s default that is configurable viaglobal_timeout. - A new experimental
llamacpp-hrxbackend 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-Nextsupport. - Models placed in
chat/,embeddings/, andreranking/subfolders ofextra_models_dirare now classified by type and listed individually.
Breaking Changes
extra_models_dirmodels in reserved folders (chat/,embeddings/,reranking/) are now listed individually per file instead of as a singleextra.<directory>model; legacyextra.chat/extra.embeddings/extra.rerankingIDs still resolve as hidden aliases to the first file alphabetically.- The
LEMONADE_ALLOWED_ORIGINSenvironment variable is deprecated in favor of theallowed_originsconfig/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
New Contributors
- @vaibhav8a made their first contribution in #3383
- @AaronStGeorge made their first contribution in #3374
Full Changelog: v11.8.1...v11.9.0
Windows installers are signed. Free code signing provided by SignPath.io, certificate by SignPath Foundation. See our Code Signing Policy.