Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Desktop Quickstart

First launch

The window opens on the Protection Overview — the Aegis command deck: a shield hero surrounded by an eight-emblem defense ring (firewall, approval, policy, sandbox, lease, redaction, gateway, audit). On a fresh machine it honestly reports no protection yet and offers the two one-click paths:

  • Deploy Guardian — wires protection into every detected agent (per-agent status shown).
  • Download engine — if the vigil-hub engine isn’t on this machine yet, fetches it securely (HTTPS + SHA-pin against the signed engine manifest + run-verify, fail-closed).

Closing the window hides Vigils to the system tray — it keeps guarding in the background. Reopen or quit from the tray menu; launching the app again focuses the existing instance instead of starting a second one.

Connect an AI agent

The fastest path is the CLI turnkey (the desktop app’s Deploy Guardian button drives the same engine):

vigil-hub setup --all

This registers native-tool hooks (Claude Code / Codex / Gemini / Cursor) and rewrites each detected agent’s stdio MCP servers through Vigils (Claude Code / Codex / Cursor / Windsurf / Kimi CLI / ZCode / pi). Full matrix: Agent Integration.

Manual MCP stdio entry (any MCP-capable agent):

{ "mcpServers": { "vigil": { "command": "vigil-hub", "args": ["serve", "--stdio"] } } }

Browser extension

Chrome MV3 extension → native host → the same local engine and ledger the desktop app shows.

Pages at a glance

PageWhat it shows
Protection OverviewShield hero + defense ring, per-agent guardian status, browser-guard card, one-click deploy
Approval QueueRisky effects awaiting a decision — approve / reject, scoped grants
Activity FeedLive audit stream, SQLite FTS5 search, hash-chain verification
Privacy FindingsWhat redaction caught — classes, counts, trends (no plaintext)
Server RegistryActive / Pending / Removed servers, descriptor drift
Session ReplayThe full decision timeline for a chosen session_id
SettingsEngine mode (hardfp / ml / auto), posture, resident daemon, ML model install, audit checkpoint anchor

See Architecture.