Skip to content
varsafe
Esc
navigateopen⌘Jpreview
On this page

varsafe

Secure secrets management for developers and teams. CLI-first, encrypted at rest and in transit, AI agent ready via MCP.

varsafe keeps your application secrets out of plaintext files and injects them into your processes at runtime. One CLI command replaces scattered .env files across machines, teammates, and CI.

varsafe dashboard

Quick start

# Install
curl -fsSL https://varsafe.dev/install.sh | bash

# Log in once
varsafe login

# Inject secrets and run your app — nothing is written to disk
varsafe run -- npm run dev

# Or export an encrypted .env when a file is required
varsafe export -o .env

What you get

Next steps