Use this archive to download specific versions of the Dart SDK and the Dart API documentation.
Want to install Dart with your OS’s package manager? Get Dart.
Stable channel
Stable channel builds are tested and approved for production use.
Version | OS | Architecture | Release date | Downloads |
---|---|---|---|---|
0.0.0 (rev 00000) | Windows | 64-width | 01/01/1970 | JSON-formatted API documentation |
Beta channel
Beta channel builds are preview builds for the stable channel. We recommend testing, but not releasing, your apps against beta to preview new features or test compatibility with future releases. Beta channel builds are not suitable for production use.
Version | OS | Architecture | Release date | Downloads |
---|---|---|---|---|
0.0.0-0.0.beta (rev 00000) | Windows | 64-width | 01/01/1970 | JSON-formatted API documentation |
Dev channel
Dev channel builds can provide early access to new features but might contain bugs. Dev channel builds are not suitable for production use.
Version | OS | Architecture | Release date | Downloads |
---|---|---|---|---|
0.0.0-0.0.beta (rev 00000) | Windows | 64-width | 01/01/1970 | JSON-formatted API documentation |
Main channel
Main channel builds are the latest, raw builds from
the main
branch of the Dart SDK repository.
These are the freshest builds available,
and they’re likely to contain bugs.
Main channel builds are suitable only for
experimental development use, not for production use.
To download a main channel build, use a main channel URL.
Download URLs
You can download zip files for any channel.
Stable, beta, and dev channel URL scheme
Stable, beta, and dev channel releases are available at URLs like the following:
https://storage.googleapis.com/dart-archive/channels/<stable|beta|dev>/release/<version>/sdk/dartsdk-<platform>-<architecture>-release.zip
Examples:
https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.2/sdk/dartsdk-windows-ia32-release.zip
https://storage.googleapis.com/dart-archive/channels/stable/release/2.1.1/sdk/dartsdk-macos-x64-release.zip
https://storage.googleapis.com/dart-archive/channels/beta/release/2.8.0-20.11.beta/sdk/dartsdk-linux-x64-release.zip
https://storage.googleapis.com/dart-archive/channels/dev/release/2.9.0-1.0.dev/sdk/dartsdk-linux-x64-release.zip
Main channel URL scheme
The latest main channel build is available at URLs like the following:
https://storage.googleapis.com/dart-archive/channels/be/raw/latest/sdk/dartsdk-<platform>-<architecture>-release.zip
Example:
https://storage.googleapis.com/dart-archive/channels/be/raw/latest/sdk/dartsdk-windows-x64-release.zip