Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/reference/support-matrix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ OpenShell publishes standalone `openshell-gateway` release assets for manual dow

These artifacts are attached to GitHub releases. `openshell gateway start` continues to use the published cluster and gateway container images.

## Debian Package

OpenShell publishes Debian packages for Linux on the following architectures:

| Platform | Artifact pattern |
| --------------------- | --------------------------------- |
| Linux x86_64 (amd64) | `openshell_<version>_amd64.deb` |
| Linux aarch64 (arm64) | `openshell_<version>_arm64.deb` |

Each package includes the CLI, the gateway binary, and the VM compute driver. Download the package from the [GitHub releases page](https://github.com/NVIDIA/OpenShell/releases) and install it with `dpkg -i`.

## Software Prerequisites

The following software must be installed on the host before using the OpenShell CLI:
Expand Down
Loading