Now in public beta
Secrets, synced.
End-to-end encrypted environment variables for modern teams. Sync your .env files securely.
Scroll
Built for speed,
engineered for trust.
terminal
// .env.local
DATABASE_URL=postgres://user:pass
// Encrypted
DATABASE_URL=enc_v1_7d92f...
CLI-first workflow
Install with your favorite package manager, sync with one command.
terminal
$ npm install -g @envsync-labs/cli
$ envsync login
✓ Authenticated as user@example.com
$ envsync init
✓ Initialized EnvSync in current directory
$ envsync pull
✓ Downloaded 12 variables to .env