Secrets management
built for developers.

A self-hosted, zero-knowledge vault to sync environment variables across your team without the complexity of enterprise tools.

$gitgone login
? Password: **********
✔ Logged in successfully
$gitgone run -- npm start
i Injecting secrets for project "api-gateway"...
✔ Secrets injected (v12)
Server listening on port 3000...

Zero-Knowledge

Encryption happens on your machine. The server only stores encrypted blobs and never sees your raw secrets.

Runtime Injection

Avoid persistent .env files. Inject secrets directly into your application process memory during execution.

Team Sync

Share project access asymmetrically. New members get access through a secure local handshake.

Point-in-time recovery

Every push creates a versioned snapshot. Roll back your entire configuration to any previous state instantly.

Self-Hosted

Full control over your data. Deploy the GitGone server on your own infrastructure in minutes.

CLI Native

Designed for speed. No complex UI to navigate—manage your entire vault without leaving your shell.