A desktop manager for your .env files
Your .env files are scattered across projects, sitting in plain text, easy to leak and hard to keep straight. Envie is a desktop .env file manager for Mac and Windows that keeps them all in one encrypted local vault — organized by project and environment. Import an existing .env, edit and copy values, diff two environments, and export a clean file when you need one. No cloud, no account, free.
Local vault vs cloud secrets platforms
| Tool | Where secrets live | Account / cloud | Price |
|---|---|---|---|
| Doppler | Cloud platform | Required | Subscription |
| dotenv-vault | Cloud sync | Required | Free + paid |
| Infisical | Server / cloud | Required | Free + paid |
| Envie | Your device | None | Free |
Everything .env, in one place
Group secrets by project, then split them into development, staging, and production. Import an existing .env into any environment, search every key as you type, compare two environments side by side to catch a missing variable before it breaks prod, and export back to a clean .env whenever you need one. Values stay masked until you reveal them.

- Where does Envie store my .env values?
- In an encrypted local vault on your device, protected by your master password with AES-256-GCM. Nothing is stored in plain text and nothing leaves your machine.
- Can I import my existing .env files?
- Yes — import an existing
.envinto any environment in seconds, and export any environment back to a clean.envfile whenever you need one. - Does it need an account or the cloud?
- No. Envie is local-first: no account, no cloud sync, and no analytics. Your secrets stay on your device.