Get Started in 5 Minutes
Download the macOS installer or clone from source. Runs on Mac, Linux, and Windows.
Requires macOS 12+ · 8GB RAM minimum · Apple Silicon recommended
A Local Operating System for LLMs
Simple name, on purpose.
LLMs are powerful but unreliable. They hallucinate, forget, and treat every conversation like it's the first.
AI OS is the architecture layer that fixes that — memory, identity, learning, and control.
Everything runs locally. Your data never leaves your machine.
This is the real app running in demo mode — click around, explore every page.
Remembers conversations, preferences, and context across sessions. Background loops extract and consolidate facts automatically.
Runs on your machine via Ollama. No cloud, no tracking, no data collection. SQLite database you can inspect and export.
Not a chatbot wrapper. Six thread modules, 10 background loops, structured state, and a proper eval harness.
Generates its own fine-tuning data from interactions. Train on Apple Silicon with MLX. Your agent gets better over time.
Download the macOS installer or clone from source. Runs on Mac, Linux, and Windows.
Requires macOS 12+ · 8GB RAM minimum · Apple Silicon recommended
git clone https://github.com/allee-ai/AI_OS.git
cd AI_OS
pip install -r requirements.txt
python3 -m uvicorn scripts.server:app --host 127.0.0.1 --port 8000