Installation
Install Watchfire via direct download or Homebrew.
Installation
Prerequisites
- macOS — Sandbox support uses
sandbox-exec(macOS only) - Claude Code — The AI coding agent that Watchfire orchestrates
Download (macOS)
Download the latest .dmg directly:
Install via Homebrew
Desktop app (GUI + CLI):
brew tap watchfire-io/tap
brew install --cask watchfire-io/tap/watchfire
CLI & daemon only:
brew tap watchfire-io/tap
brew install watchfire-io/tap/watchfire
Verify Installation
After installation, verify everything is working:
# Check CLI version
watchfire version
# Start the daemon
watchfire daemon start
# Check daemon status
watchfire daemon status