agent-zero

agent-zero

Docker app from Selfhosters

Overview

Agent-Zero is the easiest way to create and deploy autonomous AI agents. Configuration note: The "--BRANCH=main" post argument will break installation if you are not using Tailscale- create it as a standard variable in that case, and remove the post-arg. It's a powerful platform designed to simplify the development and management of AI agents by providing a user-friendly interface and robust backend capabilities.

Simply provide your API key from a supported Large Language Model (LLM) provider (like OpenAI, Anthropic, or Cohere), describe the agent you want to build, and Agent-Zero will generate, test, and deploy it for you.

FIRST RUN SETUP: After deploying this container, access the web interface and configure your LLM provider during the initial setup. You must provide your own API key or Ollama instance URL for at least one LLM provider for the application to be useful. All configuration is done through the web interface on first run.

GPU Support: This template will pass all available Nvidia GPUs to the container. This requires the Nvidia-Plugin to be installed from Community Applications.
BRANCH parameter is in post-arguments, because it needs to be passed after the tailscale package completes, or the container will fail to start.[/br] Future-Proofing Note: The GPU passthrough setting is included to future-proof the container for when the developer begins releasing CUDA-enabled images directly to Docker Hub. If you do not require GPU functionality, feel free to remove the '--runtime=nvidia' parameter from the 'Extra Parameters' field.

Media gallery

Install agent-zero on Unraid in a few clicks.

Find agent-zero in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for agent-zero Review the template variables and paths Click Install

Requirements

https://forums.unraid.net/topic/98978-plugin-nvidia-driver/

Categories

Download Statistics

357,444
Total Downloads
23,022
This Month
53,071
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
agent0ai/agent-zero:latest
Last Updated2026-06-12
First Seen2025-07-30

Runtime arguments

Web UI
http://[IP]:[PORT:80]
Network
bridge
Privileged
false
Extra Params
--runtime=nvidia

Template configuration

Web UI PortPorttcp

The port to access the Agent-Zero web interface. The container listens on port 80, which is mapped to the host port you specify here.

Target
80
Default
50080
Value
50080
Appdata PathPathrw

Container path for storing application data, agent configurations, and logs.

Target
/a0
Default
/mnt/user/appdata/agent-zero
Value
/mnt/user/appdata/agent-zero
NVIDIA Visible DevicesVariable

The UUID of the NVIDIA GPU to pass to the container. 'all' will pass all available GPUs.

Target
NVIDIA_VISIBLE_DEVICES
Default
all
Value
all
Ollama Base URLVariable

The base URL of an Ollama instance that can be used as a fallback if no other LLM providers are configured.

Target
OLLAMA_BASE_URL
Default
http://localhost:11434
Value
http://localhost:11434
LM Studio Base URLVariable

The base URL of an LM Studio instance that can be used as a fallback if no other LLM providers are configured.

Target
LM_STUDIO_BASE_URL
Default
http://localhost:1234/v1
Value
http://localhost:1234/v1