No coding experience required. One command does most of the work. We'll walk you through everything.
Agent Brain runs on your own computer. It's a small server that manages your AI coding agents.
Node.js runs JavaScript on your computer. Don't have it? Download here — just click the big green button and run the installer.
Supabase is a free database service that stores your agent's memory and sessions. We'll help you set it up in Step 2.
Agent Brain works with Claude Code and OpenAI Codex. If you don't have these yet, you can still set up Agent Brain first.
Open your Terminal (Mac/Linux) or PowerShell (Windows), then copy and paste this command:
What this does: Downloads Agent Brain, installs it in a folder called "agent-brain" in your home directory, and starts an interactive setup wizard that walks you through everything.
Agent Brain needs a place to store your sessions, memory, and checkpoints. Supabase is free and takes about 2 minutes to set up.
Tip: Once your project is ready, go to Settings → API (in the left sidebar). You'll need to copy two things: your Project URL and your service_role secret key. The setup wizard will ask for these.
The installer from Step 1 automatically runs the setup wizard. It will ask you a few questions:
The setup wizard tests your Supabase connection before continuing. If something's wrong, it will tell you what to fix.
After setup completes, start the server:
You're done! Open http://localhost:3030 in your browser to see the Agent Brain dashboard.
The setup wizard automatically generates instructions for Claude Code. It creates a file at ~/.claude/CLAUDE.md that tells Claude Code how to use Agent Brain's memory and checkpoint features. No manual configuration needed!
Your data is stored in your own Supabase database — you control it completely. Agent Brain runs locally on your computer and only connects to your Supabase instance. Nothing is sent to us.
Same WiFi: If your phone is on the same network as your computer, visit http://[your-computer-ip]:3030. The setup wizard shows your local IP.
From anywhere: Use Tailscale (free) to create a secure connection. Install it on both your computer and phone, then access Agent Brain via your Tailscale IP.
Check Node.js: Run node -v in your terminal. You need version 18 or higher.
Try manual install: If the one-liner doesn't work, use the manual install steps in Step 1 above.
Still stuck? Open an issue on GitHub and we'll help you out.
Run this command to update to the latest version:
cd ~/agent-brain && bin/ab-update
This backs up your config, pulls the latest code, and restarts the server.