Emergenv: Compose+compute env files from SSH-encrypted fragments in Git
SSH-key encrypted env fragments with DRY composition for bare-metal git deploys.
Encrypt your .env files and commit them to git. One command. One passphrase. No cloud.
dotenv encrypted with Argon2id + pre-commit hook, but HashiCorp Vault exists.
Backend developers, DevOps engineers managing shared .env secrets across teams
HashiCorp Vault · 1Password · Doppler
SSH-key encrypted env fragments with DRY composition for bare-metal git deploys.
Client-side AES-256-GCM for .env sharing, but Wire, OnePassword, and Bitwarden vaults already solve this.
Deterministic fallback order (ENV → .env → vault) plus an opt-in validation mode and a strict CI-friendly option is a practical combo I wish I'd had in several projects. The doctor CLI that lists found keys and minimal provider probes (e.g., GET /v1/models for OpenAI) is a nice touch — useful for catching bad tokens before a pipeline runs. It’s not reinventing secret managers, but the zero-deps, stdlib-only approach and CI strictness make it an immediately usable tool for small teams.
Proxy tokens worthless if leaked, real keys never enter LLM context windows.
KMS encryption that keeps secrets out of process.env entirely.
Fixes PostHog's server-side project switching with local-only iOS widgets.