| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| openshell-0.0.22-py3-none-macosx_11_0_arm64.whl | 2026-04-03 | 6.2 MB | |
| openshell-0.0.22-py3-none-manylinux_2_39_aarch64.whl | 2026-04-03 | 6.3 MB | |
| openshell-0.0.22-py3-none-manylinux_2_39_x86_64.whl | 2026-04-03 | 6.6 MB | |
| openshell-aarch64-apple-darwin.tar.gz | 2026-04-03 | 6.1 MB | |
| openshell-aarch64-unknown-linux-musl.tar.gz | 2026-04-03 | 6.0 MB | |
| openshell-checksums-sha256.txt | 2026-04-03 | 674 Bytes | |
| openshell-x86_64-unknown-linux-musl.tar.gz | 2026-04-03 | 6.4 MB | |
| OpenShell v0.0.22 source code.tar.gz | 2026-04-03 | 1.6 MB | |
| OpenShell v0.0.22 source code.zip | 2026-04-03 | 2.0 MB | |
| README.md | 2026-04-03 | 1.4 kB | |
| Totals: 10 Items | 41.2 MB | 0 | |
OpenShell v0.0.22
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.22 sh
What's Changed
- fix(cli): sandbox upload overwrites files instead of creating directories by @drew in https://github.com/NVIDIA/OpenShell/pull/694
- feat(bootstrap): resume gateway from existing state and persist SSH handshake secret by @drew in https://github.com/NVIDIA/OpenShell/pull/488
- fix(security): bump container dependencies to remediate 10 CVEs by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/736
- fix(security): update OSS dependencies to remediate 3 high-severity CVEs by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/737
- fix(sandbox): harden seccomp filter to block dangerous syscalls by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/740
- test(e2e): replace flaky Python live policy update tests with Rust by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/742
- fix: remediate 9 security findings from external audit (OS-15 through OS-23) by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/744
- fix(bootstrap,server): persist sandbox state across gateway stop/start cycles by @drew in https://github.com/NVIDIA/OpenShell/pull/739
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.21...v0.0.22