#encryption #terminal-session #env-var #profile #secure

bin+lib envio

A secure command-line tool for managing environment variables

9 releases (5 breaking)

Uses new Rust 2024

new 0.7.0 Mar 2, 2026
0.6.1 Sep 30, 2024
0.5.1 Feb 17, 2024
0.5.0 Apr 10, 2023
0.1.0 Mar 20, 2023

#591 in Cryptography

MIT/Apache and LGPL-2.1

1MB
5.5K SLoC

Rust 4.5K SLoC // 0.0% comments BASH 380 SLoC PowerShell 204 SLoC Shell 157 SLoC // 0.0% comments

envio

A secure command-line tool for managing environment variables

CICD Version info
Demo

About

envio is a command-line tool for securely managing environment variables. It allows users to create encrypted profiles containing environment variables for a specific project or use case. The tool provides various operations to manage these profiles, such as loading them into terminal sessions or running programs with the specified environment variables.

Some key features of envio include:

  • Encrypt profiles using different encryption methods
  • Start new shell sessions with profile environment variables injected
  • Run programs with your profiles

Installation

Pre-built binaries are available on the releases page.

Unix Install Script

curl -fsSL https://raw.githubusercontent.com/humblepenguinn/envio/main/install.sh | bash

You can set a custom install directory with INSTALL_DIR:

curl -fsSL https://raw.githubusercontent.com/humblepenguinn/envio/main/install.sh |INSTALL_DIR=/usr/local/bin bash

Linux

Arch Linux

Use your favorite AUR helper to install envio:

paru -S envio      # or envio-bin for pre-built binary

Debian/Ubuntu

sudo dpkg -i envio_<version>_<arch>.deb

macOS

brew install envio

Windows

Download the MSI installer or zip archive from the releases page.

Usage

See the Usage Guide for detailed instructions on how to use the tool.

Contributing

Take a look at the Contributing Guide for more information.

License

envio is available under the terms of either the MIT License or the Apache License 2.0, at your option.

See the LICENSE-MIT and LICENSE-APACHE files for license details.

Dependencies

~8–30MB
~414K SLoC