github h5i-dev/h5i v0.3.4
h5i v0.3.4

6 hours ago

Install

Linux / macOS:

curl -L https://github.com/h5i-dev/h5i/releases/download/v0.3.4/h5i-v0.3.4-<TARGET>.tar.gz | tar -xz
sudo mv h5i /usr/local/bin/

Windows: download the .zip, extract h5i.exe, and add it to your PATH.

Available targets

Target Platform
x86_64-unknown-linux-musl Linux x86_64 (static, glibc-free)
aarch64-unknown-linux-musl Linux arm64 (static, glibc-free)
aarch64-apple-darwin macOS Apple Silicon (arm64)
x86_64-pc-windows-msvc Windows x86_64

Intel Macs have no published build: Rosetta 2 translates x86_64 to
arm64, not the reverse, so the aarch64-apple-darwin archive will
not run there. Build from source instead:
cargo install --git https://github.com/h5i-dev/h5i

Each archive is accompanied by a .sha256 checksum file.

What's Changed

Full Changelog: v0.3.3...v0.3.4

Don't miss a new h5i release

NewReleases is sending notifications on new releases.