Skip to content

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.🔔 Official updates X(twitter) @LemonAI_cc

License

Notifications You must be signed in to change notification settings

hexdocom/lemonai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

README in English 简体中文版自述文件

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.

function and characteristic

The world's first full-stack open-source AI Agentic framework with comprehensive capabilities

Multi: Infinite possibilities

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

Fast: Rapid Deploy

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.

Good: Powerful & Flexibility

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.

Economic: Same quality,10x cheaper

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.

Using Lemon AI

  • 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​

A system with a modern processor and a minimum of 4GB RAM is recommended to run Lemon AI.

Prerequisites

MacOS

Docker Desktop

  1. Install Docker Desktop on Mac.
  2. Open Docker Desktop, go to Settings > Advanced and ensure Allow the default Docker socket to be used is enabled.

Linux

Tested with Ubuntu 22.04.

Docker Desktop

  1. Install Docker Desktop on Linux.

Windows

WSL

  1. Install WSL.
  2. Run wsl --version in powershell and confirm Default Version: 2.

Docker Desktop

  1. Install Docker Desktop on Windows.
  2. 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.

Start the App

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

Contributing

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.

contributors

Community & contact

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.

Star History

Star History Chart

Security disclosure

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.

License

This repository is available under the Lemon AI Open Source License, which is essentially Apache 2.0 with a few additional restrictions.

About

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.🔔 Official updates X(twitter) @LemonAI_cc

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 6