Open sourceYour agents.
Your agents.
Your setup.
Switch setups for Claude Code and Codex.
Save a profile, pick it, launch in your native terminal.
After installation
Meet the building blocks agent-farm init
agent-farm
$ agent-farm
Choose a profile
Click or ↑↓ + Enter
01 / Overview
Your setup, in one place.

- Profile
- — a saved setup
- Agent
- — the worker
- Skill
- — the playbook
- Workspace
- — the tools
02 / Get started
From setup to session.
Save a profile. Point it at your repo. Launch Claude Code or Codex.
After installation
Set up once
agent-farm initPick a profile and launch
agent-farmInstall from source
Requires Node.js 22.15+, pnpm, macOS or Linux, and an authenticated Claude Code or Codex CLI.
Install Agent Farm
git clone https://github.com/dcouple/agent-farm.git
cd agent-farm
pnpm install --frozen-lockfile && pnpm build
mkdir -p ~/.local/bin
ln -s "$PWD/dist/cli.js" ~/.local/bin/agent-farmAdd ~/.local/bin to your shell’s PATH, then run agent-farm init.