CLI-first workflow
Inject secrets directly into your process — no files, no leaks. Export to .env when needed.
For developers and teams. CLI-first, observable by design.

# Install
curl -fsSL https://varsafe.dev/install.sh | sh
# Login once
varsafe login
# Inject secrets and run your app
varsafe run -- npm run dev
# Or export to .env when needed
varsafe export -o .envMultiple projects?
Set your context with varsafe use -p my-api -e development — it's saved locally for subsequent commands.