Open-source Personal AI Assistant
17.2k 2026-04-13
leon-ai/leon
An open-source, privacy-aware personal AI assistant designed for local operation and agentic task execution.
Core Features
Supports local and remote AI providers for privacy and control.
Offers agentic execution modes (smart, workflow, agent) for task completion.
Utilizes real tools for grounded and practical interactions.
Maintains layered memory and context awareness for consistent behavior.
Features a modular and extensible architecture (skills, toolkits, bridges).
Quick Start
git clone https://github.com/leon-ai/leon.git && cd leon && npm install --global pnpm@latest && pnpm install && pnpm startDetailed Introduction
Leon is an open-source personal AI assistant focusing on privacy, local operation, and grounded task execution. Unlike traditional intent-classification assistants, Leon leverages tools, context, memory, and agentic execution to understand goals, plan steps, and complete tasks from start to finish. It supports both local and remote AI models, ensuring user control and data privacy. Its modular architecture allows for extensibility, making it a versatile and adaptable solution for personal automation and intelligent assistance.