| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| openshell-0.0.16-py3-none-macosx_11_0_arm64.whl | 2026-03-25 | 6.1 MB | |
| openshell-0.0.16-py3-none-manylinux_2_39_aarch64.whl | 2026-03-25 | 6.1 MB | |
| openshell-0.0.16-py3-none-manylinux_2_39_x86_64.whl | 2026-03-25 | 6.5 MB | |
| openshell-aarch64-apple-darwin.tar.gz | 2026-03-25 | 5.9 MB | |
| openshell-aarch64-unknown-linux-musl.tar.gz | 2026-03-25 | 5.8 MB | |
| openshell-checksums-sha256.txt | 2026-03-25 | 674 Bytes | |
| openshell-x86_64-unknown-linux-musl.tar.gz | 2026-03-25 | 6.3 MB | |
| OpenShell v0.0.16 source code.tar.gz | 2026-03-24 | 1.5 MB | |
| OpenShell v0.0.16 source code.zip | 2026-03-24 | 1.9 MB | |
| README.md | 2026-03-24 | 1.1 kB | |
| Totals: 10 Items | 40.1 MB | 0 | |
OpenShell v0.0.16
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.16 sh
What's Changed
- feat(tasks): add cluster:gpu task and wire e2e:gpu to use it by @elezar in https://github.com/NVIDIA/OpenShell/pull/547
- fix(ci): harden CI image tool installation by @pimlock in https://github.com/NVIDIA/OpenShell/pull/572
- fix(server): preserve credential key names in redacted provider responses by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/569
- fix(sandbox): treat literal IP in policy host as implicit allowed_ips by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/570
- fix(sandbox,server): fix chunk merge duplicates and OPA variable collision with overlapping policies by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/571
- fix(sandbox): block unspecified addresses in SSRF guards by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/598
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.15...v0.0.16