Skip to main content

Support matrix

This page lists the platform, software, runtime, and kernel requirements for running OpenShell.

Supported platforms

OpenShell publishes multi-architecture container images for linux/amd64 and linux/arm64. The CLI is supported on the following host platforms:
On macOS, kernel security modules (Landlock, seccomp) run inside the Docker Desktop Linux VM, not on the host kernel.

Software prerequisites

The following software must be installed and running on the host before using the OpenShell CLI:

Container images

OpenShell publishes two container images. Both are published for linux/amd64 and linux/arm64. The cluster image bundles the Helm charts, Kubernetes manifests, and the openshell-sandbox supervisor binary required to bootstrap the control plane. The supervisor binary is side-loaded into sandbox pods at runtime through a read-only host volume mount. The gateway image is pulled at cluster startup and runs the API server.
Sandbox images are maintained separately in the openshell-community repository. Refer to that repository for the current list of installed components and their versions.

Image overrides

To override the default image references, set the following environment variables before running openshell commands:

Kernel requirements

OpenShell enforces sandbox isolation through two Linux kernel security modules:
Use landlock.compatibility: best_effort (the default) to maximize portability across kernel versions while still taking advantage of Landlock when it is available.

Sandbox runtime versions

Sandbox container images are maintained in the openshell-community repository. Refer to that repository for the current list of installed components and their versions.

Default policy

The built-in policy applied when no custom policy is provided.

Policy schema

Complete field reference for the sandbox policy YAML.