> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://docs.nvidia.com/dynamo/llms.txt. For full content including API reference and SDK examples, see https://docs.nvidia.com/dynamo/llms-full.txt.

# Release Artifacts

This page lists the published NVIDIA Dynamo release artifacts for the current stable release and where to find each one. Container images live on NVIDIA NGC under `nvcr.io/nvidia/ai-dynamo/`; every tag and install command below is click-to-copy.

See [Compatibility](/dynamo/dev/reference/compatibility) for hardware, platform, and backend feature support, and [Model Early Access Builds](/dynamo/dev/reference/model-early-access-builds) for per-model early access container builds.

## Current Release

**CUDA and driver requirements:** for the CUDA toolkit versions and minimum drivers for each container image, see [Compatibility](/dynamo/dev/reference/compatibility#cuda--driver-requirements).

### Pinned Environment

One copy-paste block that pins every install path — the backend runtime container, frontend and operator images, Helm chart, and wheel — to the same release.

## Known Issues

Known issues are tracked on the [Known Issues](/dynamo/dev/reference/releases/known-issues) reference page, including artifact-specific issues for older releases.

<a id="pre-release-artifacts" />

## Early Access Artifacts

**Early access artifacts do not go through QA validation.** They are experimental previews intended for early testing and feedback, and may contain bugs, breaking changes, or incomplete features. Use stable releases for production workloads.

Model-specific early access builds (`vX.Y.Z-<model>-dev.N`) are tracked in [Model Early Access Builds](/dynamo/dev/reference/model-early-access-builds). Full-platform previews (`vX.Y.Z-dev.N`) are summarized here.

#### Installing early access wheels (pypi.nvidia.com)

**Early access Python wheels** are published on the NVIDIA package index at [pypi.nvidia.com](https://pypi.nvidia.com/), not on the public [PyPI](https://pypi.org/) index. Like stable wheels, they are Linux (manylinux) builds for the Python versions in [Compatibility](/dynamo/dev/reference/compatibility); `pip`/`uv` on macOS or Windows will not find matching wheels. A git tag `v1.3.0-dev.N` maps to a wheel version `1.3.0.devN`:

```bash
# uv
uv pip install --pre --extra-index-url https://pypi.nvidia.com/ ai-dynamo==1.3.0.dev1

# pip
pip install --pre --extra-index-url https://pypi.nvidia.com ai-dynamo==1.3.0.dev1
```

**Nightlies:** `ai-dynamo` and `ai-dynamo-runtime` nightly builds from `main` publish wheels tagged `*.devYYYYMMDD` (since Apr 24, 2026). Install with the same `--pre` + extra-index pattern.

### v1.3.0-dev.1

Full-platform preview of v1.3.0, cut from `main` after the TensorRT-LLM `1.3.0rc17` upgrade (Jun 9, 2026) and superseded by the v1.3.0 GA release. Backends: SGLang `0.5.12.post1` | TensorRT-LLM `1.3.0rc17` | vLLM `0.22.0`.

Complete runtime and component container matrix, `ai-dynamo` / `ai-dynamo-runtime` / `kvbm` wheels at `1.3.0.dev1` on pypi.nvidia.com, Rust crates at `1.3.0-dev.1` on crates.io, and the `dynamo-platform` and `snapshot` Helm charts.

### Tag Lookup

Reverse lookup for any tag on this page or in [Model Early Access Builds](/dynamo/dev/reference/model-early-access-builds): pick a tag to see the release or build it belongs to, the runtimes it applies to, and its status.

For the full release history — every release newest-first with its notes — see [Releases](/dynamo/dev/reference/releases/release-history).

#### Crates on crates.io — first publication

Current stable release: v1.3.0 (container tag `1.3.0`, wheel version `1.3.0.post1`).

**Artifact inventory (v1.3.0)**

| Category  | Name                             | Description                                                                 | Meta                                         | Tags / install                                                                                                   |
| --------- | -------------------------------- | --------------------------------------------------------------------------- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| container | vllm-runtime                     | vLLM backend runtime                                                        | vLLM v0.23.0 · CUDA 13.0 · AMD64/ARM64       | `nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.3.0`; `nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.3.0-efa`                 |
| container | sglang-runtime                   | SGLang backend runtime                                                      | SGLang v0.5.14 · CUDA 13.0 · AMD64/ARM64     | `nvcr.io/nvidia/ai-dynamo/sglang-runtime:1.3.0`; `nvcr.io/nvidia/ai-dynamo/sglang-runtime:1.3.0-efa`             |
| container | tensorrtllm-runtime              | TensorRT-LLM backend runtime                                                | TRT-LLM v1.3.0rc19 · CUDA 13.1 · AMD64/ARM64 | `nvcr.io/nvidia/ai-dynamo/tensorrtllm-runtime:1.3.0`; `nvcr.io/nvidia/ai-dynamo/tensorrtllm-runtime:1.3.0-efa`   |
| container | dynamo-frontend                  | OpenAI-compatible API gateway with Endpoint Prediction Protocol (EPP)       | AMD64/ARM64                                  | `nvcr.io/nvidia/ai-dynamo/dynamo-frontend:1.3.0`                                                                 |
| container | dynamo-planner                   | Standalone Planner used by Profiler jobs and Planner pods                   | AMD64/ARM64                                  | `nvcr.io/nvidia/ai-dynamo/dynamo-planner:1.3.0`                                                                  |
| container | kubernetes-operator              | Operator that manages Dynamo deployments and CRDs                           | AMD64/ARM64                                  | `nvcr.io/nvidia/ai-dynamo/kubernetes-operator:1.3.0`                                                             |
| container | snapshot-agent (Preview)         | Fast GPU worker recovery via CRIU                                           | AMD64/ARM64                                  | `nvcr.io/nvidia/ai-dynamo/snapshot-agent:1.3.0`                                                                  |
| wheel     | ai-dynamo                        | Main package with backend integrations (vLLM, SGLang, TRT-LLM)              | Python 3.10–3.12 · Linux (glibc v2.28+)      | `uv pip install ai-dynamo==1.3.0.post1`                                                                          |
| wheel     | ai-dynamo-runtime                | Core Python bindings for the Dynamo runtime                                 | Python 3.10–3.12 · Linux (glibc v2.28+)      | `uv pip install ai-dynamo-runtime==1.3.0.post1`                                                                  |
| wheel     | kvbm                             | KV Block Manager for disaggregated KV cache                                 | Python 3.10–3.12 · Linux (glibc v2.28+)      | `uv pip install kvbm==1.3.0.post1`                                                                               |
| helm      | dynamo-platform                  | Platform services (etcd, NATS) and the Dynamo Operator for a Dynamo cluster | -                                            | `helm install dynamo-platform oci://helm.ngc.nvidia.com/nvidia/ai-dynamo/charts/dynamo-platform --version 1.3.0` |
| helm      | snapshot                         | Snapshot DaemonSet for fast GPU worker recovery                             | -                                            | `helm install snapshot oci://helm.ngc.nvidia.com/nvidia/ai-dynamo/charts/snapshot --version 1.3.0`               |
| crate     | dynamo-runtime                   | Core distributed runtime library                                            | MSRV Rust v1.82                              | `cargo add dynamo-runtime@1.3.0`                                                                                 |
| crate     | dynamo-llm                       | LLM inference engine                                                        | MSRV Rust v1.82                              | `cargo add dynamo-llm@1.3.0`                                                                                     |
| crate     | dynamo-protocols                 | Async OpenAI-compatible API client                                          | MSRV Rust v1.82                              | `cargo add dynamo-protocols@1.3.0`                                                                               |
| crate     | dynamo-async-openai (Deprecated) | Legacy OpenAI client; use dynamo-protocols                                  | MSRV Rust v1.82 · final release              | `cargo add dynamo-async-openai@1.0.2`                                                                            |
| crate     | dynamo-parsers                   | Protocol parsers (SSE, JSON streaming)                                      | MSRV Rust v1.82                              | `cargo add dynamo-parsers@1.3.0`                                                                                 |
| crate     | dynamo-memory                    | Memory management utilities                                                 | MSRV Rust v1.82                              | `cargo add dynamo-memory@1.3.0`                                                                                  |
| crate     | dynamo-config                    | Configuration management                                                    | MSRV Rust v1.82                              | `cargo add dynamo-config@1.3.0`                                                                                  |
| crate     | dynamo-tokens                    | Tokenizer bindings for LLM inference                                        | MSRV Rust v1.82                              | `cargo add dynamo-tokens@1.3.0`                                                                                  |
| crate     | dynamo-tokenizers                | Tokenizer library for LLM inference                                         | MSRV Rust v1.82                              | `cargo add dynamo-tokenizers@1.3.0`                                                                              |
| crate     | dynamo-mocker                    | Inference engine simulator for benchmarking                                 | MSRV Rust v1.82                              | `cargo add dynamo-mocker@1.3.0`                                                                                  |
| crate     | dynamo-kv-router                 | KV-aware request routing library                                            | MSRV Rust v1.82                              | `cargo add dynamo-kv-router@1.3.0`                                                                               |
| crate     | kvbm-logical                     | Logical layer for the KV Block Manager                                      | MSRV Rust v1.82                              | `cargo add kvbm-logical@1.3.0`                                                                                   |

**Known artifact issues**

| Release | Artifact                                               | Issue                                                                                                                                                              | Status                  |
| ------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------- |
| v0.9.0  | dynamo-platform-0.9.0                                  | Helm chart sets operator image to 0.7.1 instead of 0.9.0.                                                                                                          | Fixed in v0.9.0.post1   |
| v0.8.1  | vllm-runtime:0.8.1-cuda13                              | Container fails to launch.                                                                                                                                         | Known issue             |
| v0.8.1  | sglang-runtime:0.8.1-cuda13, vllm-runtime:0.8.1-cuda13 | Multimodality not expected to work on ARM64. Works on AMD64.                                                                                                       | Known limitation        |
| v0.8.0  | sglang-runtime:0.8.0-cuda13                            | CuDNN installation issue caused PyTorch v2.9.1 compatibility problems with nn.Conv3d — performance degradation and excessive memory usage in multimodal workloads. | Fixed in v0.8.1 (#5461) |

**Crates: first published version on crates.io**

| Crate               | First version | Date       |
| ------------------- | ------------- | ---------- |
| dynamo-runtime      | 0.1.0         | 2025-03-18 |
| dynamo-llm          | 0.2.0         | 2025-05-01 |
| dynamo-async-openai | 0.4.1         | 2025-08-27 |
| dynamo-parsers      | 0.5.0         | 2025-09-18 |
| dynamo-memory       | 0.8.0         | 2026-01-15 |
| dynamo-config       | 0.8.0         | 2026-01-15 |
| dynamo-tokens       | 0.9.0         | 2026-02-12 |
| dynamo-mocker       | 1.0.0         | 2026-03-13 |
| dynamo-kv-router    | 1.0.0         | 2026-03-13 |
| dynamo-protocols    | 1.1.0         | 2026-05-04 |
| dynamo-tokenizers   | 1.2.0         | 2026-06-02 |