Open Source & Self-Hostable

Stop DMing your.env files.

Speed up development: One command away from prod, staging, or dev.
Keep your team's environments secure and organized.

Install with npm:

npm install -g @envie/cli

Switch between environments with one command
Manage and organize your API keys, credentials and secrets.

# Debug your staging environment
$ envie exec org:project:staging npm -- start

# Update a variable
$ envie set org:project:staging \
DATABASE_URL=postgresql://user:password@localhost:5432/my_database

# Find out who changed what and when
# Audit trail of environment changes that you can roll back
$ envie environment audit org:project:staging

100% Open Source

Envie is completely open source and free to use. Self-host on your own infrastructure or use our hosted solution.