Archon OS - AI Developer Tools Tool
Overview
Archon OS is an open-source knowledge and task-management backbone designed to upgrade AI coding assistants by providing a shared Model Context Protocol (MCP) server, integrated web crawling, and a project-oriented UI. It centralizes documentation (crawled sites, uploaded PDFs, markdown, and code examples), offers advanced RAG (retrieval-augmented generation) strategies with vector search and hybrid keyword matching, and exposes an MCP interface so agents like Claude Code, Cursor, and other MCP-compatible clients can query the same contextual knowledge and task state. ([github.com](https://github.com/coleam00/Archon?utm_source=openai)) Architecturally, Archon is a microservices system: a React + Vite frontend, a FastAPI-based API server, a lightweight MCP server, and optional agent services. It runs containerized (Docker Compose), uses Supabase for persistence (or local Supabase), and supports multiple LLM providers (OpenAI, Google Gemini, Ollama, etc.). Typical deployments run UI on port 3737, API on 8181, and MCP on 8051, with real-time updates via Socket.IO or visibility-aware polling. The project emphasizes live crawling, document processing, code-example extraction, task/project hierarchies, and extensible MCP tools for RAG and workflow automation. ([github.com](https://github.com/coleam00/Archon?utm_source=openai))
GitHub Statistics
- Stars: 13,749
- Forks: 2,364
- Contributors: 28
- License: NOASSERTION
- Primary Language: Python
- Last Updated: 2025-11-29T19:24:10Z
- Latest Release: v0.1.0
The repository shows strong community interest and activity: approximately 13k+ stars and ~2.3k forks, with multiple contributors and an active issues/PR queue indicating ongoing maintenance and feature work. The project is in beta, with a public Kanban board, Discussions enabled, and frequent releases that highlight new RAG and MCP improvements. The codebase is organized by microservice and provides development helpers (Makefile targets, Docker Compose profiles) to accelerate contributions and testing. Overall community health appears robust for an early-stage open-source project, but users should expect breaking changes and active iteration while the project stabilizes. ([github.com](https://github.com/coleam00/Archon?utm_source=openai))
Installation
Install via docker:
git clone -b stable https://github.com/coleam00/archon.gitcd archoncp .env.example .env # edit SUPABASE_URL and SUPABASE_SERVICE_KEY in .envIn Supabase SQL editor: run migration/complete_setup.sql to create the DB schemadocker compose up --build -d # start all core services (UI:3737, API:8181, MCP:8051)Optional development: make install && make dev # hybrid dev: backend in Docker, frontend local Key Features
- Smart web crawling: auto-detects sitemaps and documentation, crawls entire docs sites for indexing.
- Document ingestion: upload and chunk PDFs, Word, markdown, and auto-extract code examples for indexing.
- Vector + hybrid search: semantic embeddings plus tsvector keyword reranking for precise RAG retrievals.
- MCP server and tools: native Model Context Protocol interface for Claude Code, Cursor, and other clients.
- Project & task management: hierarchical projects, AI-assisted task creation, versioned documents, and real-time progress.
Community
Active and growing community with ~13k stars and ~2.3k forks on GitHub, open Discussions, ongoing PRs, and an issues backlog. Maintainers provide a contribution guide, a Kanban board for roadmap visibility, and tutorial resources (onboarding video). Users report rapid feature releases and beta-stage instability — good for early adopters and contributors but expect active upgrades. ([github.com](https://github.com/coleam00/Archon?utm_source=openai))
Key Information
- Category: Developer Tools
- Type: AI Developer Tools Tool