Skip to main content
vigie /vi.ʒi/

Eyes on the horizon.

— 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

Watch every move your agent makes

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
vigie · supervising
claude feat/auth-flow
running
12:04:02 READ src/auth/login.ts
12:04:05 EDIT src/auth/session.ts +14 −3
12:04:09 RUN bun test auth ✗ 2 failed
12:04:12 EDIT src/auth/session.ts +3 −3
12:04:15 RUN bun test auth ✗ 2 failed

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

Everything you need to keep an agent honest

01

Real-time activity

Every file read, edit, and shell command — streamed live as your agent works.

02

Loop detection

vigie spots edit → test → fail cycles and suggests a prompt to break out.

03

Scope drift

Get flagged the moment the agent touches files outside the task you declared.

04

Context & cost guardrails

A live context gauge, a running cost counter, and budgets that pause the session.

05

Checkpoints & rollback

Approval gates snapshot your project. Roll back to a clean state in one move.

06

Multi-agent

Supervise many concurrent sessions, each with its own activity stream.

07

Bring your own AI

No token markup, ever. Pay your provider directly — vigie never sits in the middle.

08

Local-first

One Bun daemon, a SQLite file at ~/.vigie. No servers, no telemetry, no cloud.

Local-first

Your machine. Your data. Your rules.

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.

~/project
# 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.

Put eyes on every agent.

vigie is open source and local-first. Star it on GitHub, or read the docs to get the daemon running in under a minute.