macOS
brew install baolocal Homebrew formula metadata
brew
Implementation of BLAKE3 verified streaming. Version 0.13.1 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#bao.
install
brew install baolocal Homebrew formula metadata
nix profile install nixpkgs#baonixpkgs package indexes · pkgs/by-name/ba/bao/package.nix · source: api.github.com
sudo zypper install openbaoopenSUSE Tumbleweed package metadata · openbao · source: download.opensuse.org
overview
Implementation of BLAKE3 verified streaming
history
Bao is a Rust implementation of BLAKE3 verified streaming. It provides both a library crate and the bao command-line utility for encoding, decoding, hashing, and verifying byte streams with tree-hash-based random access.
The official Git history begins in November 2016 with preliminary verified-streaming work, and the 0.1.0 tag followed in October 2017. The README explains that Bao's original motivation was secure streaming of large attachments where a recipient knows a root hash but does not want to download the whole file before verification.
The current spec documents an important historical shift: earlier Bao versions used BLAKE2 in a custom tree hashing mode, then the BLAKE3 project evolved out of that tree mode. After BLAKE3 was published separately, Bao was rebased and narrowed to focus on verified streaming.
Bao is niche compared with general-purpose checksum tools, but it is packaged where Rust cryptography and content-addressed tooling users might need it. The supplied package facts list Homebrew and Nix packaging, and the README points Rust users to the bao_bin crate on crates.io for the CLI.
The README demonstrates bao encode, bao hash, bao decode, slice extraction, decode-slice, and outboard mode. The main workflow is to store or transmit encoded data plus a known BLAKE3 hash, then verify bytes as they are streamed or randomly sliced.
The project cautions that Bao is beta cryptography software and has not been formally audited, an important usage note for security-sensitive deployments.
Bao matters to package nerds less as a mass-market CLI and more as an artifact of the BLAKE3 ecosystem. It shows how tree hashes can support verified partial reads, outboard metadata, and streaming-friendly integrity checks.
It is also notable packaging-wise because the command is provided by the bao_bin Rust crate while the repository also contains the bao library crate, so package definitions need to select the binary crate behavior rather than assuming a single-crate CLI.
security posture
No matching local secret-handling manifest was found for bao. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bao | cli | global executable |
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.
https://github.com/oconnor663/bao
install metadata
| Package key | brew:bao |
|---|---|
| Version | 0.13.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bao |
| Homepage | https://github.com/oconnor663/bao |
| Repository | https://github.com/oconnor663/bao |
| Upstream docs | https://github.com/oconnor663/bao#readme |
| License | Apache-2.0 OR CC0-1.0 |
| Source archive | https://github.com/oconnor663/bao/archive/refs/tags/0.13.1.tar.gz |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bao |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bao
nix profile install nixpkgs#baoopenbao 2.5.4-1.1
Manage, store, and distribute sensitive data
https://github.com/openbao/openbao
sudo zypper install openbaosource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.