Download Latest Version v10.0.1 source code.tar.gz (1.2 MB)
Email in envelope

Get an email when there's a new version of Lemonade

Home / v10.0.0
Name Modified Size InfoDownloads / Week
Parent folder
Lemonade-10.0.0-Darwin.pkg 2026-03-11 104.6 MB
Lemonade-10.0.0-x86_64.AppImage 2026-03-11 106.1 MB
lemonade-server-10.0.0.x86_64.rpm 2026-03-11 3.4 MB
lemonade-server-minimal.msi 2026-03-11 4.7 MB
lemonade-server_10.0.0_amd64.deb 2026-03-11 4.2 MB
lemonade.msi 2026-03-11 112.3 MB
README.md 2026-03-11 10.5 kB
v10.0.0 source code.tar.gz 2026-03-11 1.1 MB
v10.0.0 source code.zip 2026-03-11 1.3 MB
Totals: 9 Items   337.7 MB 2

image

Headline

  • Linux NPU support is available for LLMs and Whisper via FastFlowLM
  • Native integration with Claude Code: lemonade-server launch claude
  • A Fedora .rpm installer is now published in the release

Quick Install

Operating System Downloads
Windows lemonade.msi (Server + App) · lemonade-server-minimal.msi (Server Only)
Ubuntu lemonade-server_10.0.0_amd64.deb (Server) · Lemonade-10.0.0-x86_64.AppImage (Standalone App)
Fedora lemonade-server-10.0.0.x86_64.rpm (Server) · Lemonade-10.0.0-x86_64.AppImage (Standalone App)
macOS (beta) Lemonade-10.0.0-Darwin.pkg (Server + App)

Other platforms? See our Installation Options for Docker, Snap, Arch, Fedora, Debian, and more.


What's Changed

Thanks @Geramy, @Jays-1111, @OmerFarukOruc, @Rebreda, @abn, @bitgamma, @choppu, @james-martinez, @jeremyfowers, @kenvandine, @ramkrishna2910, @sawansri, @sofiageo, @superm1, @szkocot, @vgodsoe for your awesome contributions to this release!

