🍺 BREW Explorer

← all formulae

envelope

brew install envelope v0.8.0 MIT OR Unlicense

Environment variables CLI tool

7
30-day installs · #9765
47
90-day · #7522
207
365-day · #7276
653
★ GitHub stars · updated 4mo ago

Build dependencies

GitHub topics

cli environment-variables rust sqlite

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "pandoc",
    "pkgconf",
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Environment variables CLI tool",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:21+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "envelope",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-04-23T16:12:17Z",
  "github_readme_excerpt": "# envelope\nenvelope is a modern environment variables manager.\n\n```console\nA modern environment variables manager\n\nUsage: envelope [COMMAND]\n\nCommands:\n  add        Add environment variables to a specific environment\n  check      Check which environment is currently exported\n  delete     Delete environment variables\n  drop       Drop environment\n  duplicate  Create a copy of another environment\n  diff       Diff two existing environments\n  edit       Edit environment variables in editor\n  history    Display the historical values of a specific key in a given environment\n  init       Initialize envelope\n  import     Import environment variables\n  list       List saved environments and/or their variables\n  lock       Encrypt envelope\n  revert     Revert environment variable\n  run        Run a command with environment variables from a specific environment\n  unlock     Decrypt the envelope\n  help       Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help\n  -V, --version  Print version\n```\n\n## Installation\n\n### Brew\nYou can install envelope from homebrew-core:\n```console\n$ brew install envelope\n```\n\n### Binary\nYou can download the envelope binary in the latest\n[release](https://github.com/mattrighetti/envelope/releases/latest) and copy the\nbinary to a folder in your `$PATH`\n\n### Cargo\nYou can install envelope with cargo, make sure that your `~/.cargo` folder is in\nyour `$PATH`\n```console\n$ cargo install --git https://github.com/mattrighetti/envelope\n$ envelope --version\nenvelope 0.3.11\n```\n\n### Arch\nThere is an aur package that packages the binary, called `envelope-bin`:\n```console\nyay -S envelope-bin\n```\n\n## Building from Source\nenvelope is written in Rust. You\u0027ll need the [Rust compiler](https://www.rust-lang.org/).\n```console\n$ git clone https://github.com/mattrighetti/envelope\n$ cd envelope\n$ cargo build --release\n$ ./target/release/envelope --version\nenvelope 0.7.1\n```\n\n## Usage\n\n### Init\nInitialize envelope in your current ",
  "github_repo": "mattrighetti/envelope",
  "github_stars": 653,
  "github_topics": [
    "cli",
    "environment-variables",
    "rust",
    "sqlite"
  ],
  "homepage": "https://github.com/mattrighetti/envelope",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 7,
  "installs_365d": 207,
  "installs_90d": 47,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT OR Unlicense",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "envelope",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 9765,
  "rank_365d": 7276,
  "rank_90d": 7522,
  "raw_hash": "18053f6d43e1c74a",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/e/envelope.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.8.0",
  "versioned_formulae": [],
  "why_use_this": null
}