# 使用 Homebrew, MacPorts 安装 envelope

查看 envelope 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:envelope
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install envelope
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install envelope
```

  证据: MacPorts ports tree: sysutils/envelope/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:envelope
- **软件包管理器:** Homebrew
- **版本:** 0.8.0
- **来源摘要:** Environment variables CLI tool
- **主页:** <https://github.com/mattrighetti/envelope>
- **仓库:** <https://github.com/mattrighetti/envelope>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- envelope (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.8.0
## 项目历史与用法

envelope is a Rust command-line tool for managing environment variables in a per-project SQLite database named .envelope.

### 项目历史

The GitHub repository was created in September 2023. The README describes an environment variables CLI backed by SQLite, with commands for initializing, adding, listing, importing, exporting, history, diffing, and locking the database.

### 采用历史

The input package metadata lists Homebrew and MacPorts packages. Homebrew currently tracks the 0.8.0 source archive from the official GitHub release.

### 使用方式

Users initialize a project database with envelope init, add environment variables under named environments, export them into shell workflows, import from .env files, and lock or unlock the database for sensitive projects.

### 为什么软件包爱好者会关心

The project is interesting to package users because it replaces scattered .env files with a single SQLite-backed CLI database while retaining import/export workflows for traditional dotenv tooling.

### 时间线

- 2023: GitHub repository created
- 2023: 0.1.7a published on GitHub releases
- 2026: 0.8.0 published on GitHub releases and tracked by Homebrew

### Related projects

- The README explicitly positions envelope around .env file migration and shell/CI environment variable workflows.

### 来源

- GitHub releases API: 0.1.7a published 2023-10-14 and 0.8.0 published 2026-04-19
- GitHub repository API: created_at 2023-09-21, language Rust, topics, and metadata
- Homebrew formula API: stable version 0.8.0 and official source archive
- Official README: SQLite-backed .envelope storage, migration, security best practices, and command examples


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .envelope

## Credential files

- Unix: .envelope
## 其他软件包管理器记录

- MacPorts - envelope: normalized package name match | MacPorts ports tree: sysutils/envelope/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/envelope.yml](https://github.com/mxcl/pkgdb/blob/main/combined/envelope.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
