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.
* 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).
We recommend using the TensorRT-LLM NGC container instead of the ai-dynamo[trtllm] wheel. See the NGC container collection for supported images.
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.
For detailed run instructions, see the backend-specific guides: vLLM | SGLang | TensorRT-LLM
For detailed installation instructions, see the Local Quick Start in the README.
For Kubernetes deployment instructions, see the Kubernetes Installation Guide.
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.
For a complete list of known issues, refer to the release notes for each version:
v0.5.9, TRT-LLM v1.3.0rc5.post1 (CUDA 13.1), vLLM v0.16.0, NIXL v0.10.1. New snapshot-agent container and snapshot Helm chart (Preview). New EFA container variants for vLLM and TRT-LLM (Experimental, AMD64 only). New dynamo-mocker and dynamo-kv-router Rust crates. Deprecated dynamo-crds Helm chart (CRDs now managed by the Operator). v1alpha1 CRDs deprecated.v1.3.0rc3. All other backend versions unchanged from v0.9.0.dynamo-platform Helm chart operator image tag (Helm chart only, NGC)v0.14.1, SGLang to v0.5.8, TRT-LLM to v1.3.0rc1, NIXL to v0.9.0. New dynamo-tokens Rust crate. Deprecated dynamo-graph Helm chart.dynamo-frontend added in v0.8.0dynamo-memory and dynamo-config added in v0.8.0NGC 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}
PyPI: ai-dynamo | ai-dynamo-runtime | kvbm
To access a specific version:
https://pypi.org/project/{package}/{version}/
NGC Helm Registry: ai-dynamo
Direct download:
https://helm.ngc.nvidia.com/nvidia/ai-dynamo/charts/{chart}-{version}.tgz
The dynamo-crds Helm chart is deprecated as of v1.0.0. CRDs are now managed by the Dynamo Operator.
dynamo-graph Helm chart is deprecated as of v0.9.0.crates.io: dynamo-runtime | dynamo-llm | dynamo-async-openai | dynamo-parsers | dynamo-memory | dynamo-config | dynamo-tokens
To access a specific version:
https://crates.io/crates/{crate}/{version}