Everything you need to build with AitherOS
131 services. 15 agents. 110 cmdlets. 273 scripts.
One guide to rule them all.
131
Services
15
Agents
110
Cmdlets
273
Scripts
From zero to running in 5 steps. Works on Windows, macOS, and Linux. Total time: ~10 minutes first run, ~30 seconds after.
Make sure you have these installed before starting.
winget install Docker.DockerDesktopRequired — all services run in containers
winget install Microsoft.PowerShellCross-platform automation engine
winget install Ollama.OllamaLocal LLM inference server
Start only what you need. Each profile brings up a logical group of services.
Gateway, Mind, Pulse, Node
Reasoning, Intent, Judge, STaR
FastMem, Strata, Spirit, Chronicle
Feed, Scraper, OCR, Neurons
All specialist agents
LinkedIn, Discord, RSS, Email
Secrets, Vault, DLP, RBAC
Harvest, Trainer, Evolution
vLLM, Embedding, TTS, STT
MCP servers — GitHub, FS, Browser
Everything — full stack
A six-pillar cognitive cycle modeled after biological cognition. Context is the central hub. Learning closes the loop. Every decision is traceable.
Every cognitive cycle begins here.
Deep thinking — only when complexity demands it.
Coordinate tools, agents, and LLMs.
The central hub — ALL state flows through Context.
Generate artifacts — code, images, media, narratives.
Closes the loop — the system improves itself.
Explore all 131 microservices across 19 groups. Search by name, port, or description. Every service is a FastAPI app with health checks and lifecycle management.
Interactive API explorer for core services. Every endpoint with methods, parameters, and cURL examples. Hit /docs on any service for auto-generated Swagger UI.
Service bootloader — lifecycle management for all 131 services
http://localhost:8001💡 Every AitherOS service exposes /health and /docs (Swagger UI) endpoints. Hit http://localhost:PORT/docs for auto-generated API docs.
15 agents with persistent memory, distinct personas, and specialized capabilities. Not prompt wrappers — each is a FastAPI service with its own port, state, and lifecycle.
AitherAgent — orchestrator (routes all queries)
├── InfraAgent, ServicesManager — infrastructure
├── GenesisAgent — monitoring & lifecycle
├── Demiurge, Saga, Lyra, Director — specialist tier
├── Vera, Hera, Atlas — content & planning
└── Prometheus, Forge — experimental tier
110 cmdlets, 273 automation scripts across 13 domains. PowerShell 7+ module that manages the entire ecosystem.
pwsh -File ./bootstrap.ps1 -Mode New -InstallProfile Minimal -NonInteractivepwsh -File ./AitherZero/library/automation-scripts/80-testing/0402_Run-UnitTests.ps1pwsh -File ./AitherZero/library/automation-scripts/90-maintenance/0906_Validate-Syntax.ps1 -Allpwsh -File ./AitherZero/build.ps1Setup, bootstrapping, prerequisites
Hyper-V, certificates, networking
Git, Node, Docker, VS Code setup
Image building, module compilation
Start, stop, restart services
Pester, pytest, PSScriptAnalyzer
Test reports, dashboards, metrics
GitHub integration, automation
Reset, cleanup, health checks
Interactive diagnostic guide for common issues. Each problem comes with causes, fixes, and copy-paste commands. Because things break — and that's okay.
docker ps --filter "name=aither" -a --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}"Run this first — shows all AitherOS containers with their status and port mappings.
Comprehensive guides, architecture docs, and reference material. Organized by topic for quick access.
Architecture Overview
System architecture & design decisions
docs/ARCHITECTURE.md
Service Dependency Map
Service relationships & boot order
docs/SERVICE_DEPENDENCY_MAP.md
Coding Standards
Patterns, anti-patterns, templates
docs/CODING_STANDARDS.md
Service Endpoints
All service ports & endpoints
docs/SERVICE_ENDPOINTS_REFERENCE.md
Quick Start
Get running in 3 steps
QUICKSTART.md
Docker Profiles
Service profiles & composition
docs/DOCKER_PROFILES.md
Secrets Service
Secret management & vault
docs/SECRETS_SERVICE.md
STaR Implementation
Self-Taught Reasoner training
docs/STAR_IMPLEMENTATION.md
Integration Testing Guide
All 131 services tested
docs/INTEGRATION_TESTING_MASTER_GUIDE.md
Context Integration
Memory & context pipeline
docs/CONTEXT_INTEGRATION_SUMMARY.md
Unified Streaming
SSE streaming architecture
docs/UNIFIED_STREAMING_SYSTEM.md
MCP Setup
Model Context Protocol server config
.github/COPILOT-MCP-SETUP.md
Troubleshooting
Common issues & fixes
docs/troubleshooting/
Security Fixes
Security audit & remediation
docs/SECURITY_FIXES_SUMMARY.md
Technical Debt
Debt tracking & remediation plan
docs/TECHNICAL_DEBT_ANALYSIS.md
Docker Build Optimization
Build speed improvements
docs/DOCKER_BUILD_OPTIMIZATION.md