β‘ Quickstart Guide
Get started with EnvGuard CLI and secure your environment variables in under 60 seconds.
1Automatic 1-Line CLI Installer (Recommended)
Run the 1-line installer script in your terminal (macOS / Linux / WSL):
Terminal / Script
curl -fsSL https://getenvguard.com/install.sh | bash
Or download standalone Go binary manually:
Terminal / Script
curl -fsSL https://github.com/getenvguard/cli/releases/latest/download/envg-darwin-arm64 -o envg && chmod +x envg
2Authorize CLI Machine
Authenticate your terminal session using interactive browser login:
Terminal / Script
envg login
3Pull Secrets to Local Workspace
Fetch encrypted environment variables straight to a local .env file:
Terminal / Script
envg pull