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
- update by @Koukyosyumei in #503
- fix: warn when H5I_AGENT is invalid by @snowyukitty in #489
- fix: refuse Intel macOS in installer by @slegarraga in #417
- Add senv project to showcase by @Koukyosyumei in #507
- Update robots.txt for subdomain and sitemap links by @Koukyosyumei in #508
- Bench/microvm boot tax by @Koukyosyumei in #505
- Security hardening sweep over the host side of env by @Koukyosyumei in #511
- fix: one stale worktree registration broke
box createrepo-wide by @Koukyosyumei in #512 - Lean4 verify by @Koukyosyumei in #513
- v0.3.4: actionable create errors and h5i join --bind for WSL by @Koukyosyumei in #514
Full Changelog: v0.3.3...v0.3.4