Headline
- The
/images/editendpoint added for image editing, backed by thenoise 0.7.1 and expanded AMD ROCm GPU support. allowed_originsnow accepts:*wildcard ports and*.domainsubdomain patterns for local development and homelab setups.- New
/v1/docsendpoint serves browsable API reference documentation with a JSON index and individual markdown pages. - Configurable VRAM auto-eviction via
auto_evictandauto_evict_threshold_pct, with prompt cache now preserved during soft-idle transitions. - Prerelease candidate builds available for early testing via GitHub prereleases under
candidate-v<version>tags and the Dockercandidateimage tag.
Breaking Changes
- Model version format changed from
X.Y.ZtoYYYY.WW.NorYYYY.WW.0~<count>.<hash>; tools and scripts that parse--versionoutput or compare version strings must be updated. - The
/modelsand/pull/variantsendpoints now serializeregistry_sourceas an empty string for models without an explicit source override, instead of'huggingface'; clients that assume the field is always set to a registry name will need to handle empty values. - The unversioned
/docsendpoint subtree now returns a JSON404instead of falling through to the SPA web app; any client relying on that fallback will receive a 404 response.
Lemonade Server
| Operating System | Downloads |
|---|---|
| Windows | lemonade.msi |
| Ubuntu 24.04+ | Launchpad PPA |
| Debian 13 (x86_64) | lemonade-server_2026.39.1-debian13_amd64.deb |
| Debian 13 (ARM64) | lemonade-server_2026.39.1-debian13_arm64.deb |
| Fedora 43 (x86_64) | lemonade-server-2026.39.1-fc43.x86_64.rpm |
| Fedora 43 (ARM64) | lemonade-server-2026.39.1-fc43.aarch64.rpm |
| Fedora 44 (x86_64) | lemonade-server-2026.39.1-fc44.x86_64.rpm |
| Fedora 44 (ARM64) | lemonade-server-2026.39.1-fc44.aarch64.rpm |
| macOS | Lemonade-2026.39.1-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-2026.39.1-ubuntu-x64.tar.gz |
| Ubuntu arm64 | lemonade-embeddable-2026.39.1-ubuntu-arm64.tar.gz |
| Windows x64 | lemonade-embeddable-2026.39.1-windows-x64.zip |
| macOS arm64 | lemonade-embeddable-2026.39.1-macos-arm64.tar.gz |
What's Changed
Thanks @AaronStGeorge, @Bekhouche, @GabrielReusRodriguez, @SlawomirNowaczyk, @Yigtwxx, @abn, @anditherobot, @antmikinka, @bitgamma, @fl0rianr, @github-actions, @iswaryaalex, @jamespthomas, @jeremyfowers, @kenvandine, @meghsat, @noamsto, @popey, @sofiageo, @superm1, @wariobot09, @zaneni6 for your awesome contributions to this release!
Click to expand changelog
/images/edit in TheNoise by @bitgamma in #3494
New Contributors
- @antmikinka made their first contribution in #1375
- @jamespthomas made their first contribution in #3516
Full Changelog: v11.9.0...candidate-v2026.39.1
The Windows installers in this release candidate are not signed; Windows SmartScreen will warn before installing. Stable releases are signed.