Release Notes
- Supersede the unpublished
0.1.0-alpha.2candidate 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 | shInstall 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/healthmdDownload 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-mdYou 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>