Skip to content

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.sh

Windows

bash
git clone https://github.com/reworkd/AgentGPT.git
cd AgentGPT
./setup.bat

What the setup script does

  1. Prompts for your OpenAI API key and optional keys.
  2. Writes a .env file with all required environment variables.
  3. Pulls and starts Docker containers (MySQL database + FastAPI backend + Next.js frontend).
  4. 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.