OpenShell VM Development Build
Pre-release
Pre-release
Rolling development build of openshell-vm — the MicroVM runtime for OpenShell.
NOTE: This is a development build, not a tagged release, and may be unstable.
Kernel Runtime Artifacts
Pre-built kernel runtime (libkrunfw + libkrun + gvproxy) for embedding into
the openshell-vm binary. These are rebuilt when the kernel config or pinned
dependency versions change.
| Platform | Artifact |
|---|---|
| Linux ARM64 | vm-runtime-linux-aarch64.tar.zst |
| Linux x86_64 | vm-runtime-linux-x86_64.tar.zst |
| macOS ARM64 | vm-runtime-darwin-aarch64.tar.zst |
VM Binaries
Self-extracting openshell-vm binaries with embedded kernel runtime and base
rootfs. These are rebuilt on every push to main.
| Platform | Artifact |
|---|---|
| Linux ARM64 | openshell-vm-aarch64-unknown-linux-gnu.tar.gz |
| Linux x86_64 | openshell-vm-x86_64-unknown-linux-gnu.tar.gz |
| macOS ARM64 | openshell-vm-aarch64-apple-darwin.tar.gz |
Quick install
curl -fsSL https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install-vm.sh | sh
Auto-detects your platform, verifies checksums, and codesigns on macOS.