Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Watcher

Monitor your AI coding agents.

Watcher observes coding agents (Claude Code and Codex) as they work. It hooks into agent sessions on your machine, sends activity to your Watcher backend for analysis, and gives you visibility into, and policy controls over, what agents are doing. For more, see watcher.apolloresearch.ai, or read the docs.

Install

Watcher runs on macOS (Apple Silicon) and x86_64 Linux.

# Apollo's hosted cloud
curl -fsSL https://github.com/ApolloResearch/watcher-bin/releases/latest/download/install.sh | bash -s -- --cloud
# A backend your organization hosts
API_URL="https://watcher.example.com"
curl -fsSL https://github.com/ApolloResearch/watcher-bin/releases/latest/download/install.sh | bash -s -- --watcher-api-url $API_URL

Then start Watcher:

watcher

For sign-in, containers, and everything else, see the client guide.

Other commands

# Check the health of your Watcher installation
watcher doctor
# Update the Watcher client
watcher update
# Uninstall Watcher
watcher uninstall

See the full command reference here.

Licenses

Third-party license attributions are listed in THIRD_PARTY_LICENSES.md.

Releases

Contributors