macOS
brew install b3sumlocal Homebrew formula metadata
安装
brew install b3sumlocal Homebrew formula metadata
sudo apk add b3sumAlpine Linux edge package indexes · b3sum · 来源: dl-cdn.alpinelinux.org
sudo dnf install b3sumFedora Rawhide package metadata · b3sum · 来源: dl.fedoraproject.org
nix profile install nixpkgs#b3sumnixpkgs package indexes · pkgs/by-name/b3/b3sum/package.nix · 来源: api.github.com
sudo pacman -S b3sumArch Linux sync databases · b3sum · 来源: geo.mirror.pkgbuild.com
sudo zypper install b3sumopenSUSE Tumbleweed package metadata · b3sum · 来源: download.opensuse.org
scoop install main/b3sumScoop official bucket manifest trees · bucket/b3sum.json · 来源: api.github.com
概览
Command-line implementation of the BLAKE3 cryptographic hash function
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
b3sum | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/BLAKE3-team/BLAKE3
安装元数据
| 软件包键 | brew:b3sum |
|---|---|
| 版本 | 1.8.5 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/b3sum |
| 主页 | https://github.com/BLAKE3-team/BLAKE3 |
| 仓库 | https://github.com/BLAKE3-team/BLAKE3 |
| 上游文档 | https://github.com/BLAKE3-team/BLAKE3#readme |
| 许可证 | CC0-1.0 OR Apache-2.0 OR (Apache-2.0 WITH LLVM-exception) |
| 源码归档 | https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.8.5.tar.gz |
| 最后更新 | 2026-04-25T04:59:03Z |
| Pulse | updated |
| 构建依赖 | rust |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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/b3sum来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.