logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install BLAKE3-team/BLAKE3-13. 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-13 Installation Guide

How to install BLAKE3-team/BLAKE3-13. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for BLAKE3-team/BLAKE3-13. 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-13
or

Install via npx

npx @hexmos/ipm i BLAKE3-team/BLAKE3-13

Prerequisites

Rust and Cargo

language_runtime

Version: >=1.31.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install b3sum using Cargo (Recommended)

cargo install b3sum

Download prebuilt b3sum binary for Linux

curl -L https://github.com/BLAKE3-team/BLAKE3/releases/download/1.8.3/b3sum_linux_x64_bin -o b3sum

Download prebuilt b3sum binary for macOS

curl -L https://github.com/BLAKE3-team/BLAKE3/releases/download/1.8.3/b3sum_macos_x64_bin -o b3sum

Download 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.exe

Build BLAKE3 crate from source

git clone https://github.com/BLAKE3-team/BLAKE3

cd BLAKE3

cargo install b3sum

Post Installation Steps

  • echo 'b3sum installed successfully. You can now use it to hash files.'