Automic VaultAutomic Vault

brew

b3sum を Homebrew, apk, apt, dnf, Nix, pacman, zypper, scoop でインストール

b3sum のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install b3sum

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add b3sum

Alpine Linux edge package indexes · b3sum · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install b3sum

Debian stable package indexes · b3sum · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install b3sum

Fedora Rawhide package metadata · b3sum · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#b3sum

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

Arch Linux pacman確認済み · 92%
sudo pacman -S b3sum

Arch Linux sync databases · b3sum · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install b3sum

openSUSE Tumbleweed package metadata · b3sum · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/b3sum

Scoop official bucket manifest trees · bucket/b3sum.json · ソース: api.github.com

概要

パッケージ概要

Command-line implementation of the BLAKE3 cryptographic hash function

コマンドとエイリアス

  • b3sum

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 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.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
b3sumcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版1.8.5
マネージャ更新日2026-04-25
ローカルデータOK
上流最新
検出された最新1.8.5

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

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキー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
Pulseupdated
ビルド依存関係rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

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 依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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