Lemon AI

Stale
GitHub JavaScript NOASSERTION

Description

The first full-stack open-source self-evolving general AI agent, offering a fully local alternative to agentic platforms like Manus and Genspark AI with autonomous thinking, task planning, tool usage, and knowledge accumulation.

Key Features

  • Full-stack open-source self-evolving general AI agent with autonomous thinking and task planning
  • Fully local alternative to Manus and Genspark AI — zero cloud dependency, complete privacy
  • Integrated Code Interpreter VM sandbox via Docker for safe code execution and file protection
  • Self-evolving memory system that learns from conversations and accumulates enterprise-specific knowledge
  • HTML Editor for iterative AI-generated content refinement with direct visual editing

Use Cases

💡 Deep research and automated report generation with web browsing and data analysis
💡 Vibe coding with safe code execution in an isolated VM sandbox
💡 Enterprise workflow automation with self-learning and custom knowledge bases
💡 Data analysis and visualization with integrated code interpreter capabilities
💡 Content creation and document processing with iterative visual editing

Quick Start

1. Install Docker Desktop (Mac/Linux/Windows with WSL2)
2. Pull and run: docker pull hexdolemonai/lemon-runtime-sandbox:latest
3. docker run -it --rm --pull=always --name lemon-app --env DOCKER_HOST_ADDR=host.docker.internal --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
4. Access the Lemon AI interface at http://localhost:5005

Related Projects