$git clone https://github.com/lemonade-sdk/lemonadeLemonade is the local AI server that gives you the same capabilities as cloud APIs, except 100% free and private. Use the latest models for chat, coding, speech, and image generation on your own NPU and GPU.
| 1 | ## 🍋 Lemonade: Refreshingly fast local AI |
| 2 | |
| 3 | <p align="center"> |
| 4 | <a href="https://discord.gg/5xXzkMu8Zk"> |
| 5 | <img src="https://img.shields.io/badge/Discord-7289DA?logo=discord&logoColor=white" alt="Discord" /></a> |
| 6 | <a href="https://github.com/lemonade-sdk/lemonade/blob/main/docs/dev/contribute.md" title="Contribution Guide"> |
| 7 | <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a> |
| 8 | <a href="https://github.com/lemonade-sdk/lemonade/releases/latest" title="Download the latest release"> |
| 9 | <img src="https://img.shields.io/github/v/release/lemonade-sdk/lemonade?include_prereleases" alt="Latest Release" /></a> |
| 10 | <a href="https://tooomm.github.io/github-release-stats/?username=lemonade-sdk&repository=lemonade"> |
| 11 | <img src="https://img.shields.io/github/downloads/lemonade-sdk/lemonade/total.svg" alt="GitHub downloads" /></a> |
| 12 | <a href="https://github.com/lemonade-sdk/lemonade/issues"> |
| 13 | <img src="https://img.shields.io/github/issues/lemonade-sdk/lemonade" alt="GitHub issues" /></a> |
| 14 | <a href="https://github.com/lemonade-sdk/lemonade/blob/main/LICENSE"> |
| 15 | <img src="https://img.shields.io/badge/License-Apache-yellow.svg" alt="License: Apache" /></a> |
| 16 | <a href="https://star-history.com/#lemonade-sdk/lemonade"> |
| 17 | <img src="https://img.shields.io/badge/Star%20History-View-brightgreen" alt="Star History Chart" /></a> |
| 18 | </p> |
| 19 | <p align="center"> |
| 20 | <img src="https://github.com/lemonade-sdk/assets/blob/main/docs/banner_02.png?raw=true" alt="Lemonade Banner" /> |
| 21 | </p> |
| 22 | <h3 align="center"> |
| 23 | <a href="https://lemonade-server.ai/install_options.html">Download</a> | |
| 24 | <a href="https://lemonade-server.ai/docs/">Documentation</a> | |
| 25 | <a href="https://discord.gg/5xXzkMu8Zk">Discord</a> |
| 26 | </h3> |
| 27 | |
| 28 | Lemonade is the local AI server that gives you the same capabilities as cloud APIs, except 100% free and private. Use the latest models for chat, coding, speech, and image generation on your own NPU and GPU. |
| 29 | |
| 30 | Lemonade comes in two flavors: |
| 31 | |
| 32 | * **Lemonade Server** installs a service you can connect to hundreds of great apps using standard OpenAI, Anthropic, and Ollama APIs. |
| 33 | * **Embeddable Lemonade** is a portable binary you can package into your own application to give it multi-modal local AI that auto-optimizes for your user’s PC. |
| 34 | |
| 35 | *This project is built by the community for every PC, with optimizations by AMD engineers to get the most from Ryzen AI, Radeon, and Strix Halo PCs.* |
| 36 | |
| 37 | ## Getting Started |
| 38 | |
| 39 | 1. **Install**: [Windows](https://lemonade-server.ai/install_options.html#windows) · [Linux](https://lemonade-server.ai/install_options.html#linux) · [macOS](https://lemonade-server.ai/install_options.html#macos) · [Docker](https://lemonade-server.ai/install_options.html#docker) · [Source](./docs/dev/getting-started.md) |
| 40 | 2. **Get Models**: Browse and download with the [Model Manager](#model-library) |
| 41 | 3. **Generate**: Try models with the built-in interfaces for chat, image gen, speech gen, and more |
| 42 | 4. **Mobile**: Take your lemonade to go: [iOS](https://apps.apple.com/us/app/lemonade-mobile/id6757372210) · [Android](https://play.google.com/store/apps/details?id=com.lemonade.mobile.chat.ai&pli=1) · [Source](https://github.com/lemonade-sdk/lemonade-mobile) |
| 43 | 5. **Connect**: Use Lemonade with your [favorite apps](https://lemonade-server.ai/marketplace): |
| 44 | |
| 45 | <!-- MARKETPLACE_START --> |
| 46 | <p align="center"> |
| 47 | <a href="https://lemonade-server.ai/docs/server/apps/claude-code/" title="Claude Code"><img src="https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/claude-code/logo.png" alt="Claude Code" width="60" /></a> <a href="https://quickthoughts.ca/posts/firefox-chatback-lemonade-sdk/" title="Firefox Chatbot"><img src="https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/fx-chatbot/logo.png" alt="Firefox Chatbot" width="60" /></a> <a href="https://lemonade-server.ai/docs/server/apps/anythingLLM/" title="AnythingLLM"><img src="https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/ |