Build from source
June 23, 2026 ยท View on GitHub
-
Verify that you have Rust installed:
rustc --versionIf Rust is not installed, follow the instructions on the Official Rust website.
-
Install dependencies:
Ensure the
gpgCLI tool (GnuPG) is installed if you plan to usegpgencryption. -
Clone the repository:
git clone https://github.com/humblepenguinn/envio.git cd envio -
Build the project:
cargo build -
Verify the build:
cargo run -- version