macOS
brew install b3sumlocal Homebrew formula metadata
brew
b3sum のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install b3sumlocal Homebrew formula metadata
sudo apk add b3sumAlpine Linux edge package indexes · b3sum · ソース: dl-cdn.alpinelinux.org
sudo apt install b3sumDebian stable package indexes · b3sum · ソース: deb.debian.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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.