# envio mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für envio in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install envio
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:envio
- **Paketmanager:** Homebrew
- **Version:** 0.8.0
- **Quellzusammenfassung:** Modern And Secure CLI Tool For Managing Environment Variables
- **Homepage:** <https://github.com/humblepenguinn/envio>
- **Repository:** <https://github.com/humblepenguinn/envio>
- **Zuletzt aktualisiert:** 2026-06-23T13:10:20Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- envio (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.8.0
## Projektgeschichte und Nutzung

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

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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`.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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

### Quellen

- 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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- 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
## Andere Paketmanager-Einträge

- 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)


## Quellen

- 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
