Headline
- The Lemonade Router is complete: name a collection.router model and requests are steered by rule, classifier, semantic-similarity, or LLM-as-router policies, with per-candidate decision traces, a GUI for authoring and editing routers, and a POST /v1/classify text-classification endpoint backed by a new onnxruntime backend.
- ModelScope is now searchable alongside Hugging Face in the Model Manager, with source-aware model discovery, download, and registration.
- A server-side job engine lets clients post multi-step recipes and manage them through /jobs endpoints, with pause, interrupt, resume, and delete lifecycle control.
- lemond can act as an MCP client host, connecting to external stdio MCP servers and discovering their tools through admin-gated /internal/mcp/* endpoints.
- The lemonade CLI now supports HTTPS/TLS connections to secure remote endpoints, honoring http(s):// schemes in LEMONADE_HOST.
Breaking Changes
- The server no longer sends Access-Control-Allow-Origin: * by default: non-loopback browser origins are now rejected with 403 unless listed in LEMONADE_ALLOWED_ORIGINS, and the WebSocket same-origin fallback has been removed. Remote or LAN browser clients must set LEMONADE_ALLOWED_ORIGINS.
Lemonade Server
| Operating System |
Downloads |
| Windows |
lemonade.msi |
| Ubuntu 24.04+ |
Launchpad PPA |
| Debian 13 (x86_64) |
lemonade-server_11.5.0-debian13_amd64.deb |
| Debian 13 (ARM64) |
lemonade-server_11.5.0-debian13_arm64.deb |
| Fedora 43 (x86_64) |
lemonade-server-11.5.0-fc43.x86_64.rpm |
| Fedora 43 (ARM64) |
lemonade-server-11.5.0-fc43.aarch64.rpm |
| Fedora 44 (x86_64) |
lemonade-server-11.5.0-fc44.x86_64.rpm |
| Fedora 44 (ARM64) |
lemonade-server-11.5.0-fc44.aarch64.rpm |
| macOS |
Lemonade-11.5.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.5.0-ubuntu-x64.tar.gz |
| Ubuntu arm64 |
lemonade-embeddable-11.5.0-ubuntu-arm64.tar.gz |
| Windows x64 |
lemonade-embeddable-11.5.0-windows-x64.zip |
| macOS arm64 |
lemonade-embeddable-11.5.0-macos-arm64.tar.gz |
What's Changed
Thanks @OussamaBATOUCHE, @QuManu, @SlawomirNowaczyk, @abn, @ckopanos, @ekkoitac, @fl0rianr, @jon-hotaisle, @kenvandine, @kyuubyN, @meghsat, @midu16, @pwilkin, @radhaksri, @ramkrishna2910, @superm1, @therealjuanmartinez 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.
Router Milestone Contributors
The Lemonade Router shipped across v11.0.0 and v11.5.0 (17 PRs). PR authors: @eddierichter-amd, @SlawomirNowaczyk, @ramkrishna2910, @OussamaBATOUCHE, @QuManu, @meghsat, @fl0rianr, @coolduderules. Reviewers: @fl0rianr, @SlawomirNowaczyk, @eddierichter-amd, @ramkrishna2910, @meghsat, @superm1, @bong-water-water-bong.