Appearance
Install
Option A: Cloud (no install)
Go to https://agentgpt.reworkd.ai/, sign in with Google or GitHub, and start deploying agents immediately. Free tier allows 5 runs on GPT-3.5.
No package to install, no CLI. Browser only.
Option B: Self-hosted (Docker)
Prerequisites
- Node.js 18 or later
- Git
- Docker Desktop (must be running and logged in)
- OpenAI API key (required)
- Serper API key (optional, for web search tasks)
- Replicate API token (optional, for image tasks)
Mac / Linux
bash
git clone https://github.com/reworkd/AgentGPT.git
cd AgentGPT
./setup.shWindows
bash
git clone https://github.com/reworkd/AgentGPT.git
cd AgentGPT
./setup.batWhat the setup script does
- Prompts for your OpenAI API key and optional keys.
- Writes a
.envfile with all required environment variables. - Pulls and starts Docker containers (MySQL database + FastAPI backend + Next.js frontend).
- Waits for all services to be healthy.
After setup
Open http://localhost:3000 in your browser. The AgentGPT UI should load.
Note: The GitHub repository was archived on 2026-01-28 and is read-only. Pin your clone to a known-good commit if you need a stable reference for production.