Skip to main content

Privacy Guarantee

Your code never leaves your machine. GitNexus is designed with privacy as a core principle:
  • No telemetry - No analytics, tracking, or phone-home
  • No cloud processing - All indexing happens locally
  • No network requests - Zero external API calls during indexing
  • No data collection - We don’t see or store any user data

CLI Privacy Model

100% Local Processing

The GitNexus CLI runs entirely on your machine:
  1. Code stays local - Source files are never uploaded anywhere
  2. Local database - Knowledge graph stored in .gitnexus/ directory
  3. Local embeddings - AI models downloaded once, run locally
  4. No authentication - No accounts, API keys, or sign-ins required

What Gets Sent to the Network?

Short answer: Nothing. The only network activity is:
  • Initial package install - Downloads GitNexus from npm registry (one-time)
  • Embedding model download - Downloads snowflake-arctic-embed-xs from Hugging Face (one-time, only if --embeddings used)
After initial setup, GitNexus operates completely offline.

Storage Locations

Per-Repository Index: