Skip to content

bdinfo-rs GUI v2.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 17:52
Immutable release. Only release title and notes can be modified.
c022f81

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-rs

You 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>