| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| openshell-0.0.19-py3-none-macosx_11_0_arm64.whl | 2026-03-31 | 6.1 MB | |
| openshell-0.0.19-py3-none-manylinux_2_39_aarch64.whl | 2026-03-31 | 6.2 MB | |
| openshell-0.0.19-py3-none-manylinux_2_39_x86_64.whl | 2026-03-31 | 6.5 MB | |
| openshell-aarch64-apple-darwin.tar.gz | 2026-03-31 | 6.0 MB | |
| openshell-aarch64-unknown-linux-musl.tar.gz | 2026-03-31 | 5.9 MB | |
| openshell-checksums-sha256.txt | 2026-03-31 | 674 Bytes | |
| openshell-x86_64-unknown-linux-musl.tar.gz | 2026-03-31 | 6.3 MB | |
| OpenShell v0.0.19 source code.tar.gz | 2026-03-30 | 1.5 MB | |
| OpenShell v0.0.19 source code.zip | 2026-03-30 | 1.9 MB | |
| README.md | 2026-03-30 | 2.0 kB | |
| Totals: 10 Items | 40.4 MB | 0 | |
OpenShell v0.0.19
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.19 sh
What's Changed
- fix(proxy): add L7 inspection to forward proxy path by @latenighthackathon in https://github.com/NVIDIA/OpenShell/pull/666
- fix(ci): skip docs preview deploy for fork PRs by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/679
- docs(rfc): add RFC process with draft/review/accepted lifecycle by @drew in https://github.com/NVIDIA/OpenShell/pull/678
- fix(e2e): add uv-managed python binary glob to forward proxy L7 test by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/686
- fix(l7): reject requests with both CL and TE headers in inference parser (CWE-444) by @latenighthackathon in https://github.com/NVIDIA/OpenShell/pull/671
- fix(sandbox): handle per-path Landlock errors instead of abandoning entire ruleset by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/677
- Missed input parameter to init OpenClaw container by @vcorrea-ppc in https://github.com/NVIDIA/OpenShell/pull/645
- feat(sandbox): add L7 query parameter matchers by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/617
- perf(sandbox): streaming SHA256 and spawn_blocking for identity resolution by @koiker in https://github.com/NVIDIA/OpenShell/pull/555
- feat(inference): allow setting custom inference timeout by @pentschev in https://github.com/NVIDIA/OpenShell/pull/672
- fix(sandbox): track PTY state per SSH channel to fix terminal resize by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/687
New Contributors
- @vcorrea-ppc made their first contribution in https://github.com/NVIDIA/OpenShell/pull/645
- @koiker made their first contribution in https://github.com/NVIDIA/OpenShell/pull/555
- @pentschev made their first contribution in https://github.com/NVIDIA/OpenShell/pull/672
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.18...v0.0.19