docs/quickstart.md
This guide provides a quick introduction to using Agent Zero. We'll cover the recommended install path and running your first Skill.
Run one command; the script handles Docker, image pull, and container setup.
macOS / Linux:
curl -fsSL https://bash.agent-zero.ai | bash
Windows (PowerShell):
irm https://ps.agent-zero.ai | iex
Follow the CLI prompts for port and authentication, complete onboarding, then open the Web UI URL from the terminal.
[!TIP] To update later, open Settings UI → Update tab → Open Self Update (see How to Update). Backups are automatically managed internally.
[!NOTE] For manual Docker Desktop setup, volume mapping, and platform-specific detail, see the Installation Guide.
If you want Agent Zero to work on the actual files on your computer, this is the important part.
Agent Zero stays in Docker for safety. The A0 CLI installs and runs on your host machine. That host-side CLI is what lets Agent Zero work on the real files on your real computer.
macOS / Linux:
curl -LsSf https://raw.githubusercontent.com/agent0ai/a0-connector/main/install.sh | sh
Windows (PowerShell):
irm https://raw.githubusercontent.com/agent0ai/a0-connector/main/install.ps1 | iex
Run those on the host machine, not inside the Agent Zero container.
Then launch:
a0
Once a0 connects, open or create a chat there. That is the path that lets Agent Zero stay in Docker while still working on real local files on your machine.
For the full setup flow, manual fallback install paths, remote-host tips, and a copy-ready brief for another agent, see the A0 CLI Connector guide.
Open your browser and navigate to http://localhost:<PORT>. The Web UI will show the onboarding banner. Click Start Onboarding to set your AI models and API key.
Click Add your API key to open Settings and configure:
anthropic/claude-sonnet-4-6 for OpenRouter)[!NOTE] Agent Zero supports any LLM provider, including local models via Ollama. For detailed provider configuration and local model setup, see the Installation Guide.
Once configured, you'll see the Agent Zero dashboard with access to:
Click New Chat to start creating with Agent Zero!
[!TIP] The Web UI provides a comprehensive chat actions dropdown with options for managing conversations, including creating new chats, resetting, saving/loading, and many more advanced features. Chats are saved in JSON format in the
/usr/chatsdirectory.
Let's ask Agent Zero to use one of the built-in skills. Here's how:
Here's an example of what you might see in the Web UI at step 3:
Now that you've run a simple task, you can experiment with more complex requests. Try asking Agent Zero to:
Provides more in-depth information on tools, projects, tasks, and backup/restore.