# 使用 Homebrew, Nix 安装 envio

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

## 安装

```sh
sudo av install brew:envio
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install envio
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#envio
```

  证据: nixpkgs package indexes: pkgs/by-name/en/envio/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:envio
- **软件包管理器:** Homebrew
- **版本:** 0.8.0
- **来源摘要:** Modern And Secure CLI Tool For Managing Environment Variables
- **主页:** <https://github.com/humblepenguinn/envio>
- **仓库:** <https://github.com/humblepenguinn/envio>
- **最后更新:** 2026-06-23T13:10:20Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- envio (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

envio is a Rust command-line tool for creating encrypted environment-variable profiles and loading them into shells or one-off command executions.

### 项目历史

The official repository was created in 2023. Its README presents envio as a secure CLI for managing environment variables, and the usage guide documents project initialization, profile creation, encryption modes, profile editing, import/export, key rotation, and a terminal UI.

### 采用历史

The input package facts list envio in Homebrew and Nix, while the official README documents installation through Cargo, Homebrew, release binaries, Linux packages, and a shell installer.

### 使用方式

Users run `envio init` in a project, create named profiles, store variables under `.envio/profiles`, and then use commands such as `envio shell`, `envio run`, `envio show`, `envio import`, and `envio export`.

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

envio is notable for combining dotenv-style workflows, encrypted local state, profile-specific secrets, and packageable Rust CLI distribution across Cargo, Homebrew, binary releases, and Nix.

### 时间线

- 2023: Official GitHub repository created.
- 2026: Repository activity and official usage docs show ongoing development.

### Related projects

- dotenv-style `.env` files
- GPG
- system keyrings
- Cargo
- Homebrew

### 来源

- GitHub API for humblepenguinn/envio repository metadata.
- Official envio README.
- Official envio docs/usage.md.
- Official envio source files src/bin/envio/config.rs, cmd/init.rs, and cmd/keyring.rs.
- source_facts.package-manager


## 安全说明

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: .envio, .envio/profiles/*.envio

## Credential files

- Unix: .envio/profiles/*.envio
## 其他软件包管理器记录

- Nix - envio: normalized package name match | nixpkgs package indexes: pkgs/by-name/en/envio/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/envio.yml](https://github.com/mxcl/pkgdb/blob/main/combined/envio.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
