Skip to content
Vegha Docs

Data and Privacy

Vegha is local-first and built around a simple principle: your data stays on your machine. This page describes exactly what Vegha stores, where, and the only network traffic it ever issues.

Vegha has zero telemetry, zero crash reporting, and zero phone-home behavior. There is no opt-out toggle because there is nothing to opt out of — the app does not collect usage data, analytics, or crash reports.

The only network traffic Vegha ever issues is:

  1. The test requests you explicitly send — the HTTP/SOAP requests in your collections.
  2. The auth flows you explicitly initiate — for example OAuth2 and OIDC discovery.
  3. Update checks (direct-download builds only) — periodic Velopack update checks against the GitHub releases feed.

Microsoft Store (MSIX) and Mac App Store (MAS) builds skip step 3 entirely; updates for those builds are handled by the store.

Your collections, environments, and history stay on your machine. Settings are stored per-user:

OSSettings location
Windows%AppData%\Vegha
macOS~/Library/Application Support/Vegha
Linux~/.config/Vegha

Collections themselves are plain-text .bru files in the workspace folder you choose, so you control where they live and can commit them to version control.

OAuth2 tokens and other secrets are stored in your operating system’s keystore rather than in plain files:

OSKeystore
WindowsWindows Credential Manager
macOSmacOS Keychain
LinuxSecret Service

Vegha is MIT-licensed and its source is public. You can verify these claims yourself in the repository at github.com/vegha-ai/Vegha.