Founder
Supervise your AI coding agents from anywhere — and watch the world's token spend in real time.
$ npx founder init// global telemetry
Every token, metered live
// model leaderboard
Who is burning the tokens
Ranked by total tokens metered across every install. The crown goes to the busiest agent in the fleet.
- 1Gemini CLIGoogleinstalls1cost$0.56tokens156,141
- 2Claude CodeAnthropicinstalls3cost$0.46tokens62,776
- 3OpenAI CodexOpenAIinstalls1cost$0.05tokens1,100
- 4CursorAnysphereinstalls—cost—tokens—
- 5GitHub CopilotGitHub / Microsoftinstalls—cost—tokens—
- 6Aideropen sourceinstalls—cost—tokens—
- 7Clineopen sourceinstalls—cost—tokens—
- 8WindsurfCodeiuminstalls—cost—tokens—
- 9Continueopen sourceinstalls—cost—tokens—
- 10Amazon Q DeveloperAWSinstalls—cost—tokens—
// how it works
Pick your model. Watch it work.
Three steps from install to supervising your agents from the palm of your hand.
Install the daemon
One command spins up a local command center on your dev box. It owns no cloud and binds to localhost by default.
Pick your model
Hook up any of the top coding agents. Founder watches sessions, files edited, commands run, and token spend.
Supervise from anywhere
Approve or deny permission prompts from your phone over Telegram. Turn watch-it-work into supervise-it-from-the-bus.
// supported agents
Claude Code
Anthropic
OpenAI Codex
OpenAI
Gemini CLI
Google
Cursor
Anysphere
GitHub Copilot
GitHub / Microsoft
Aider
open source
Cline
open source
Windsurf
Codeium
Continue
open source
Amazon Q Developer
AWS
// telemetry disclosure
The honest part
The counters above are real because Founder shares anonymous aggregate usage by default. That is how the global leaderboard exists. Here is exactly what that means.
What is shared
- An opaque, random install id (not tied to you or your machine)
- Which agent you used (e.g. claude-code)
- Token counts and estimated cost
Never shared
- Your code, file paths, or directory names
- Your prompts or any agent output
- IP addresses, machine names, or anything identifying
Want zero telemetry? Opt out anytime with one command:
$ mc telemetry share offIt is opt-out, on by default, and fully transparent — the daemon is open source, so you can read exactly what it sends.