Skip to content
skret logo

skret

Secrets without the server. A CLI wrapper over the cloud-provider secret managers you already pay for.

Multi-provider

First-class AWS SSM Parameter Store plus a local YAML provider today, with OCI Vault, Azure Key Vault, and GCP Secret Manager on the roadmap. Switch backends without changing how your team works.

Zero lock-in

Secrets live in your own cloud account under IAM policies you already manage. No SaaS control plane, no new billing line.

Import & sync

Migrate existing config from Doppler, Infisical, or dotenv files. Sync outward to GitHub Actions repository secrets with one command.

Env injection

skret run -- your-command hydrates process env vars at launch — no wrapper scripts, no hard-coded keys, no secret files on disk.

macOS / Linux (one-shot)

Terminal window
curl -fsSL https://skret.n24q02m.com/install.sh | sh

Windows (one-shot)

Terminal window
iwr -useb https://skret.n24q02m.com/install.ps1 | iex

Homebrew

Terminal window
brew install n24q02m/tap/skret

Go developers

Terminal window
go install github.com/n24q02m/skret/cmd/skret@latest

See Installation for Scoop, mise, Nix, and verified binaries.