github CodyBontecou/health-md healthmd-cli/v0.1.0-alpha.3
0.1.0-alpha.3

pre-release3 hours ago

Release Notes

  • Supersede the unpublished 0.1.0-alpha.2 candidate after its release gates found that generated
    installer and Homebrew metadata retained pre-signing macOS archive hashes. Propagate every final
    signed archive digest back into the cargo-dist manifests before generating global artifacts, and
    fail closed unless each manifest, shell installer checksum, PowerShell archive selection, and
    Homebrew URL/checksum pair matches the exact final archive bytes.
  • Carry forward the bounded heartbeat/TCP keepalive handling and exact iOS/Android source
    counterparts prepared for the previous candidate. Publish this explicitly unqualified preview
    through the checksummed GitHub release and Homebrew tap while keeping stable publication blocked
    until fresh physical-device qualification is recorded.
  • Windows artifacts remain Authenticode-unsigned while the release identity ledger records pending
    external certificate provisioning; verify them through the Sigstore-signed checksum closure.

Install healthmd-cli 0.1.0-alpha.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodyBontecou/health-md/releases/download/healthmd-cli/v0.1.0-alpha.3/healthmd-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/CodyBontecou/health-md/releases/download/healthmd-cli/v0.1.0-alpha.3/healthmd-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install CodyBontecou/tap/healthmd

Download healthmd-cli 0.1.0-alpha.3

File Platform Checksum
healthmd-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
healthmd-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
healthmd-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
healthmd-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
healthmd-cli-x86_64-unknown-linux-gnu.tar.xz x64 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 CodyBontecou/health-md

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>

Don't miss a new health-md release

NewReleases is sending notifications on new releases.