Support Matrix
This matrix describes the support scope for the current NVIDIA NeMo Relay release. It distinguishes published, prebuilt release artifacts from components that you build and package for the host yourself. CI coverage indicates where the repository runs validation; it does not by itself create a separate support commitment. For release-specific changes and known limitations, refer to Release Notes.
Platforms and Architectures
Linux Distribution Notes
The published Linux CLI binaries use musl targets and are not tied to a distribution-specific package manager. Linux CI uses Ubuntu runners. NeMo Relay does not publish distribution-specific DEB or RPM packages or certify individual Ubuntu, Debian, RHEL-compatible, or Fedora releases. On an unsupported CPU, unsupported operating system, or a system whose local requirements prevent the release asset from running, install from source with Cargo.
Worker Runtime Compatibility
gRPC worker plugins run as local processes. Package and test each worker for its Relay host platform. This matrix does not make a compatibility claim for emulated or cross-architecture worker execution.
The process boundary isolates crashes and dependencies, but it is not a security sandbox. Refer to gRPC Worker Plugin Concepts for manifests, lifecycle, and trust requirements.
Coding Agents Supported by the CLI
The CLI supports local coding-agent sessions where agent hooks and provider traffic can reach the local Relay gateway. It rejects prerelease, malformed, and older CLI versions during installation, diagnostics, and transparent runs.
For installation, diagnostics, and host-specific behavior, refer to Coding Agent Installation, Claude Code, Codex, and Hermes Agent.
Framework and Agent Harness Integrations
Install the maintained Python integrations with the langchain, langgraph,
and deepagents extras. Install the OpenClaw integration as the
nemo-relay-openclaw plugin. Refer to Supported
Integrations for setup and guide links.
Related Information
- Installation lists published CLI assets and source-install options.
- Build Plugins explains native and worker plugin boundaries.
- Migration Guides gives the current upgrade actions.
- Release Notes records release-specific compatibility notes and known issues.