v1.0.1 (2026-06-22)
Release Notes
Features
- packaging: install by name on Linux —
apt install bdinfo-rs(Debian/Ubuntu)
anddnf install bdinfo-rs(Fedora/RHEL/openSUSE) from a hosted package
repository, in addition to the standalone.deb/.rpmrelease downloads.
Bug Fixes
- cli: running
bdinfo-rswith no arguments now prints the help and exits 0
instead of clap's missing-argument usage error (exit 2); an actual but invalid
argument still reports a usage error. Friendlier for a double-clicked binary and
for package-manager install validators that smoke-run the executable. - packaging:
cargo binstall bdinfo-rsnow resolves the prebuilt release
archives via explicit binstall metadata, including the flat Windows.ziplayout
(1.0.0 shipped no binstall configuration). - packaging: the
.deband.rpmrelease packages now publish automatically
on every release (1.0.0's had to be attached by hand).
Install bdinfo-rs 1.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/agentjp/bdinfo-rs/releases/download/v1.0.1/bdinfo-rs-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/agentjp/bdinfo-rs/releases/download/v1.0.1/bdinfo-rs-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install agentjp/tap/bdinfo-rsDownload bdinfo-rs 1.0.1
| File | Platform | Checksum |
|---|---|---|
| bdinfo-rs-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| bdinfo-rs-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| bdinfo-rs-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| bdinfo-rs-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bdinfo-rs-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum |
| bdinfo-rs-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo agentjp/bdinfo-rsYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>