AI-OS is the single source of truth for everything AI in your dev workflow. Spec → Verifier → Environment as real workflows, ~300 skills shared across every CLI, MCP servers as declarative YAML — all restored with one command.
// new Mac to full AI setup in ~5 minutes.
Most devs who use AI assistants daily end up with skills scattered across
~/.claude/, ~/.codex/, MCP servers hardcoded with no version control,
and the Spec→Plan→Execute→Verify loop living only in their head. AI-OS puts all of it
in one git repo.
Karpathy's framework as 5 recurring workflows, 3 hard rule-sets, and 3 verifier gates applied after every task.
14 required superpowers + ~300 curated & vendored skills, symlinked into Claude Code, Codex, Gemini, Antigravity, Hermes & MiniMax.
10 MCP servers as declarative YAML, generated at install. zsh, Warp, Brewfile & git config versioned in the same repo.
macOS, Linux & Windows CI validate the install scripts on every PR. The setup is idempotent and has a dry-run mode.
Skills and config flow down from a single repo into every CLI, and every CLI reads from the same shell & system underneath.
18 master instructions in CLAUDE.md, 5 workflows, 3 rules, 3 verifiers, flat global skills + optional ECC / claude.tools bundles, and a replicable dev-env. Change it here, it propagates everywhere.
The installer never breaks on re-run. DRY_RUN=1 simulates the whole thing without touching your system.
Each CLI reads skills from its own home dir — but those dirs are symlinks back to AI-OS. One edit, six assistants updated.
zsh + Oh My Zsh + p10k + Warp on Mac, PowerShell + Windows Terminal on Windows, Homebrew / apt underneath.
Spec quality first, verifier passes second, runtime evidence third. No “it builds, ship it.”
One active spec: objective, acceptance criteria, non-goals, risks.
Blocks of ≤30 min, dispatched in parallel when independent.
Verify after each block. Sub-agents self-report; you check the handles.
Quality checklist, self-critique, source-check. Evidence before “done”.
Pick your OS. Copy the block. Most of the 30–60 min first install is just downloading packages.
# 1. clone git clone https://github.com/eddremonts86/ai-os ~/Projects/ai-os cd ~/Projects/ai-os # 2. install everything (Mac) bash setup/install-mac.sh # 3. verify (12 health-check sections) bash setup/verify.sh
# PowerShell as Admin git clone https://github.com/eddremonts86/ai-os $HOME\Projects\ai-os cd $HOME\Projects\ai-os powershell -ExecutionPolicy Bypass -File .\setup\install-windows.ps1 powershell -ExecutionPolicy Bypass -File .\setup\verify-windows.ps1
# Debian / Ubuntu — same scripts, bash path git clone https://github.com/eddremonts86/ai-os ~/Projects/ai-os cd ~/Projects/ai-os bash setup/install-mac.sh # cross-platform installer bash setup/verify.sh
git, curl and an internet connectionsetup/install-ecc.sh — +271 ECC skillssetup/install-claude-tools.sh — +12 claude.tools / gstack skillsDRY_RUN=1 — simulate without touching your machineStop reconfiguring six CLIs by hand. Put the method, the skills and the environment in one repo — and bring it back in one command.