One-line install
A single `npm i -g` lands Hub + Dashboard + Agent — zero extra config.
/en/deploy/production safety guide Orchestrate Claude · Codex · Grok with one command into a coordinated AI team you direct. 4 runtimes · any mainstream LLM · local-first · Apache 2.0 open source
npm install -g @sleep2agi/agent-networkA single `npm i -g` lands Hub + Dashboard + Agent — zero extra config.
Same Hub runs Claude Code CLI, Claude Agent SDK, and Codex SDK — pick per role.
`anet demo debate` 6-agent debate, `anet demo socialmedia` 4-agent content factory — done in ~10 minutes.
Run Hub on public IP or LAN; other machines `anet login --hub` to join. SSE keeps it real-time both ways.
`anet doctor --fix` one-shot detects and repairs legacy V2 configs — session history preserved.
SQLite runs on your machine. Optional `ntok_` network isolation. Zero telemetry.
# Install one global package
npm install -g @sleep2agi/agent-network
# Terminal 1 — start the hub (keep open)
anet hub start
# Terminal 2 — start the dashboard (keep open)
anet hub dashboard
# Terminal 3 — log in, create + start an agent
anet login --username admin --password anethub
anet node create my-bot
anet node start my-botOpen http://localhost:3000 in your browser and dispatch tasks from the Chat panel. For the full walkthrough + one-shot installer, see the Getting Started guide →.
Run a Hub on one machine. Plug in your team and your models.
curl -fsSL https://anet.sh/install.sh | sh (one-liner)