docs/guides/a0-cli-connector.md
Agent Zero lives in Docker for a reason. That keeps it safer. The problem is that people see Docker and assume the agent can never really touch the code on their computer.
A0 CLI is the answer to that.
Agent Zero stays in Docker. A0 CLI installs on the host machine. That is what lets Agent Zero finally work on the real files on your real computer.
For now, use the install commands below.
macOS / Linux:
curl -LsSf https://cli.agent-zero.ai/install.sh | sh
Windows (PowerShell):
irm https://cli.agent-zero.ai/install.ps1 | iex
Run these on the host machine, not inside the Agent Zero container.
The installer uses uv, and uv will select or download a compatible Python if needed.
a0
AGENT_ZERO_HOST as env variable before launching a0.[!NOTE] Current Agent Zero builds starting from v1.9 include the builtin connector support that A0 CLI expects. If you see a connector-specific
404, update Agent Zero first.
If another agent is helping with setup, do not paste a whole checklist. Paste one line:
Set up the A0 CLI connector for Agent Zero on this machine using the a0-setup-cli Skill.
AGENT_ZERO_HOST.Ctrl+P.404: Update Agent Zero to a build with builtin connector support.