Claude Code
Anthropic's CLI coding agent — the original Watchfire backend.
What is Claude Code?
Claude Code is Anthropic's official command-line coding agent. It runs locally, reads and writes files in your project, and pairs with Claude models for long-running engineering work. It is the backend Watchfire was originally built around.
Claude Code + Watchfire
Watchfire wraps Claude Code in per-task git worktrees and a platform sandbox, so each session gets its own isolated copy of the repo and a clean transcript. You keep your normal Claude login — Watchfire just appends its project and task prompt at launch time so multiple tasks can run in parallel without stepping on each other.
- Uses your normal Claude install — no separate per-session home directory to manage
- Watchfire appends its project/task system prompt at launch time
- Sign in with Claude Code before using it through Watchfire
Setup
Install Watchfire and initialise a project that defaults to Claude Code. Make sure the agent CLI itself is installed and signed in first.
watchfire init --agent claude-codeGet started with Watchfire
Install in seconds. Define tasks. Let agents ship code for you.
Download for macOSAvailable for macOS, Linux, and Windows
# Install via Homebrew (macOS)brew tap watchfire-io/tapbrew install --cask watchfire-io/tap/watchfire# Set up your project and gowatchfire initwatchfire task add "Build the login page"watchfire start --allIncludes GUI, CLI, and daemon. Also available via Homebrew.