Install
Two binaries. h5i is the confined development environment;
h5i-browser-light is its browser engine, which also runs on its
own as a headless browser for agents.
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.3.5/h5i-v0.3.5-<TARGET>.tar.gz | tar -xz
sudo mv h5i /usr/local/bin/Windows: download the .zip, extract h5i.exe, and add it to your PATH.
The browser on its own
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.3.5/h5i-browser-light-v0.3.5-<TARGET>.tar.gz | tar -xz
sudo mv h5i-browser-light /usr/local/bin/
h5i-browser-light skill install # teach an agent to drive itEvery request it makes is checked against an allowlist — every
request and every redirect hop — and written to the receipt before
any bytes move, with or without h5i. What a box adds is that the
agent cannot simply go around the browser; on a bare host that part
is not claimed.
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
- demo/tutorial for p2p-based sharing by @Koukyosyumei in #515
- Verified filesystem authority machine (H5iFs) + per-run validator by @Koukyosyumei in #516
- Remote runner: run a box on a machine you own, and bring back a reviewable patch by @Koukyosyumei in #517
- Koukyosyumei patch 1 by @Koukyosyumei in #518
- Update project title in README.md by @Koukyosyumei in #519
- update the title by @Koukyosyumei in #520
- Update index.html by @Koukyosyumei in #521
- Add FastAPI starter to showcase by @SumedhAnupSupe in #522
- Runtime detection: a kernel-observed evidence lane (ROADMAP D1–D14) by @Koukyosyumei in #523
- The agent-driving surface, and a browser you can use without a box (ROADMAP B15, M11c) by @Koukyosyumei in #524
- Bump to v0.3.5 by @Koukyosyumei in #525
- Vendor OpenSSL where git2 is declared, so the browser builds on musl by @Koukyosyumei in #526
- Build aarch64 musl natively, and check the engine on every target by @Koukyosyumei in #527
New Contributors
- @SumedhAnupSupe made their first contribution in #522
Full Changelog: v0.3.4...v0.3.5