| OLD | NEW |
| (Empty) | |
| 1 ## Download Dart |
| 2 |
| 3 The Dart Editor bundle is the recommended way to get started with Dart on |
| 4 Windows. When you download the Dart Editor bundle, you get everything you need |
| 5 to create, edit, test, and build both web-based and server-side applications. |
| 6 |
| 7 {% include downloads/_dart-editor.html buttonclass="btn-primary" %} |
| 8 |
| 9 The Dart Editor bundle includes: |
| 10 |
| 11 * [Dart Editor](/tools/editor/): |
| 12 A powerful tool for editing, debugging, and running Dart |
| 13 applications. |
| 14 * [Dartium](/tools/dartium/): |
| 15 A special version of Chromium that includes the Dart VM. You can |
| 16 use Dartium to test and debug your Dart web applications. |
| 17 * [Dart SDK](/tools/sdk/): |
| 18 The Dart VM, libraries, and command-line tools such as |
| 19 [dart](/tools/dart-vm/), |
| 20 [dart2js](/tools/dart2js/), |
| 21 [dartanalyzer](/tools/analyzer/), |
| 22 [pub](/tools/pub/), and |
| 23 [docgen](docgen/). |
| 24 |
| 25 |
| 26 ## Or download just what you need |
| 27 |
| 28 At a minimum, you need the Dart SDK. |
| 29 |
| 30 ### Download the Dart SDK |
| 31 |
| 32 <p class="os-choices"> |
| 33 {% include downloads/_sdk.html buttonclass="btn btn-primary btn-lg" %} |
| 34 </p> |
| 35 |
| 36 ### Download Dartium |
| 37 |
| 38 If you're writing a web app, |
| 39 we recommend downloading Dartium. |
| 40 Dartium is a special build of Chromium that includes a Dart VM |
| 41 so that you can test and debug your web app without first |
| 42 compiling it to JavaScript. |
| 43 |
| 44 {% include downloads/_dartium.html buttonclass="btn btn-primary btn-lg download-
btn" %} |
| 45 |
| 46 The Dartium binary expires after 12 weeks. When that happens, you need to |
| 47 download a new copy to continue using Dartium. |
| OLD | NEW |