Headline
- Streaming models now run on AMD integrated GPUs by sizing against the APU GTT pool instead of the fixed VRAM carve-out, enabling model streaming on hardware previously unsupported.
- Junie by JetBrains is a new launch agent available via
lemonade launch junie, with profile generation and integration documentation. - Cloud provider context window and completion token limits are now parsed from model metadata and surfaced on
GET /v1/models. - AMD GPU entries in
GET /api/v1/system-infoshow a marketing name (e.g. "AMD Radeon RX 9070 XT (gfx1201)") instead of a raw numeric code.
Breaking Changes
- The POST /v1/images/upscale endpoint requires the 'upscaling' model label; models without it return a 400 error — label your model 'upscaling' to use the endpoint.
- OpenMOSS backend 'rocm' and 'rocm_bin' removed on Windows and Linux because ROCm builds run ~40x slower than Vulkan on the same hardware — use
backend: vulkanorbackend: cudainstead. - sd-cpp ROCm removed on Windows where the backend ran at CPU speed without any acceleration — switch to
backend: vulkanorbackend: auto. - AMD GPU entries in
GET /api/v1/system-infonow show a marketing name instead of a raw numeric code — parse thefamilyfield for the ISA code. - Editing
user_models.jsonno longer takes effect without a restart oflemond; the restart requirement was always implied and is now documented.
Lemonade Server
| Operating System | Downloads |
|---|---|
| Windows | lemonade.msi |
| Ubuntu 24.04+ | Launchpad PPA |
| Debian 13 (x86_64) | lemonade-server_2026.40.0-debian13_amd64.deb |
| Debian 13 (ARM64) | lemonade-server_2026.40.0-debian13_arm64.deb |
| Fedora 43 (x86_64) | lemonade-server-2026.40.0-fc43.x86_64.rpm |
| Fedora 43 (ARM64) | lemonade-server-2026.40.0-fc43.aarch64.rpm |
| Fedora 44 (x86_64) | lemonade-server-2026.40.0-fc44.x86_64.rpm |
| Fedora 44 (ARM64) | lemonade-server-2026.40.0-fc44.aarch64.rpm |
| macOS | Lemonade-2026.40.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-2026.40.0-ubuntu-x64.tar.gz |
| Ubuntu arm64 | lemonade-embeddable-2026.40.0-ubuntu-arm64.tar.gz |
| Windows x64 | lemonade-embeddable-2026.40.0-windows-x64.zip |
| macOS arm64 | lemonade-embeddable-2026.40.0-macos-arm64.tar.gz |
What's Changed
Thanks @abn, @apollo-2006, @atirna, @bong-water-water-bong, @fl0rianr, @jeremyfowers, @mashan555, @noamsto, @superm1, @zaneni6 for your awesome contributions to this release!
Click to expand changelog
New Contributors
- @apollo-2006 made their first contribution in #3601
- @atirna made their first contribution in #3511
- @mashan555 made their first contribution in #3621
Full Changelog: v2026.39.1...candidate-v2026.40.0
The Windows installers in this release candidate are not signed; Windows SmartScreen will warn before installing. Stable releases are signed.