h5i v0.1.8
Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.1.8/h5i-v0.1.8-<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
- Update license badge link in README.md by @Koukyosyumei in #121
- Expand h5i usage details in README by @Koukyosyumei in #122
- Update README.md by @Koukyosyumei in #123
- Rebuild pitch deck into 10-slide AI-aware-VC narrative by @Koukyosyumei in #124
- improve the positionof intuitive summary figure by @Koukyosyumei in #125
- h5i environments (worktree+sandbox) desig by @Koukyosyumei in #126
- Revert hero to static glow: drop the WebGL flow-field by @Koukyosyumei in #127
- env shell: make the agent-in-box actually work by default by @Koukyosyumei in #128
- sandbox: scope built-in agent profile per runtime; narrow ~/.local read by @Koukyosyumei in #129
- env: in-box command observation via container tee-shim + optional observe-bash hook by @Koukyosyumei in #130
- env: in-box git via narrow plumbing grants; honest ctx status on unreadable repo by @Koukyosyumei in #131
- env: show staged spool evidence as pending in env status by @Koukyosyumei in #132
- Bump version to 0.1.8 by @Koukyosyumei in #133
- Fix cross-target release build (musl ioctl/kexec, non-Linux slirp4netns stub) by @Koukyosyumei in #134
Full Changelog: v0.1.7...v0.1.8