bdinfo-rs GUI v2.0.0
Native desktop GUI for bdinfo-rs: open a BDMV folder or .iso image,
run the measured scan, and read, save, or copy the classic BDInfo
report — byte-identical to the bdinfo-rs CLI's.
| Platform | Artifacts |
|---|---|
| Windows (x64, arm64) | .msi installer (Start-menu entry, clean uninstall), portable .zip |
| macOS (Intel, Apple Silicon) | .dmg with a drag-to-Applications .app |
| Linux (x64, arm64) | .AppImage, .deb, .rpm |
macOS (unsigned): Gatekeeper blocks the first launch — allow it
under System Settings → Privacy & Security → "Open Anyway", or run
xattr -d com.apple.quarantine "/Applications/bdinfo-rs GUI.app".
macOS 26 (Tahoe) reports the same block as "is damaged and can't be
opened"; the app is not damaged and the steps above still apply.
Windows: SmartScreen may warn on the first run of the portable
exe — "More info" → "Run anyway". The .msi installs for the
current user only and never asks for administrator rights.
Every asset is listed in the SHA256SUMS manifest attached to
this release.
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>