Self-host with Docker ยท Yantr
Agent Zero
Self-hosted autonomous AI agent framework with a web interface.
1
Ports
2
Notes
3
Use Cases
About
What Agent Zero does
Agent Zero is an open-source AI agent framework with a browser-based interface to define, run, and chain agents for tasks like research, coding, and file management โ entirely on your own hardware, with no data sent to third-party cloud services.
Install Flow
How to self-host Agent Zero
Agent Zero can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Agent Zero does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Run autonomous AI agents locally to perform multi-step tasks such as web research, code generation, or file operations without relying on cloud providers.
- Build and chain custom agent workflows that combine multiple tools and LLM calls to automate repetitive or complex tasks.
- Experiment with different LLM backends (OpenAI, Ollama, etc.) by pointing Agent Zero at your preferred model endpoint.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 3005 | HTTP | Web UI |
Docker Image
agent0ai/agent-zero:latest
Service Name
agent-zero
Notes
Things to know before you deploy
- Set ALLOWED_ORIGINS to a comma-separated list of allowed origins (e.g. http://192.168.1.10:3005) to restrict access. Defaults to * (all origins).
- Agent Zero can execute code and shell commands inside its container โ only expose it on a trusted network.
Related Apps
More tools you might pair with Agent Zero
Page generated 2026-06-23T15:50:08.758Z