From 4b69676a85dc42fcb976f9f0892b48550e1b0d63 Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Sun, 3 May 2026 13:10:23 +0200 Subject: [PATCH] docs: add Debian package section to support matrix Signed-off-by: mesutoezdil --- docs/reference/support-matrix.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/reference/support-matrix.mdx b/docs/reference/support-matrix.mdx index c5eeee567..1a5997dbf 100644 --- a/docs/reference/support-matrix.mdx +++ b/docs/reference/support-matrix.mdx @@ -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__amd64.deb` | +| Linux aarch64 (arm64) | `openshell__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: