
envpull is a secure, client-side encrypted .env sync tool for developers. Push encrypted env files from one machine and pull them on another — without the server ever seeing your plaintext secrets.
It was born out of needing a simple way to keep .env files in sync across machines without dumping secrets into git, password managers, or cloudy vault UIs. Encrypt on your machine with AES-GCM, unlock with your password (Argon2id), and recover with a recovery key if you forget it.
Your workflow stays familiar: plain .env files on disk, no proprietary vault format locking you in. Just login, init, push, and pull.
envpull login, init, push, pull