Skip to content

0.1.0-alpha.6 - 2026-05-16

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 May 13:25

Release Notes

Changed

  • Added npm distribution under the @humanmd/cli and @humanmd/wasm packages.
  • Changed the npm CLI installer to download cargo-dist release artifacts from deterministic GitHub Release URLs instead of the GitHub API.
  • Added npm package version checks to the release invariant script and release bump workflow.
  • Fixed the WASM npm package preparation flow so generated pkg assets are included in published tarballs.

Install hmd-cli 0.1.0-alpha.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.6/hmd-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.6/hmd-cli-installer.ps1 | iex"

Download hmd-cli 0.1.0-alpha.6

File Platform Checksum
hmd-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hmd-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hmd-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
hmd-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hmd-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum