The AI Operating System for Developers — an intelligent orchestration platform that coordinates specialized AI agents as a collaborative team.
Instead of talking to a single language model, you work with a coordinated team of specialized agents — each with one responsibility, governed by a kernel that manages context, memory, scheduling, workflows, and security.
- Status: Implemented — core orchestration, agents, workflows, security, and telemetry are shipped and tested (1300+ tests). v1.0 stabilization in progress; see docs/README.md.
- Platform: Linux
- Language: Python 3.12+ (zero runtime dependencies)
git clone <repository-url> && cd aiosdeck
python -m venv .venv && source .venv/bin/activate
pip install -e .
aios # Show dashboard
aios doctor # Run diagnostics
aios memory add convention "Use snake_case"
aios plan "add OAuth2 login" --run # Plan and run the central workflow pipelineRequirements: an agent runtime (currently OpenCode) and ai-jail (security sandbox). ProjDesk is optional but recommended.
Full documentation lives in docs/README.md.
- Vision — where AiosDeck is going
- Philosophy — the ten principles
- Architecture — system design
- Decisions — architecture decision records (ADRs)
- Agents — agent ecosystem
- Internals — component specifications
MIT © Gabriel Pablo Garcia