# b2sum mit Homebrew, Nix, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für b2sum in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:b2sum
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install b2sum
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#b2sum
```

  Evidenz: nixpkgs package indexes: b2sum from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

### Windows

- Scoop (92%):

```sh
scoop install main/b2sum
```

  Evidenz: Scoop official bucket manifest trees: bucket/b2sum.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:b2sum
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/b2sum>
- **Version:** 20190724
- **Quellzusammenfassung:** BLAKE2 b2sum reference binary
- **Homepage:** <https://github.com/BLAKE2/BLAKE2>
- **Repository:** <https://github.com/BLAKE2/BLAKE2>
- **Upstream-Dokumentation:** <https://github.com/BLAKE2/BLAKE2#readme>
- **Lizenz:** CC0-1.0 OR OpenSSL OR Apache-2.0
- **Quellarchiv:** <https://github.com/BLAKE2/BLAKE2/archive/refs/tags/20190724.tar.gz>
- **Generiert:** 2026-07-25T07:20:51+00:00

## Executables

- b2sum (cli)
- b2sum (Alias)

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version und Aktualität

- Seite generiert: 2026-07-25
- Manager-Version: 20190724
- lokale Daten: OK
- Upstream-Repository: https://github.com/BLAKE2/BLAKE2
- Info: No package-manager update timestamp was available.
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

`b2sum` is the command-line checksum utility shipped with the BLAKE2 reference source package. It hashes files with BLAKE2 implementations and occupies the same command-line niche as tools such as `sha256sum`, but for BLAKE2.

### Projektgeschichte

BLAKE2 is a cryptographic hash function family derived from the BLAKE SHA-3 finalist lineage. The official BLAKE2 repository packages portable C implementations, optimized implementations for several CPU families, benchmark code, and the `b2sum` command-line utility.

The `b2sum` source file carries a 2012 copyright notice for the BLAKE2 reference source package, and the BLAKE2 specification was later published as RFC 7693 in 2015. The repository's sparse tag history reflects a small reference-code package rather than a continuously shipped application.

### Adoptionsgeschichte

`b2sum` adoption is tied to users who want a standalone BLAKE2 checksum utility from the reference implementation. The input package facts list Homebrew, Nix, and Scoop packages, which is typical for small cryptographic command-line utilities that package managers make easy to install across platforms.

The broader BLAKE2 family became notable because it offered high performance while retaining cryptographic-hash use cases. For CLI users, `b2sum` is the simple artifact: install a tiny package, hash files, and compare output in scripts.

### Wie es verwendet wird

`b2sum` reads files and emits BLAKE2 digests for verification or scripting. The source notes compatibility concerns with coreutils-style checksum behavior, which explains the familiar package-manager naming and command-line shape.

There is no project-level configuration file or credentials file; `b2sum` is a stateless local hashing utility.

### Warum Paket-Nerds sich dafür interessieren

For package nerds, `b2sum` is the satisfying opposite of a cloud CLI: tiny, C-based, stateless, and useful anywhere checksums are useful. Its main packaging questions are license expression, CPU-optimized source selection, and making the reference utility available without pulling a larger suite.

It also shows how package names can be misleading beside cloud tooling: `brew:b2sum` is BLAKE2 checksum software, not related to Backblaze B2.

### Zeitleiste

- 2012: The BLAKE2 reference package includes the `b2sum` tool source.
- 2015: RFC 7693 publishes the BLAKE2 cryptographic hash specification.
- 2016: The BLAKE2 repository has a public `20160619` tag.
- 2019: The BLAKE2 repository has a public `20190724` tag.

### Related projects

- BLAKE2b and BLAKE2s are the main BLAKE2 hash variants in the reference package.
- BLAKE was the SHA-3 competition finalist lineage from which BLAKE2 descends.
- `sha256sum` and other coreutils-style checksum tools are the closest command-line analogs.

### Quellen

- BLAKE2 official website
- BLAKE2/BLAKE2 README and b2sum source
- RFC 7693
- source_facts.package-manager


## Sicherheitshinweise

Für b2sum wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** b2sum
- **Version Scheme:** 0
- **Revision:** 0
- **Conflicts With:** coreutils
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Nix - b2sum: normalized package name match | nixpkgs package indexes: b2sum from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Scoop - main/b2sum: normalized package name match | Scoop official bucket manifest trees: bucket/b2sum.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/de/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [b3sum](https://www.automicvault.com/de/pkg/brew/b3sum/) - Shares av.db curated category or tags: checksum, cli, cryptography, hashing, security.
- [sha3sum](https://www.automicvault.com/de/pkg/brew/sha3sum/) - Shares av.db curated category or tags: checksum, cli, cryptography, hashing, security.
- [bao](https://www.automicvault.com/de/pkg/brew/bao/) - Shares av.db curated category or tags: cli, cryptography, hashing, security.
- [nettle](https://www.automicvault.com/de/pkg/brew/nettle/) - Shares av.db curated category or tags: cli, cryptography, hashing, security.
- [sha1dc](https://www.automicvault.com/de/pkg/brew/sha1dc/) - Shares av.db curated category or tags: cli, cryptography, hashing, security.
- [sha2](https://www.automicvault.com/de/pkg/brew/sha2/) - Shares av.db curated category or tags: cli, cryptography, hashing, security.
- [ares](https://www.automicvault.com/de/pkg/brew/ares/) - Shares av.db curated category or tags: cli, cryptography, security.
- [argon2](https://www.automicvault.com/de/pkg/brew/argon2/) - Shares av.db curated category or tags: cli, cryptography, security.

## Combined YAML source

View the package source record on GitHub. [combined/b2sum.yml](https://github.com/automic-vault/db/blob/main/combined/b2sum.yml)


## Quellen

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