curl -fsSL https://boot.ide.pub/install.sh | sh
Start here
Copy one line. Start right away.
After installation, run agentboot to open the console menu, or ab to chat directly with the built-in agent.
The installer uses only project-controlled Worker, GitHub Pages, and GitHub Release sources, then verifies each installation package against a same-origin SHA-256 checksum.
powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object Net.WebClient).DownloadString('https://boot.ide.pub/install.ps1'))"
Install AgentBoot
The command above takes about 10 seconds and installs only AgentBoot itself and the built-in agent.
Choose the agents you need
Run
agentbootto install, uninstall, and configure agents from the menu.Get to work
Launch your chosen agent, or run
abfor a zero-configuration chat.
More than an install script
AgentBoot handles the complexity. You make the choices.
No all-in-one bundle, and no failed setup left for you to debug. AgentBoot handles the parts most likely to break: environments, networks, sources, and uninstall boundaries.
A starting point that's always ready
Even if other agents won't install, ab works right away
The built-in agent uses a Python core with no third-party dependencies, the free Agnes model by default, an offline Linux knowledge base, persistent sessions, and safeguards against high-risk commands.
- 01
Install on demand, not as a bundle
Choose from 14 mainstream agents, including Claude Code, Codex, Qwen Code, OpenCode, MiMo, Cline, Pi, and CoCo.
- 02
Manage model providers in one place
Agnes works with zero configuration. You can also name and manage any OpenAI-compatible endpoint, Ollama, or LM Studio, and set a failover order.
- 03
Automatically adapt to networks in China
AgentBoot selects npm, Node, and PyPI mirrors automatically, fails over across Worker, Pages, and Release sources, and configures a proxy in one step.
- 04
Offline packs are tested end to end
Release packs pass install, launch, and uninstall smoke tests; menu
[7]can also build a custom pack on demand on the target platform. - 05
Uninstall only what AgentBoot owns
Menu
[9]oruninstallremoves AgentBoot-managed programs while keeping configuration, credentials, and sessions by default. - 06
Measure performance where it matters
AgentBoot reuses TLS connections, prebuilds knowledge-base indexes, trims context automatically, and protects interrupted streams.
/benchmeasures your current network and model.
Your toolbox
14 agents. One front door.
Choose agents as needed for online installation. Agents marked as offline-ready can be packaged with their dependencies and runtimes.
| # | Agent | Command | Vendor | Offline |
|---|---|---|---|---|
| 01 | CoCo Agent | coco | BitCook | Linux/macOS |
| 02 | OpenCode | opencode | opencode.ai | Online only |
| 03 | Hermes Agent | hermes | Hermes | Requires Git |
| 04 | Cline CLI | cline | Cline | Supported |
| 05 | CodeBuddy CLI | codebuddy | Tencent | Supported |
| 06 | Pi Coding Agent | pi | Earendil Works | Supported |
| 07 | Claude Code | claude | Anthropic | Supported |
| 08 | OpenAI Codex CLI | codex | OpenAI | Agnes preset |
| 09 | Qwen Code | qwen | Alibaba | Agnes preset |
| 10 | MiMo Code | mimo | Xiaomi | Supported |
| 11 | OpenClaw | openclaw | OpenClaw | Supported |
| 12 | Gemini CLI | gemini | Supported | |
| 13 | iFlow CLI | iflow | iFlow | Supported |
| 14 | Aider | aider | Aider AI | Online only |
Codex and Qwen are automatically configured with the free Agnes model after installation. Add your own agent with menu + or the add-agent command.
Install without internet access
Verified offline packs bring the complete runtime with you
v1.2.0 initially provides slim Codex packs for Linux x64 and Windows x64. CI installs each pack, runs its version command, and uninstalls it.
- Verified slim packs: download from Releases and carry them to the target machine.
- Custom offline packs: use menu
[7]orbuild-offlineon the target platform. - No extra extraction software: run
install-offline.ps1orsh install-offline.shinside the pack.
Your models, your choice
Ready out of the box and fully customizable
- Agnes free model: use
abwith zero setup; Codex and Qwen are configured automatically. - Custom providers: name, manage, and switch any OpenAI-compatible endpoint.
- Local models: Ollama and LM Studio presets, with vLLM available as a custom provider.
- Failover: set a fallback order and switch automatically when the primary fails.
More detail when you need it
Documentation that speaks plainly
Start with the problem in front of you, from installation and offline deployment to custom agents.
Spend less time wrestling with setup. Start building sooner.
AgentBoot is open source under the MIT License. Start with one command; every choice stays in your hands.