Release Artifacts
Dynamo 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 v0.8.1
Patch Release: v0.8.1.post1 (Jan 23, 2026)
v0.8.1.post1 is a patch release for PyPI wheels and TRT-LLM container only (no GitHub release). All other artifacts remain at v0.8.1.
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
Rust Crates
Quick Install Commands
Container Images (NGC)
For detailed run instructions, see the Container README or 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 patch:
Known Artifact Issues
Release History
- v0.8.1.post1 Patch: Updated TRT-LLM to
v1.2.0rc6.post2(PyPI wheels and TRT-LLM container only) - Standalone Frontend Container:
dynamo-frontendadded in v0.8.0 - CUDA 13 Runtimes: Experimental CUDA 13 runtime for vLLM and SGLang 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
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)
dynamo-platform (Helm chart)
dynamo-graph (Helm chart)
Rust Crates
crates.io: dynamo-runtime | dynamo-llm | dynamo-async-openai | dynamo-parsers | dynamo-memory | dynamo-config
To access a specific version:
https://crates.io/crates/{crate}/{version}