Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.3.3/h5i-v0.3.3-<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
- Improve doc layout by @Koukyosyumei in #476
- test: deflake the observer/teardown lock test against fork races by @Koukyosyumei in #477
- docs: roadmap the next browser layer (two engines, mediated socket) by @Koukyosyumei in #478
- fix: open the UI in a Windows browser by @w3lld1 in #480
- Add Contributors section to README by @Koukyosyumei in #481
- Enhance README with sandbox features and isolation tiers by @Koukyosyumei in #482
- Implement own browser by @Koukyosyumei in #479
- feat(browser-light): a resident session, a fenced snapshot, and what … by @Koukyosyumei in #483
- Optimize browser by @Koukyosyumei in #484
- Run the Web Platform Tests against h5i-light, and fix what they found by @Koukyosyumei in #485
- Enhance README with browser isolation details by @Koukyosyumei in #486
- update by @Koukyosyumei in #487
- Legacy document encodings: read a euc-jp page as euc-jp by @Koukyosyumei in #488
- h5i box share: open one box's dev server to one other person by @Koukyosyumei in #490
- Improve share on mac by @Koukyosyumei in #491
- Koukyosyumei patch 1 by @Koukyosyumei in #492
- chore: remove unused root dependencies by @slegarraga in #475
- Koukyosyumei patch 1 by @Koukyosyumei in #493
- Improve manual roadmap by @Koukyosyumei in #494
- Add initial Showcase.md file by @Koukyosyumei in #495
- Koukyosyumei patch 1 by @Koukyosyumei in #500
- Improve UI share by @Koukyosyumei in #501
- Bump to v.0.3.3 by @Koukyosyumei in #502
New Contributors
Full Changelog: v0.3.2...v0.3.3