Releases: h5i-dev/senv
Release list
senv v0.1.0
Install
curl -fsSL https://raw.githubusercontent.com/h5i-dev/senv/main/install.sh | shuv tool install h5i-senv # or: pipx install h5i-senv, pip install h5i-senvcargo install --git https://github.com/h5i-dev/senv --tag v0.1.0senv also needs uv on PATH, and on
Linux slirp4netns and nftables for registry allowlisting during
installs. Run senv doctor to see what your machine can enforce.
Published builds
| Target | Platform | tarball | wheel |
|---|---|---|---|
x86_64-unknown-linux-musl / ..._gnu |
Linux x86_64 | ✓ | ✓ |
aarch64-unknown-linux-musl / ..._gnu |
Linux arm64 | ✓ | ✓ |
aarch64-apple-darwin |
macOS Apple Silicon | ✓ | ✓ |
The tarballs are static musl builds so they do not depend on the
build machine's glibc; the wheels are manylinux builds, because a
musl wheel would only install on Alpine. Both are the same source
at the same tag.
Intel Macs have no published build: Rosetta 2 translates x86_64 to
arm64, not the reverse, so the Apple Silicon archive will not run
there. Build from source instead —
cargo install --git https://github.com/h5i-dev/senv --tag v0.1.0.
Each tarball has a .sha256 beside it; install.sh checks it
before installing anything.
What's Changed
- Py sdk by @Koukyosyumei in #1
- Improve examples by @Koukyosyumei in #2
- Improve experience by @Koukyosyumei in #3
- feat(examples): every example ends apply-ready by @Koukyosyumei in #4
- patterns: expose composition helpers, add approve/aggregate hooks, ad… by @Koukyosyumei in #5
- Reproduce papers by @Koukyosyumei in #6
- Add herdr support: launcher="herdr" seats agents in herdr panes + her… by @Koukyosyumei in #8
- verify: sealed overlays (sealed_from) — candidates can't weaken hande… by @Koukyosyumei in #9
- Add Agent.reflect: first-class self-feedback turn by @Koukyosyumei in #10
- docs: fix quickstart and tutorial listings by @ANONYMOUSZED-beep in #14
- fix: correct Homepage and expand project.urls metadata by @kevinnft in #15
- fix: add py.typed marker for PEP 561 support by @knight22-21 in #16
- Implement secure venv by @Koukyosyumei in #17
- Full support mac by @Koukyosyumei in #18
- Koukyosyumei patch 1 by @Koukyosyumei in #19
- Improve release script by @Koukyosyumei in #20
New Contributors
- @Koukyosyumei made their first contribution in #1
- @ANONYMOUSZED-beep made their first contribution in #14
- @kevinnft made their first contribution in #15
- @knight22-21 made their first contribution in #16
Full Changelog: https://github.com/h5i-dev/senv/commits/v0.1.0