Lemonade by AMD: Open Source Local LLM Server for GPU and NPU

What Lemonade Is
Lemonade is a local AI server built by AMD and the local AI community that runs text, image, and speech models on GPUs and NPUs. It's open source, designed to be private, and claims to be ready in minutes on any PC.
Key Features and Specifications
- Native C++ Backend: Lightweight service that is only 2MB
- One Minute Install: Simple installer that sets up the stack automatically
- OpenAI API Compatible: Works with hundreds of apps out-of-box and integrates in minutes
- Auto-configures for your hardware: Configures dependencies for your GPU and NPU
- Multi-engine compatibility: Works with llama.cpp, Ryzen AI SW, FastFlowLM, and more
- Multiple Models at Once: Run more than one model at the same time
- Cross-platform: A consistent experience across Windows, Linux, and macOS (beta)
- Built-in app: A GUI that lets you download, try, and switch models quickly
- Unified API: One local service for every modality including chat, vision, image generation, transcription, and speech generation
Model Support and Performance
The server can load models like gpt-oss-120b or Qwen-Coder-Next for advanced tool use. For tuning, you can use --no-mmap to speed up load times and increase context size to 64 or more. The source mentions that with 128 GB of unified RAM, you can load larger models.
Ecosystem Integration
Lemonade is integrated in many apps and works out-of-box with hundreds more thanks to the OpenAI API standard. Mentioned integrations include Open WebUI, n8n, Gaia Infinity, Arcade, GitHub Copilot, OpenHands, Dify, Deep Tutor, and Iterate.ai.
Community and Development
The project has 2.1k stars on GitHub and an active Discord community with 117 online at the time of the source. It's described as being built by the local AI community for every PC, with the philosophy that local AI should be free, open, fast, and private.
📖 Read the full source: HN LLM Tools
👀 See Also

ProofShot CLI Gives AI Coding Agents Browser Verification Capabilities
ProofShot is an open-source CLI tool that lets AI coding agents verify UI features by recording browser sessions, capturing screenshots, and collecting console errors. It works with any agent that can run shell commands and generates self-contained HTML reports for human review.

Free Model Alert: Tencent Hy3 Available on OpenRouter for 2 Weeks — Try It Now
Tencent Hy3 is free on OpenRouter for 2 weeks. Use it in OpenClaw via openrouter/tencent/hy3:free. Full details from r/openclaw.

Open Source Browser Tool for Testing MCP Servers Without Installation
An open source web tool called MCP Playground lets developers test MCP servers directly in their browser using WebContainers, a WASM Node.js runtime. It can run npm-based MCP servers locally without backend installation and connect to remote servers via URL.

cortex-engine MCP server adds persistent memory and multi-agent support
cortex-engine v0.4.0 is an open-source MCP server that gives AI agents persistent long-term memory with tools like observe(), query(), believe(), and dream(). It now supports multiple agents with isolated memory namespaces.