docs/quickstart.md
This guide gets you from install to a first useful chat. Keep it simple: start Agent Zero, add a model or API key, open the Web UI, and give it a concrete job.
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. It is not another CLI agent; it is the connector that lets your running Agent Zero instance work on the real files on your real computer.
macOS / Linux:
curl -LsSf https://cli.agent-zero.ai/install.sh | sh
Windows (PowerShell):
irm https://cli.agent-zero.ai/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. The reasoning still belongs to Agent Zero; the CLI is the host bridge that lets it work on real local files on your machine.
For the full setup flow, host picker screenshots, command palette guidance, Browser mode commands, 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 choose Cloud or
Local, add a provider key or account connection, and select your main and
utility models.
For a screenshot walkthrough using Agent Zero API with
claude-opus-4-6, see the First-Run Onboarding guide.
[!NOTE] Agent Zero supports hosted providers and local models. You can use the same provider for main and utility work, or choose separate providers for each.
Once configured, you will see the Agent Zero dashboard.
Click New Chat and start with a specific request.
Good first prompts:
Create a short plan for organizing my project notes.
Use the Browser to research three options for this tool and summarize the tradeoffs.
Help me create a project for this repository and write good instructions for it.
[!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.
Try a small request first so you can see how Agent Zero thinks, uses tools, and reports progress.
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:
Explains the built-in Browser, live Browser Canvas, screenshots, annotations, host-browser mode through A0 CLI, and Chrome extensions.
Shows the right-side Canvas Linux desktop, the New menu for Markdown/Writer/Spreadsheet/Presentation files, and LibreOffice Cowork.
Explains how to search, edit, delete, export, and curate memories before stale context starts steering the agent.
Shows the chat input + menu, the Skills selector, and how active skills are added to prompt extras.
Shows how to switch profiles in a chat and start the guided profile-creation flow.
Explains presets as simple named shortcuts for model setups.
Provides more in-depth information on chat controls, tools, projects, tasks, and backup/restore.