How to install BLAKE3-team/BLAKE3-12. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
BLAKE3-team/BLAKE3-12 Installation Guide
How to install BLAKE3-team/BLAKE3-12. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for BLAKE3-team/BLAKE3-12. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i BLAKE3-team/BLAKE3-12or
Install via npx
npx @hexmos/ipm i BLAKE3-team/BLAKE3-12Prerequisites
Rust and Cargo
language_runtimeVersion: >=1.31.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install b3sum using Cargo (Recommended)
cargo install b3sumDownload prebuilt b3sum binary for Linux
curl -L https://github.com/BLAKE3-team/BLAKE3/releases/download/1.8.3/b3sum_linux_x64_bin -o b3sumDownload prebuilt b3sum binary for macOS
curl -L https://github.com/BLAKE3-team/BLAKE3/releases/download/1.8.3/b3sum_macos_x64_bin -o b3sumDownload prebuilt b3sum binary for Windows
curl -L https://github.com/BLAKE3-team/BLAKE3/releases/download/1.8.3/b3sum_windows_x64_bin.exe -o b3sum.exeBuild BLAKE3 crate from source
git clone https://github.com/BLAKE3-team/BLAKE3
cd BLAKE3
cargo install b3sumPost Installation Steps
- echo 'b3sum installed successfully. You can now use it to hash files.'
