The Enkryptify CLI fetches project secrets and injects them into your local process as environment variables. Use it when developing locally instead of keeping shared .env files on disk.
Install CLI
For detailed installation instructions, refer to the Install page.# macOS
brew install enkryptify/enkryptify/enkryptify
# Windows
scoop install enkryptify
# Linux
# Check the install page for all supported distributions
curl -fsSL https://raw.githubusercontent.com/Enkryptify/cli/refs/heads/main/install.sh | bash
Authenticate with Enkryptify
Keep your CLI up to date by running ek upgrade.