Skip to content
Vault Code

Secure AI for your developers

A terminal-based AI coding assistant (TUI) designed for data sovereignty. Granular permissions, VaultAI integration, and zero telemetry.

  • Full LSP support for intelligent code completion and navigation
  • Granular permission system: control exactly what the AI can access and execute
  • Zero telemetry: your code never leaves your environment
vault-code-cli — bash
~vault-code run"fix the auth bug"
Analyzing repository...
[Security] Permission required
The agent wants to run the command npm run test:auth
Allow execution? (y/N)

Terminal-first, developer-friendly

Built for developers who live in the terminal. Full CLI interface with bash integration, git-aware context, and inline code suggestions.

vault-code — bash
~/projectgit:(main)
3 files changed, 47 insertions
Suggestion
// src/auth/handler.ts:42
- const token = getToken(req)
+ const token = await validateToken(req)
Context: 12 files indexed · LSP active

Enterprise-grade security for code

Every action requires explicit permission. No telemetry, no data collection, no training on your code. Your intellectual property stays yours.

vault-code — settings
Permission Settings
Read source files
Always
Execute commands
Ask
Write to disk
Ask
Network access
Never
Zero telemetry · No data collection · No training

Secure AI for your developers