Click to expand changelog * Add tool-calling label to more models by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1224 * Update FLM NPU min kernel version to 6.17 by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1228 * Fix code block formatting in NPU Linux documentation by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1238 * Add an NPU linux beta flag by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1244 * Enable NPU for Linux by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1243 * Fix false 'not running' status in sandboxed Linux environments by @abn in https://github.com/lemonade-sdk/lemonade/pull/1249 * Fix journald detection using sd_pid_get_unit() instead of JOURNAL_STREAM by @abn in https://github.com/lemonade-sdk/lemonade/pull/1247 * Enable gpt-oss-20b-flm on linux by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1251 * Fix incorrect skipping of PID file and instance locks by @abn in https://github.com/lemonade-sdk/lemonade/pull/1246 * doc: update Arch Linux NPU instructions by @sofiageo in https://github.com/lemonade-sdk/lemonade/pull/1253 * Use $XDG_RUNTIME_DIR/lemonade for runtime artifacts on Linux by @abn in https://github.com/lemonade-sdk/lemonade/pull/1254 * Fix server failing to start when device is offline by @abn in https://github.com/lemonade-sdk/lemonade/pull/1257 * Fix duplicate server exit messaging by @szkocot in https://github.com/lemonade-sdk/lemonade/pull/1230 * Make Vulkan take priority over CPU for whisper.cpp by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1252 * Launch `flm` the same on Windows and Linux by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1266 * Reduce FLM beta only to `flm validate` by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1259 * fix path to to the turbo version of z-image by @bitgamma in https://github.com/lemonade-sdk/lemonade/pull/1264 * Overhaul the blog template by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1268 * Clarify system requirement on FLM Linux setup by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1271 * Add support for passing custom arguments to FLM backend through --flm-args by @Jays-1111 in https://github.com/lemonade-sdk/lemonade/pull/1235 * Update vulnerable npm packages by @Rebreda in https://github.com/lemonade-sdk/lemonade/pull/1274 * Enumerate all RFC1918 interfaces for network beacon broadcasting by @Geramy in https://github.com/lemonade-sdk/lemonade/pull/1225 * Make streaming Whisper work in the app when Lemonade server is on another machine by @bitgamma in https://github.com/lemonade-sdk/lemonade/pull/1263 * Add support for NPU Utilization in status bar by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1261 * Add FLM multi-modal support (ASR + embeddings) with test refactor by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1270 * Fix Windows Unicode cache paths for downloads by @szkocot in https://github.com/lemonade-sdk/lemonade/pull/1232 * Introduces Aixlog logging framework by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1200 * Add claude review workflows by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/1279 * Update claude workflow by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/1282 * Feature: Configurable HTTP Timeout for Backend Communication by @james-martinez in https://github.com/lemonade-sdk/lemonade/pull/1272 * Enable claude code integration via "ollama launch claude" by @sawansri in https://github.com/lemonade-sdk/lemonade/pull/1168 * Add initial STT transcription UX for chat by @Rebreda in https://github.com/lemonade-sdk/lemonade/pull/1258 * Add support for using 'system' provided llamacpp binary by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1122 * Remove some duplication in RecipeOptions by @bitgamma in https://github.com/lemonade-sdk/lemonade/pull/1287 * Add qwen3.5 small models by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1290 * Fix claude-review workflow permissions and inputs by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/1291 * Fix claude-review: remove prompt override preventing review posting by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/1292 * Fix claude-review: use gh pr comment to post reviews by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/1293 * Improve claude-review: inline comments + concise structured format by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/1295 * Added import / export model by @choppu in https://github.com/lemonade-sdk/lemonade/pull/1212 * Remove redundant logging by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1288 * Add back llama-server logs with INFO log level by @sawansri in https://github.com/lemonade-sdk/lemonade/pull/1284 * Feature: Add `logs` CLI subcommand and open webapp logs in Tray by @abn in https://github.com/lemonade-sdk/lemonade/pull/1299 * Lay the groundwork for Lemonade Ultra by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1283 * Add model family grouping in Model Manager by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1289 * Fix a minor bug causing the Backend Manager UI to sometimes be out of date by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1302 * Draw SVG images without lucide-react by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1301 * escape arguments when building win32 command line calls by @bitgamma in https://github.com/lemonade-sdk/lemonade/pull/1286 * Fix the copy-to-clipboard button in electron by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1306 * Drop incorrect SPDX tag for self_hosted_runner docs by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1304 * Move to public claude.md file by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/1308 * docs: add /images/edits and /images/variations endpoint specs by @kenvandine in https://github.com/lemonade-sdk/lemonade/pull/1278 * Add examples for adding custom models by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/1281 * Add workflow to test on new CI runner by @vgodsoe in https://github.com/lemonade-sdk/lemonade/pull/1217 * Allow vs18 and fix system-info print by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1329 * Add claude.md to git ignore by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/1326 * Fix claude-code-action failing on fork PRs by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/1332 * Fix claude-review: grant write permissions for issues and PRs by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/1333 * Add "launch" subcommand to launch coding agents by @sawansri in https://github.com/lemonade-sdk/lemonade/pull/1307 * ci: publish Fedora RPM releases by @OmerFarukOruc in https://github.com/lemonade-sdk/lemonade/pull/1321 * Update the FLM Linux guide to work as a blog by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/1338 * Switch to FLM 0.9.35 by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/1233

New Contributors

Full Changelog: https://github.com/lemonade-sdk/lemonade/compare/v9.4.1...v10.0.0


Windows installers are signed. Free code signing provided by SignPath.io, certificate by SignPath Foundation. See our Code Signing Policy.

Source: README.md, updated 2026-03-11