lemonade-sdk/lemonade

Lemonade helps users discover and run local AI apps by serving optimized LLMs right from their own GPUs and NPUs. Join our discord:...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 11th, 2026
Created on May 15th, 2025
Open Issues & Pull Requests: 528 (-1)
GitHub issues: Enabled
Number of forks: 497
Total Stargazers: 5,700 (+0)
Total Subscribers: 37 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.6 hours
Mean response time: 7.7 days
90th percentile: 13.3 days
Tracked items: 1,321

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 70% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "web ui" is answered fastest, typically in about 3 hours, while "priority::😎warm" waits about 28 hours. 32% of tracked open issues have had no activity in three months. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 393
New in 7 days: 15
Closed in 7 days: 21
Avg open age: 94 days
Stale 30+ days: 237
Stale 90+ days: 103

Recent activity

Opened in 7 days: 13
Closed in 7 days: 21
Comments in 7 days: 8
Events in 7 days: 33

Top labels

  • bug (529)
  • enhancement (365)
  • engine::llamacpp (136)
  • area::api (100)
  • web ui (99)
  • priority::😎warm (85)
  • app (82)
  • runtime::rocm (78)

Detailed Description

Lemonade is a local AI server that runs optimized language models and multimodal AI directly on user GPUs and NPUs, exposing them through standard OpenAI, Anthropic, and Ollama APIs.

The tool solves the problem of cloud AI dependency by enabling users to run inference locally with full privacy and no ongoing costs. It works by packaging optimized model implementations that automatically adapt to available hardware—whether AMD Ryzen AI NPUs, Radeon GPUs, or other accelerators—and serving them through familiar API standards so existing applications can connect without modification. The project includes both a standalone server for system-wide use and an embeddable binary for developers to integrate into their own applications.

Lemonade suits developers and end users who want to avoid cloud API costs and data transmission, or who need offline AI capabilities. It works well for chat, coding assistance, speech generation, and image generation tasks. The tool is particularly optimized for AMD hardware including Ryzen AI and Radeon GPUs, though it supports broader GPU and NPU ecosystems. Users can browse and download models through a built-in model manager and interact with them via chat, image generation, and speech interfaces. The project also provides mobile clients for iOS and Android, extending local AI access beyond desktop environments.

The project maintains active community engagement through a Discord channel and explicitly welcomes pull requests. Development spans multiple platforms with dedicated installers for Windows, Linux, and macOS, plus Docker support and source-based builds. The codebase is written primarily in C++ and incorporates ONNX Runtime for model inference, with specific optimizations leveraging AMD's ROCm and Vulkan for hardware acceleration. The project acknowledges AMD engineers as contributors to hardware-specific optimizations.