Skip to content

varsafeSecure secrets management

For developers and teams. CLI-first, observable by design.

varsafe dashboard

Quick Start

bash
# 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 .env

Multiple projects?

Set your context with varsafe use -p my-api -e development — it's saved locally for subsequent commands.