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

pre-release2 hours ago

Release Notes

  • Show a short, human-readable getting-started screen when healthmd is run without a command,
    instead of wrapping the full help text inside a JSON error.
  • Publish this as an explicitly unqualified preview through the checksummed GitHub release,
    Homebrew/Linuxbrew tap, and coordinated crates.io packages 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.4

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.4/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.4/healthmd-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install CodyBontecou/tap/healthmd

Download healthmd-cli 0.1.0-alpha.4

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.