macOS
brew install b3sumlocal Homebrew formula metadata
brew
Command-line implementation of the BLAKE3 cryptographic hash function. Version 1.8.5 via Homebrew; verified 2026-04-25.
install
brew install b3sumlocal Homebrew formula metadata
sudo apk add b3sumAlpine Linux edge package indexes · b3sum · source: dl-cdn.alpinelinux.org
sudo apt install b3sumDebian stable package indexes · b3sum · source: deb.debian.org
sudo dnf install b3sumFedora Rawhide package metadata · b3sum · source: dl.fedoraproject.org
nix profile install nixpkgs#b3sumnixpkgs package indexes · pkgs/by-name/b3/b3sum/package.nix · source: api.github.com
sudo pacman -S b3sumArch Linux sync databases · b3sum · source: geo.mirror.pkgbuild.com
sudo zypper install b3sumopenSUSE Tumbleweed package metadata · b3sum · source: download.opensuse.org
scoop install main/b3sumScoop official bucket manifest trees · bucket/b3sum.json · source: api.github.com
overview
Command-line implementation of the BLAKE3 cryptographic hash function
history
b3sum is the command-line utility distributed with the official BLAKE3 implementation. It gives Unix users a familiar checksum-tool interface for BLAKE3, a cryptographic hash function designed to be fast, parallelizable, and usable as a regular hash, MAC, KDF, PRF, and XOF.
BLAKE3 was designed by Jack O'Connor, Samuel Neves, Jean-Philippe Aumasson, and Zooko Wilcox, with development sponsored by Electric Coin Company. The official repository presents BLAKE3 as an optimized successor in the BLAKE family: it is based on BLAKE2 and Bao's tree mode, and its design rationale is published in the BLAKE3 paper.
The b3sum binary sits beside the Rust crate and C implementation in the official BLAKE3 repository. Its role is intentionally old-school: it prints BLAKE3 hashes for files or standard input, but it also uses BLAKE3's parallel design to make command-line hashing much faster than classic checksum commands on typical desktop hardware.
The official repository publishes prebuilt b3sum binaries for Linux, Windows, and macOS and documents installation through Cargo. The package-manager metadata in this batch shows b3sum packaged across Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, Nix, Scoop, and openSUSE, which is broad adoption for a standalone checksum utility.
BLAKE3 has also moved beyond the single CLI: the official README points to a Rust crate, a C implementation, test vectors, reference implementations, and a C2SP specification. That makes b3sum the user-facing entry point for a wider portable cryptographic primitive.
b3sum is used like sha256sum or md5sum: pass files or standard input and receive hexadecimal BLAKE3 digests. The official README highlights using it for quick local benchmarks against SHA-256 as well as ordinary file hashing.
Because BLAKE3 is explicitly not a password-hashing algorithm, b3sum belongs in integrity checking, content addressing, deduplication, and build or artifact workflows rather than password storage.
For package people, b3sum is interesting because it is a modern checksum command that still fits the tiny Unix filter shape. It packages a high-performance, SIMD-aware, multithreaded hash into a single CLI that can be dropped into scripts where older checksum commands used to live.
Its presence across many package managers also tracks the way new cryptographic primitives become operationally real: first as a spec and library, then as a small command-line executable users can trust in automation.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
b3sum | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/BLAKE3-team/BLAKE3
install metadata
| Package key | brew:b3sum |
|---|---|
| Version | 1.8.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/b3sum |
| Homepage | https://github.com/BLAKE3-team/BLAKE3 |
| Repository | https://github.com/BLAKE3-team/BLAKE3 |
| Upstream docs | https://github.com/BLAKE3-team/BLAKE3#readme |
| License | CC0-1.0 OR Apache-2.0 OR (Apache-2.0 WITH LLVM-exception) |
| Source archive | https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.8.5.tar.gz |
| Last updated | 2026-04-25T04:59:03Z |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | b3sum |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
b3sum 1.8.1-2
Command line tool for calculating BLAKE3 hash
https://github.com/BLAKE3-team/BLAKE3
sudo apt install b3sumb3sum
nix profile install nixpkgs#b3sumb3sum 1.2.0-1
Command line tool for the BLAKE3 hash
https://github.com/BLAKE3-team/BLAKE3
sudo apt install b3sumb3sum 1.8.5-r0
Command line implementation of the BLAKE3 hash function
https://github.com/BLAKE3-team/BLAKE3
sudo apk add b3sumblake3-dev 1.8.5-r0
BLAKE3 hash function (development files)
https://github.com/BLAKE3-team/BLAKE3
sudo apk add blake3-devblake3-libs 1.8.5-r0
BLAKE3 hash function (libraries)
https://github.com/BLAKE3-team/BLAKE3
sudo apk add blake3-libsb3sum 1.8.5-1.fc45
Command line implementation of the BLAKE3 hash function
https://crates.io/crates/b3sum
sudo dnf install b3sumb3sum 1.8.4-1
Command line implementation of the BLAKE3 hash function
https://github.com/BLAKE3-team/BLAKE3
sudo pacman -S b3sumb3sum 1.8.3-1.3
A multithreaded rust implementation of BLAKE3
https://github.com/BLAKE3-team/BLAKE3
sudo zypper install b3summain/b3sum
scoop install main/b3sumsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.