Automic VaultAutomic Vault

brew

Install b3sum with Homebrew, apk, apt, dnf, Nix, pacman, zypper, scoop

Command-line implementation of the BLAKE3 cryptographic hash function. Version 1.8.5 via Homebrew; verified 2026-04-25.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install b3sum

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add b3sum

Alpine Linux edge package indexes · b3sum · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install b3sum

Debian stable package indexes · b3sum · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install b3sum

Fedora Rawhide package metadata · b3sum · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#b3sum

nixpkgs package indexes · pkgs/by-name/b3/b3sum/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S b3sum

Arch Linux sync databases · b3sum · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install b3sum

openSUSE Tumbleweed package metadata · b3sum · source: download.opensuse.org

Windows

Scoopverified · 92%
scoop install main/b3sum

Scoop official bucket manifest trees · bucket/b3sum.json · source: api.github.com

overview

Package summary

Command-line implementation of the BLAKE3 cryptographic hash function

Commands and aliases

  • b3sum

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2020: BLAKE3 is published with an official implementation, paper, Rust crate, C implementation, and b3sum CLI.
  • 2025: BLAKE3 1.8.x releases continue shipping through the official GitHub releases feed.
  • 2026: BLAKE3 1.8.5 is published on GitHub, showing continued maintenance of the implementation and CLI.

Related projects

  • BLAKE2 is the immediate hash-function ancestor named by the BLAKE3 README.
  • Bao provides the tree-mode lineage and verified-streaming ideas referenced by the BLAKE3 project.
  • Argon2 is explicitly recommended by the BLAKE3 project for password hashing, which b3sum is not meant to solve.
  • Classic checksum tools such as sha256sum and md5sum are the command-line comparison point for b3sum.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
b3sumcliglobal executable

freshness

Version and 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.

page generated2026-07-10
manager version1.8.5
manager updated2026-04-25
local dataok
upstreamcurrent
latest detected1.8.5

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

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:b3sum
Version1.8.5
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/b3sum
Homepagehttps://github.com/BLAKE3-team/BLAKE3
Repositoryhttps://github.com/BLAKE3-team/BLAKE3
Upstream docshttps://github.com/BLAKE3-team/BLAKE3#readme
LicenseCC0-1.0 OR Apache-2.0 OR (Apache-2.0 WITH LLVM-exception)
Source archivehttps://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.8.5.tar.gz
Last updated2026-04-25T04:59:03Z
Pulseupdated
Build dependenciesrust
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameb3sum
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

b3sum 1.8.1-2

Command line tool for calculating BLAKE3 hash

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

sudo apt install b3sum
  • Section: utils
  • Architecture: amd64
  • Source Package: rust-b3sum
  • 2 dependencies
  • normalized package name match
  • Matched by: B3sum
Debian stable package indexes · deb.debian.org · Debian stable package indexes: b3sum from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

b3sum

nix profile install nixpkgs#b3sum
  • normalized package name match
  • Matched by: B3sum
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/b3/b3sum/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

b3sum 1.2.0-1

Command line tool for the BLAKE3 hash

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

sudo apt install b3sum
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: rust-b3sum
  • 2 dependencies
  • normalized package name match
  • Matched by: B3sum
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: b3sum from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

b3sum 1.8.5-r0

Command line implementation of the BLAKE3 hash function

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

sudo apk add b3sum
  • License: CC0-1.0 OR Apache-2.0
  • Architecture: x86_64
  • Source Package: b3sum
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: B3sum
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: b3sum from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

blake3-dev 1.8.5-r0

BLAKE3 hash function (development files)

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

sudo apk add blake3-dev
  • License: CC0-1.0 OR Apache-2.0
  • Architecture: x86_64
  • Source Package: b3sum
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: B3sum
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: blake3-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

blake3-libs 1.8.5-r0

BLAKE3 hash function (libraries)

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

sudo apk add blake3-libs
  • License: CC0-1.0 OR Apache-2.0
  • Architecture: x86_64
  • Source Package: b3sum
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: B3sum
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: blake3-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

b3sum 1.8.5-1.fc45

Command line implementation of the BLAKE3 hash function

https://crates.io/crates/b3sum

sudo dnf install b3sum
  • License: (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND MIT AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: rust-b3sum
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: B3sum
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: b3sum from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

b3sum 1.8.4-1

Command line implementation of the BLAKE3 hash function

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

sudo pacman -S b3sum
  • License: CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception
  • Architecture: x86_64
  • 2 dependencies
  • normalized package name match
  • Matched by: B3sum
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: b3sum from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

b3sum 1.8.3-1.3

A multithreaded rust implementation of BLAKE3

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

sudo zypper install b3sum
  • License: Apache-2.0 OR CC0-1.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: b3sum
  • 3 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: B3sum
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: b3sum from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Scoop95%

main/b3sum

scoop install main/b3sum
  • normalized package name match
  • Matched by: B3sum
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/b3sum.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment