Lemon AI​ is the first Full-stack, Open-source, Agentic AI framework, offering a ​fully local alternative​ to platforms like Manus & Genspark AI. It features an integrated Code Interpreter VM sandbox for safe execution.​​
Get to know Lemon AI quickly · Docker Quick Deployment · Documentation · Download the desktop app for macOS & Windows · DeepWiki
Lemon AI​ is the first ​full-stack, open-source, agentic AI framework, offering a ​fully local alternative​ to platforms like Manus & Genspark AI. It features an integrated Code Interpreter VM sandbox for safe execution.​​
​Lemon AI empowers deep research, web browsing, viable coding, and data analysis – running entirely on your local hardware.​​ It supports ​planning, action, reflection, and memory​ functionalities using ​local LLMs​ (like DeepSeek, Qwen, Llama, Gemma) via Ollama, ensuring ​complete privacy and zero cloud dependency.
For enhanced security, Lemon AI operates within a ​local Virtual Machine (VM) sandbox. This sandbox ​protects your machine's files and operating system​ by safely handling all code writing, execution, and editing tasks.
Additionally, Lemon AI provides the ​flexibility to configure enhanced results​ using APIs from leading cloud models like ​Claude, GPT, Gemini, and Grok.

The world's first full-stack open-source AI Agentic framework with comprehensive capabilities
Universal AI Agent capabilities supporting unlimited task scenarios, including:
- Deep search & research reports
- Code generation & data analysis
- Content creation & document processing Supports experience repository for self-learning and extending enterprise-specific customizations.
Deployment options: Open source code, Container, Client application, Online subscription - compatible with cloud/local/all-in-one systems
One-click deployment for immediate usage with minimal technical requirements:
- Simplified installation process for all deployment options
- Quick setup without complex configurations
- Ready-to-use system within minutes
Supporting various deployment environments from personal computers to enterprise servers, with comprehensive documentation for smooth implementation.
Feature-rich framework with extensive capabilities:
- Virtual machine integration
- Code generation & execution
- Browser operations & web search
- Multi-tool integration
Highly adaptable architecture allows for custom modifications and extensions to fit specific business requirements and integration with existing systems.
Dramatically reduced operational costs:
- Task execution costs 1/10 - 1/100 of other agent products
- Open source subscription model
- Based on open source DeepSeekV3 model
Significant cost savings without compromising on quality or performance, making advanced AI capabilities accessible to organizations of all sizes.
- Quickly get Lemon AI running in your environment with this starter guide. Use our documentation for further references and more in-depth instructions.
System Requirements​
- MacOS with Docker Desktop support
- Linux
- Windows with WSL and Docker Desktop support
A system with a modern processor and a minimum of 4GB RAM is recommended to run Lemon AI.
Docker Desktop
- Install Docker Desktop on Mac.
- Open Docker Desktop, go to
Settings > Advanced
and ensureAllow the default Docker socket to be used
is enabled.
Tested with Ubuntu 22.04.
Docker Desktop
WSL
- Install WSL.
- Run
wsl --version
in powershell and confirmDefault Version: 2
.
Docker Desktop
- Install Docker Desktop on Windows.
- Open Docker Desktop, go to
Settings
and confirm the following:
- General:
Use the WSL 2 based engine
is enabled. - Resources > WSL Integration:
Enable integration with my default WSL distro
is enabled.
note
The docker command below to start the app must be run inside the WSL terminal.
The easiest way to run Lemon AI is in Docker.
docker pull hexdolemonai/lemon-runtime-sandbox:latest
docker run -it --rm --pull=always \
--name lemon-app \
--env DOCKER_HOST_ADDR=host.docker.internal \
--env ACTUAL_HOST_WORKSPACE_PATH=${WORKSPACE_BASE:-$PWD/workspace} \
--publish 5005:5005 \
--add-host host.docker.internal:host-gateway \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume ~/.cache:/.cache \
--volume ${WORKSPACE_BASE:-$PWD/workspace}:/workspace \
--volume ${WORKSPACE_BASE:-$PWD/data}:/app/data \
--interactive \
--tty \
hexdolemonai/lemon:latest make run
For those who'd like to contribute code, see our Contribution Guide. At the same time, please consider supporting Lemon AI by sharing it on social media and at events and conferences.
We welcome your contribution to lemon AI to help improve lemon AI. Include: submit code, questions, new ideas, or share interesting and useful AI applications you have created based on lemon AI. We also welcome you to share lemon AI at different events, conferences and social media.
- GitHub Discussion. Best for: sharing feedback and asking questions.
- GitHub Issues.Best for: bugs you encounter using Lemon.AI, and feature proposals. See our Contribution Guide.
- X(Twitter). Best for: sharing your applications and hanging out with the community.
- Discord. Best for: sharing your applications and hanging out with the community.
- commercial license(service@hexdo.com). Business consulting on commercial use licensing lemon AI.
To protect your privacy, please avoid posting security issues on GitHub. Instead, send your questions to service@hexdo.com and we will provide you with a more detailed answer.
This repository is available under the Lemon AI Open Source License, which is essentially Apache 2.0 with a few additional restrictions.