Package Details: lemonade-desktop 10.5.1-1

Git Clone URL: https://aur.archlinux.org/lemonade-desktop.git (read-only, click to copy)
Package Base: lemonade-desktop
Description: Lemonade: Local LLM Serving with GPU and NPU acceleration (GUI)
Upstream URL: https://github.com/lemonade-sdk/lemonade/
Licenses: Apache-2.0
Provides: lemonade-desktop
Submitter: luciddream
Maintainer: luciddream (bitgamma)
Last Packager: luciddream
Votes: 9
Popularity: 4.22
First Submitted: 2025-12-16 20:44 (UTC)
Last Updated: 2026-05-18 21:01 (UTC)

Latest Comments

« First ‹ Previous 1 2

th3raid0r commented on 2025-12-25 00:30 (UTC) (edited on 2025-12-25 00:56 (UTC) by th3raid0r)

lemonade-server is not optional.

Binaries are not installed in standard locations.

Please, could you make this thing work for non-technical users?

I'm able to figure it out pretty quickly, but it's not obvious without peeking at the pkgbuild.

To those looking to get this working do:

sudo ln -s /usr/share/lemonade-desktop/lemonade /usr/bin/lemonade

and ensure you've installed lemonade-server.

If you're having trouble with larger models on the ROCM backend do:

lemonade-server serve --llamacpp rocm --llamacpp-args "--flash-attn on --no-mmap"