| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| openshell-0.0.20-py3-none-macosx_11_0_arm64.whl | 2026-04-01 | 6.2 MB | |
| openshell-0.0.20-py3-none-manylinux_2_39_aarch64.whl | 2026-04-01 | 6.3 MB | |
| openshell-0.0.20-py3-none-manylinux_2_39_x86_64.whl | 2026-04-01 | 6.6 MB | |
| openshell-aarch64-apple-darwin.tar.gz | 2026-04-01 | 6.1 MB | |
| openshell-aarch64-unknown-linux-musl.tar.gz | 2026-04-01 | 5.9 MB | |
| openshell-checksums-sha256.txt | 2026-04-01 | 674 Bytes | |
| openshell-x86_64-unknown-linux-musl.tar.gz | 2026-04-01 | 6.4 MB | |
| OpenShell v0.0.20 source code.tar.gz | 2026-04-01 | 1.6 MB | |
| OpenShell v0.0.20 source code.zip | 2026-04-01 | 1.9 MB | |
| README.md | 2026-04-01 | 1.7 kB | |
| Totals: 10 Items | 41.0 MB | 0 | |
OpenShell v0.0.20
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.20 sh
What's Changed
- feat(bootstrap,cli): switch GPU injection to CDI where supported by @elezar in https://github.com/NVIDIA/OpenShell/pull/495
- feat(sandbox): switch device plugin to CDI injection mode by @elezar in https://github.com/NVIDIA/OpenShell/pull/503
- fix(docker): restore apt cleanup chaining in cluster image by @pimlock in https://github.com/NVIDIA/OpenShell/pull/702
- fix(cluster): pass resolv-conf as kubelet arg and pin k3s image digest by @drew in https://github.com/NVIDIA/OpenShell/pull/701
- fix(server): return already_exists for duplicate sandbox names by @drew in https://github.com/NVIDIA/OpenShell/pull/695
- fix(bootstrap): stream image push through temp file to prevent OOM by @drew in https://github.com/NVIDIA/OpenShell/pull/700
- docs(agents): add security analysis protocol to principal-engineer-reviewer by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/711
- feat(sandbox): extend L7 credential injection to query params, Basic auth, and URL paths by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/708
- fix(sandbox): eliminate Box::leak memory leak in rewrite_forward_request by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/715
- chore(mise): use install_only_stripped precompiled Python flavor by @drew in https://github.com/NVIDIA/OpenShell/pull/693
- fix(bootstrap): handle tar paths exceeding 100 bytes by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/721
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.19...v0.0.20