github h5i-dev/h5i v0.3.5
h5i v0.3.5

4 hours ago

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 it

Every 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

New Contributors

Full Changelog: v0.3.4...v0.3.5

Don't miss a new h5i release

NewReleases is sending notifications on new releases.