LocalAGI

Normal
GitHub Go MIT

Description

Powerful, self-hostable AI agent platform designed for maximum privacy and flexibility. A complete drop-in replacement for OpenAI Responses APIs running locally on consumer-grade hardware.

Key Features

  • No-code agent creation via Web UI with cooperative agent teaming
  • OpenAI Responses API drop-in replacement running fully locally
  • Built-in skills system with marketplace for reusable agent capabilities
  • Short and long-term memory with RAG knowledge base and semantic search
  • Connectors for Discord, Slack, Telegram, GitHub Issues, and IRC
  • Supports NVIDIA, Intel, and AMD GPUs plus CPU-only mode

Use Cases

💡 Building privacy-first AI automations without cloud dependencies
💡 Creating multi-agent teams that collaborate on complex tasks
💡 Deploying AI agents on consumer-grade hardware at home or office
💡 Integrating AI capabilities into existing team communication channels
💡 Running RAG-powered knowledge bases with local embeddings

Quick Start

Clone the repo, run docker compose up for CPU mode or docker compose -f docker-compose.nvidia.yaml up for NVIDIA GPU, then access the Web UI at http://localhost:8080

Related Projects