Release Artifacts
This document provides a comprehensive inventory of all Dynamo release artifacts including container images, Python wheels, Helm charts, and Rust crates.
See also: Support Matrix for hardware and platform compatibility | Feature Matrix for backend feature support
Release history in this document begins at v0.6.0.
Current Release: Dynamo v1.0.2
Experimental: v1.1.0-dev.3 (partial), v1.1.0-dev.2 (partial), and v1.1.0-dev.1 are available as experimental previews. Dev releases ship a subset of artifacts — see Pre-Release Artifacts for the exact images, wheels, and Helm charts published per version.
Container Images
* Multimodal inference on CUDA 13 images: works on AMD64 for all backends; works on ARM64 only for TensorRT-LLM (vllm-runtime:*-cuda13 and sglang-runtime:*-cuda13 do not support multimodality on ARM64).
Python Wheels
We recommend using the TensorRT-LLM NGC container instead of the ai-dynamo[trtllm] wheel. See the NGC container collection for supported images.
Helm Charts
The dynamo-crds Helm chart is deprecated as of v1.0.0; CRDs are now managed by the Dynamo Operator. The dynamo-graph Helm chart is deprecated as of v0.9.0.
Rust Crates
Quick Install Commands
Container Images (NGC)
For detailed run instructions, see the backend-specific guides: vLLM | SGLang | TensorRT-LLM
Python Wheels (PyPI)
For detailed installation instructions, see the Local Quick Start in the README.
Helm Charts (NGC)
For Kubernetes deployment instructions, see the Kubernetes Installation Guide.
Rust Crates (crates.io)
For API documentation, see each crate on docs.rs. To build Dynamo from source, see Building from Source.
CUDA and Driver Requirements: For detailed CUDA toolkit versions and minimum driver requirements for each container image, see the Support Matrix.
Known Issues
For a complete list of known issues, refer to the release notes for each version:
- v1.0.2 Release Notes
- v1.0.1 Release Notes
- v1.0.0 Release Notes
- v0.9.0 Release Notes
- v0.8.1 Release Notes
Known Artifact Issues
Release History
- v1.1.0-dev.3 (experimental, partial): Preview release on
release/1.1.0-dev.3. Ships onlytensorrtllm-runtime:1.1.0-dev.3(TRT-LLMv1.3.0rc11) plusai-dynamoandai-dynamo-runtimewheels. No vLLM/SGLang containers, no other component containers, no Helm charts published. Not recommended for production use. - v1.1.0-dev.2 (experimental, partial): Preview release. Ships
sglang-runtime:1.1.0-dev.2(SGLangv0.5.9) andtensorrtllm-runtime:1.1.0-dev.2(TRT-LLMv1.3.0rc9) plusai-dynamo,ai-dynamo-runtime, andkvbmwheels. No vLLM container, no other component containers, no Helm charts published. Not recommended for production use. - v1.1.0-dev.1 (experimental): Preview release. SGLang
v0.5.9, TRT-LLMv1.3.0rc5.post1, vLLMv0.17.1, NIXLv0.10.1. Not recommended for production use. - v1.0.2: Patch release. Same backend versions as v1.0.0: SGLang
v0.5.9, TRT-LLMv1.3.0rc5.post1, vLLMv0.16.0, NIXLv0.10.1. - v1.0.1: Patch release. Same backend versions as v1.0.0: SGLang
v0.5.9, TRT-LLMv1.3.0rc5.post1, vLLMv0.16.0, NIXLv0.10.1. - v1.0.0: First major release. SGLang
v0.5.9, TRT-LLMv1.3.0rc5.post1(CUDA 13.1), vLLMv0.16.0, NIXLv0.10.1. Newsnapshot-agentcontainer andsnapshotHelm chart (Preview). New EFA container variants for vLLM and TRT-LLM (Experimental, AMD64 only). Newdynamo-mockeranddynamo-kv-routerRust crates. Deprecateddynamo-crdsHelm chart (CRDs now managed by the Operator).v1alpha1CRDs deprecated. - v0.9.1: Updated TRT-LLM to
v1.3.0rc3. All other backend versions unchanged from v0.9.0. - v0.9.0.post1: Fixed
dynamo-platformHelm chart operator image tag (Helm chart only, NGC) - v0.9.0: Updated vLLM to
v0.14.1, SGLang tov0.5.8, TRT-LLM tov1.3.0rc1, NIXL tov0.9.0. Newdynamo-tokensRust crate. Deprecateddynamo-graphHelm chart. - v0.8.1.post1/.post2/.post3 Patches: Experimental patch releases updating TRT-LLM only (PyPI wheels and TRT-LLM container). No other artifacts changed.
- Standalone Frontend Container:
dynamo-frontendadded in v0.8.0 - EFA Runtimes: Experimental AWS EFA variants for vLLM and TRT-LLM (AMD64 only) in v1.0.0
- CUDA 13 Runtimes: Experimental CUDA 13 runtime for SGLang and vLLM in v0.8.0
- New Rust Crates:
dynamo-memoryanddynamo-configadded in v0.8.0
GitHub Releases
Container Images
NGC Collection: ai-dynamo
To access a specific version, append
?version=TAGto the container URL:https://catalog.ngc.nvidia.com/orgs/nvidia/teams/ai-dynamo/containers/{container}?version={tag}
vllm-runtime
sglang-runtime
tensorrtllm-runtime
dynamo-frontend
kubernetes-operator
snapshot-agent
Python Wheels
PyPI: ai-dynamo | ai-dynamo-runtime | kvbm
To access a specific version:
https://pypi.org/project/{package}/{version}/
ai-dynamo (wheel)
ai-dynamo-runtime (wheel)
kvbm (wheel)
Helm Charts
NGC Helm Registry: ai-dynamo
Direct download:
https://helm.ngc.nvidia.com/nvidia/ai-dynamo/charts/{chart}-{version}.tgz
dynamo-crds (Helm chart) — Deprecated
The dynamo-crds Helm chart is deprecated as of v1.0.0. CRDs are now managed by the Dynamo Operator.
dynamo-platform (Helm chart)
snapshot (Helm chart)
dynamo-graph (Helm chart) — Deprecated
dynamo-graph Helm chart is deprecated as of v0.9.0.Rust Crates
crates.io: dynamo-runtime | dynamo-llm | dynamo-protocols | dynamo-parsers | dynamo-memory | dynamo-config | dynamo-tokens
To access a specific version:
https://crates.io/crates/{crate}/{version}
dynamo-runtime (crate)
dynamo-llm (crate)
dynamo-protocols (crate)
dynamo-parsers (crate)
dynamo-memory (crate)
dynamo-config (crate)
dynamo-tokens (crate)
dynamo-mocker (crate)
dynamo-kv-router (crate)
Pre-Release Artifacts
Pre-Release artifacts do not go through QA validation. Pre-release versions are experimental previews intended for early testing and feedback. They may contain bugs, breaking changes, or incomplete features. Use stable releases for production workloads.
Pre-release Python wheels are published on the NVIDIA package index at pypi.nvidia.com, not on the public PyPI index. Like stable wheels, they are Linux (manylinux) builds for the Python versions in the Support Matrix; pip/uv on macOS or Windows will not find matching wheels. Install on a supported Linux host or inside a Linux container.
Install by adding that URL as an extra index and allowing pre-releases (PEP 440 dev versions):
A GitHub or container tag v1.1.0-dev.N maps to a wheel version 1.1.0.devN (for example v1.1.0-dev.2 → ==1.1.0.dev2). Optional extras such as ai-dynamo[vllm] use the same flags; pin the version you want from the sections below.
v1.1.0-dev.3
- Branch: release/1.1.0-dev.3
- GitHub Tag: v1.1.0-dev.3
- Backends (branch ToT): SGLang
v0.5.10.post1| TensorRT-LLMv1.3.0rc11| vLLMv0.19.0| NIXLv0.10.1 - Coverage: Partial — only the TensorRT-LLM container and the
ai-dynamo/ai-dynamo-runtimewheels are published. SGLang and vLLM containers, additional component containers (dynamo-frontend,kubernetes-operator,snapshot-agent), thekvbmwheel, and Helm charts are not published for this dev release.
Container Images
Python Wheels
Available from pypi.nvidia.com (pre-release index):
kvbm==1.1.0.dev3 is not yet published.
Helm Charts
Not published for this dev release. Use v1.1.0-dev.1 charts or the latest stable (v1.0.2) for platform install.
Rust Crates
Not shipped for pre-release versions.
v1.1.0-dev.2
- Branch: release/1.1.0-dev.2
- GitHub Tag: v1.1.0-dev.2
- Backends (branch ToT): SGLang
v0.5.9| TensorRT-LLMv1.3.0rc9| vLLMv0.19.0| NIXLv0.10.1 - Coverage: Partial — SGLang and TensorRT-LLM containers plus
ai-dynamo,ai-dynamo-runtime, andkvbmwheels are published. vLLM container, additional component containers (dynamo-frontend,kubernetes-operator,snapshot-agent), and Helm charts are not published for this dev release.
Container Images
Python Wheels
Available from pypi.nvidia.com (pre-release index):
Helm Charts
Not published for this dev release. Use v1.1.0-dev.1 charts or the latest stable (v1.0.2) for platform install.
Rust Crates
Not shipped for pre-release versions.
v1.1.0-dev.1
- Branch: release/1.1.0-dev.1
- GitHub Tag: v1.1.0-dev.1
- Backends: SGLang
v0.5.9| TensorRT-LLMv1.3.0rc5.post1| vLLMv0.17.1| NIXLv0.10.1
Container Images
Python Wheels
Available from pypi.nvidia.com (pre-release index):
Helm Charts
Rust Crates
Not shipped for pre-release versions.