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.1.1
Experimental: v1.2.0-deepseek-v4-dev.2 (DeepSeek-V4-Flash / V4-Pro on Blackwell, vLLM + SGLang containers only) is available as an experimental preview. Tagged Pre-Releases and experimental builds are listed under Pre-Release Artifacts.
Container Images
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.1.1 Release Notes
- v1.1.0 Release Notes
- 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 Artifact History
Each bullet is a delta to what ships on NGC / Helm / PyPI / crates.io: net-new crates, removed Helm charts, or image lines that split or appear on the registry. See the inventory tables above for full matrices.
Stable releases first (newest first). Pre-Release Git Tags (v*-dev.*, experimental tracks) are summarized below; per-tag images and wheels are spelled out in Pre-Release Artifacts.
For backend version pins, see the version-pins table above and the GitHub Releases table below.
Stable Releases
- v1.1.1: Patch release. Same backend versions as v1.1.0: SGLang
v0.5.10.post1(NIXLv1.0.1), TRT-LLMv1.3.0rc11(NIXLv0.10.1), vLLMv0.19.0(NIXLv0.10.1). - v1.1.0: Images: Split Planner into its own
dynamo-plannerimage on NGC for Profiler jobs and Planner pods; worker and runtime images no longer bundle Planner (artifact boundary change, not a new engine capability). Crates: First1.y.zpublication on crates.io fordynamo-protocols(multi-protocol types;dynamo-async-openairemains deprecated with final release1.0.2). - v1.0.2 / v1.0.1: No artifact additions or removals versus v1.0.0.
- v1.0.0: Images:
snapshot-agent, EFA variants for vLLM and TRT-LLM (AMD64 only). Crates: First publish ofdynamo-mocker,dynamo-kv-router. Helm: Addedsnapshot(preview); dropped deprecateddynamo-crdsfrom the publish stream (CRDs owned by the Operator). - v0.9.1: No artifact additions or removals versus v0.9.0.
- v0.9.0: Crates: First publish of
dynamo-tokens. Helm: Dropped deprecateddynamo-graphfrom the publish stream. - v0.8.0: Images:
dynamo-frontend, CUDA 13 variants for vLLM and SGLang. Crates: First publish ofdynamo-memory,dynamo-config.
Dynamo Nightlies
- New as of v1.1.0*:
ai-dynamoandai-dynamo-runtime— nightly builds frommainpublish wheels tagged*.devYYYYMMDD. Install withpiporuvusing--preand the same NVIDIA extra-index pattern as Pre-Release Artifacts.
* *.devYYYYMMDD versioning for nightly main wheels began Apr 24, 2026.
Pre-Release and Experimental Git Tags
- v1.2.0-deepseek-v4-dev.2: Images:
vllm-runtime:*-deepseek-v4-cuda13-dev.2,sglang-runtime:*-deepseek-v4-cuda12-dev.2,sglang-runtime:*-deepseek-v4-cuda13-dev.2. Helm / PyPI: Not published for this tag (see Pre-Release Artifacts). - v1.1.0-dev.3: Images:
tensorrtllm-runtime:1.1.0-dev.3. Wheels:ai-dynamo,ai-dynamo-runtimeon pypi.nvidia.com (see below). - v1.1.0-dev.2: Images:
sglang-runtime:1.1.0-dev.2,tensorrtllm-runtime:1.1.0-dev.2. Wheels:ai-dynamo,ai-dynamo-runtimeon pypi.nvidia.com (see below). - v1.1.0-dev.1: Images: vLLM, SGLang, TRT-LLM runtime matrix (CUDA 12 / 13 and EFA variants as listed),
dynamo-frontend,kubernetes-operator,snapshot-agent. Wheels:ai-dynamo,ai-dynamo-runtimeon pypi.nvidia.com. Helm:dynamo-platform,snapshotat1.1.0-dev.1(see below).
Helm-Only Patches
- v0.9.0.post1: Republished
dynamo-platformHelm chart only (operator image tag correction).
Backend-Only Patch Trains
- v0.8.1.post1 / .post2 / .post3: Republished TRT-LLM runtime image and PyPI wheels only.
crates.io Rust Packages
These crates use repository https://github.com/ai-dynamo/dynamo.git. The table lists each crate’s first non-placeholder publication on crates.io (excluding reservation uploads named 0.0.0-prerelease.0). Dates are from the crates.io registry index.
dynamo-async-openai is deprecated; 1.0.2 is its final crates.io release. Use dynamo-protocols for new dependencies (crate).
dynamo-tokenizers exists only in the Dynamo workspace and is not published on crates.io.
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
dynamo-planner
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-async-openai (deprecated) | 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)
On crates.io, dynamo-protocols lists 1.1.0 as its first installable release (placeholder reservation 0.0.0-prerelease.0 omitted here like other 0.0.0-prerelease.* uploads). Earlier semver lines for the OpenAI-compatible client shipped under dynamo-async-openai — see #### dynamo-async-openai (crate) below.
dynamo-async-openai (crate)
Deprecated. Prefer dynamo-protocols. This crate remains published on crates.io for manifests pinned to the old package name.
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.2.0-deepseek-v4-dev.2
- Branch: release/1.2.0-deepseek-v4-dev.2
- GitHub Tag: v1.2.0-deepseek-v4-dev.2
- Backends: vLLM
v0.20.0(native DeepSeek-V4 support) | SGLang upstreamlmsysorg/sglang:deepseek-v4-blackwellpreview | NIXLv0.10.1 - Coverage: DeepSeek-V4-Flash and V4-Pro only. vLLM and SGLang containers are published for Blackwell. TensorRT-LLM container, other component containers, Helm charts, and wheels are not published for this tag. Snapshot dev build for early-access V4 model support; not QA-gated.
Container Images
Python Wheels
Not published for this dev release. Use the v1.1.0 wheels or v1.1.0-dev.3 from pypi.nvidia.com.
Helm Charts
Not published for this dev release. Use v1.1.0 charts for platform install.
Rust Crates
Not shipped for pre-release versions.
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: TensorRT-LLM runtime container plus
ai-dynamoandai-dynamo-runtimewheels on pypi.nvidia.com. SGLang and vLLM containers, component containers (dynamo-frontend,dynamo-planner,kubernetes-operator,snapshot-agent),kvbmwheel, and Helm charts are not published for this tag.
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 the latest stable (v1.1.0) 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: SGLang and TensorRT-LLM runtime containers plus
ai-dynamoandai-dynamo-runtimewheels on pypi.nvidia.com. vLLM runtime container, component containers (dynamo-frontend,dynamo-planner,kubernetes-operator,snapshot-agent),kvbmwheel, and Helm charts are not published for this tag.
Container Images
Python Wheels
Available from pypi.nvidia.com (pre-release index):
Helm Charts
Not published for this dev release. Use the latest stable (v1.1.0) 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.