h5i v0.2.6
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.2.6/h5i-v0.2.6-<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 + Rosetta) |
x86_64-pc-windows-msvc |
Windows x86_64 |
Each archive is accompanied by a .sha256 checksum file.
What's Changed
- Document h5i-studio features in README by @Koukyosyumei in #238
- perf(env): memoize + claim-scope host probe — 12s→0.4s default env create by @Koukyosyumei in #240
- [codex] add injection scanner unit tests by @leemeo3 in #239
- Update README header to emphasize auditable workspaces by @Koukyosyumei in #241
- Update header for AI Agent Teams in README by @Koukyosyumei in #242
- docs: lead with Auditable Workspaces category framing by @Koukyosyumei in #244
- docs(pitch): refactor the pitch slides by @Koukyosyumei in #245
- bump to v0.2.6 by @Koukyosyumei in #246
New Contributors
Full Changelog: v0.2.5...v0.2.6