Real-time activity
Every file read, edit, and shell command — streamed live as your agent works.
— the lookout in the crow’s nest
Local-first supervision for AI coding agents. See every file, command, and dollar in real time — with drift detection, cost guardrails, and checkpoints. On your machine, no cloud.
Private beta · macOS & Linux · MIT
Total visibility
vigie spawns your agent in a PTY and streams every event to a live dashboard — file reads and edits, shell commands, tokens, context, and cost. The moment it loops or drifts off scope, you see it.
file edits & commands a live activity feed tokens & context % a gauge, before it forgets running cost a counter, and budget stops edit → test → fail loops a flag, and a way out Loop detected — edit → test → fail ×3
on src/auth/session.ts · vigie suggested a prompt to break the cycle.
Context
68%
Cost
$0.42
Tokens
94k
A real supervised session — events, an alert, and the bill, as it happens.
Why vigie
Every file read, edit, and shell command — streamed live as your agent works.
vigie spots edit → test → fail cycles and suggests a prompt to break out.
Get flagged the moment the agent touches files outside the task you declared.
A live context gauge, a running cost counter, and budgets that pause the session.
Approval gates snapshot your project. Roll back to a clean state in one move.
Supervise many concurrent sessions, each with its own activity stream.
No token markup, ever. Pay your provider directly — vigie never sits in the middle.
One Bun daemon, a SQLite file at ~/.vigie. No servers, no telemetry, no cloud.
Local-first
vigie is a single Bun process. It serves the dashboard on localhost, talks to the CLI over a Unix socket, and stores everything in SQLite at ~/.vigie. Nothing leaves your machine — no telemetry, no sync, no remote servers.
# install (private beta)
curl -fsSL https://vigie.tmonier.com/install.sh | sh
# start the local daemon
vigie daemon start
# open the dashboard → localhost:19191
vigie open
# run an agent under supervision
vigie claude Start the daemon and open the board — that’s the whole setup.
localhost:19191
The dashboard, served by the daemon — never exposed.
~/.vigie/data.db
Sessions, output, and history in one local SQLite file.
BYOA
Your AI subscription, billed by your provider. Zero middlemen.
MIT
Use it, fork it, ship it. In the agent era, every license is MIT.
vigie is open source and local-first. Star it on GitHub, or read the docs to get the daemon running in under a minute.