Build from source

June 23, 2026 ยท View on GitHub

  1. Verify that you have Rust installed:

    rustc --version
    

    If Rust is not installed, follow the instructions on the Official Rust website.

  2. Install dependencies:

    Ensure the gpg CLI tool (GnuPG) is installed if you plan to use gpg encryption.

  3. Clone the repository:

    git clone https://github.com/humblepenguinn/envio.git
    cd envio
    
  4. Build the project:

    cargo build
    
  5. Verify the build:

    cargo run -- version