Icon

dotenvx

A secure dotenv tool from the creator of dotenv, supporting cross-platform usage, multiple environments, and encrypted environment files.
Latest: 1.65.0
Last checked: May 14, 2026 10:31am
Rank: 1278/15140
Monitored via:
GitHub Releases Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: BSD-3-ClauseInstaller: npm, brew, curl script, docker, wingetSilent: YesWinget: Available
Silent install
npm install @dotenvx/dotenvx --save

Version & Lifecycle

0
Current: 1.65.0 N-2: 1.63.0 Predicted EOL: 2025-07-24 Avg cadence: Every 3 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment tip • December 11, 2025
0

dotenvx run –env-file examples for custom .env files

For searches like dotenvx run --env-file, the CLI option is -f, --env-file <paths...>. Put the separator before the command you are launching: dotenvx run --env-file .env.production -- node app.js. The short form is dotenvx run -f .env.production -- node app.js; multiple files can be passed as paths to the same option. For inline values, use dotenvx run --env HELLO=world -- npm start.

For project-local use, install it as a dev dependency with npm install dotenvx --save-dev and call it from package scripts or npx. Use npm install -g @dotenvx/dotenvx only when you intentionally want a machine-level CLI. Avoid copying examples with smart dashes; --env-file, --env, and the separator -- need normal hyphens.

Official source: Dotenvx README / dotenvx help run.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

dotenvx

Packaging Notes

0

Available via npm package, Homebrew tap, curl install script, Docker image, and winget for Windows

Notes

0

Supports multiple languages and frameworks including Node.js, Python, Ruby, Go, PHP, Rust, and integrates with many platforms and CI/CD systems.