Skip to main content
vigie docs GitHub ↗

Privacy & data

Local-first by design — your data never leaves your machine.

vigie is fully local. Everything stays on your machine.

What is captured and stored

vigie captures and stores locally in SQLite at ~/.vigie/data.db:

This is all stored on your machine in a local SQLite file. No encryption is applied by default — treat ~/.vigie/data.db like any other sensitive file on your machine.

What is NOT captured

BYOA privacy

vigie never sees your tokens or code. Because you bring your own AI (BYOA), your connection to Anthropic (or any provider) is direct — vigie supervises the PTY session but never intercepts or inspects the agent’s token stream.

GDPR friendly

Because all data is local and under your control, vigie is GDPR-friendly by default. You own your data. You can delete ~/.vigie/data.db anytime. There’s no cross-border data transfer, no third-party processors.

Where to next