Headline
- A new 3D-generation modality ports the Trellis.2 image-to-3D pipeline, exposing a
POST /v1/3d/generationsendpoint and a GUI 3D panel with an in-app model viewer. - Text-to-speech arrives with the OpenMOSS backend, including voice-cloning and voice-design models and a dedicated TTS panel in the GUI.
- Naming a
collection.routermodel on/chat/completions,/completions, or/responsesnow runs its routing engine and reports the selected route via anx_lemonade_routebody field andx-lemonade-routeheader. - ModelScope is now supported as a second remote model registry alongside Hugging Face, with source selection across the CLI, API, and desktop app.
- The FastFlowLM NPU backend now auto-installs on Linux instead of requiring a manual system-package install, with a new
prefer_systemconfig flag.
Breaking Changes
- The Docker runtime image now runs
lemondas unprivileged UID 10001 and stores caches under/opt/lemonade/.cacheinstead of/root/.cache; chown or recreate existing root-owned named volumes. - Re-registering a Hugging Face user model under a name already used by a different checkpoint now returns an error instead of silently overwriting the existing
user.*model; choose a different name.
Lemonade Server
| Operating System | Downloads |
|---|---|
| Windows | lemonade.msi |
| Ubuntu 24.04+ | Launchpad PPA |
| Debian 13 (x86_64) | lemonade-server_11.0.0-debian13_amd64.deb |
| Debian 13 (ARM64) | lemonade-server_11.0.0-debian13_arm64.deb |
| Fedora 43 (x86_64) | lemonade-server-11.0.0-fc43.x86_64.rpm |
| Fedora 43 (ARM64) | lemonade-server-11.0.0-fc43.aarch64.rpm |
| Fedora 44 (x86_64) | lemonade-server-11.0.0-fc44.x86_64.rpm |
| Fedora 44 (ARM64) | lemonade-server-11.0.0-fc44.aarch64.rpm |
| macOS | Lemonade-11.0.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.0.0-ubuntu-x64.tar.gz |
| Ubuntu arm64 | lemonade-embeddable-11.0.0-ubuntu-arm64.tar.gz |
| Windows x64 | lemonade-embeddable-11.0.0-windows-x64.zip |
| macOS arm64 | lemonade-embeddable-11.0.0-macos-arm64.tar.gz |
What's Changed
Thanks @SlawomirNowaczyk, @abn, @ckuethe, @eddierichter-amd, @fl0rianr, @ianbmacdonald, @indistinctTalk, @kenvandine, @kyuubyN, @pwilkin, @ramkrishna2910, @superm1, @wariobot09 for your awesome contributions to this release!
Click to expand changelog
New Contributors
- @kyuubyN made their first contribution in #2648
- @indistinctTalk made their first contribution in #2664
Full Changelog: v10.10.0...v11.0.0
Windows installers are signed. Free code signing provided by SignPath.io, certificate by SignPath Foundation. See our Code Signing Policy.