| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| openshell-0.0.21-py3-none-macosx_11_0_arm64.whl | 2026-04-02 | 6.2 MB | |
| openshell-0.0.21-py3-none-manylinux_2_39_aarch64.whl | 2026-04-02 | 6.3 MB | |
| openshell-0.0.21-py3-none-manylinux_2_39_x86_64.whl | 2026-04-02 | 6.6 MB | |
| openshell-aarch64-apple-darwin.tar.gz | 2026-04-02 | 6.0 MB | |
| openshell-aarch64-unknown-linux-musl.tar.gz | 2026-04-02 | 5.9 MB | |
| openshell-checksums-sha256.txt | 2026-04-02 | 674 Bytes | |
| openshell-x86_64-unknown-linux-musl.tar.gz | 2026-04-02 | 6.4 MB | |
| OpenShell v0.0.21 source code.tar.gz | 2026-04-02 | 1.6 MB | |
| OpenShell v0.0.21 source code.zip | 2026-04-02 | 1.9 MB | |
| README.md | 2026-04-02 | 1.0 kB | |
| Totals: 10 Items | 41.0 MB | 0 | |
OpenShell v0.0.21
Quick install
:::bash
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.21 sh
What's Changed
- fix(install): make checksum verification mandatory and validate redirect origin by @drew in https://github.com/NVIDIA/OpenShell/pull/724
- docs: add legal disclaimer and alpha banner by @miyoungc in https://github.com/NVIDIA/OpenShell/pull/726
- docs: add security best practices by @miyoungc in https://github.com/NVIDIA/OpenShell/pull/714
- fix(cli): add missing Copilot variant to CliProviderType enum by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/713
- fix(sandbox/bootstrap): GPU Landlock baseline paths and CDI spec missing diagnosis by @pimlock in https://github.com/NVIDIA/OpenShell/pull/710
- fix(sandbox): relay WebSocket frames after HTTP 101 Switching Protocols by @johntmyers in https://github.com/NVIDIA/OpenShell/pull/718
Full Changelog: https://github.com/NVIDIA/OpenShell/compare/v0.0.20...v0.0.21