# Dart

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.

Repository: https://github.com/dart-lang/sdk
Canonical: https://ross.abutalabs.com/products/dart
Homepage: https://dart.dev
Language: Dart
License: BSD-3-Clause
License Family: permissive
Topics: dart, language, sdk, programming-language
Last push: 2026-08-27T00:08:20+00:00
Link (homepage): https://dart.dev
Link (site_page): https://dart.dev/docs
Link (site_page): https://dart.dev/effective-dart/documentation
Link (site_page): https://dart.dev/tools/dart-install
Link (site_page): https://dart.dev/changelog

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 4127, "days_push": 7, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 11268, forks 1856 (observed 2026-08-28T04:10:46.597455+00:00)

## What it is
The Dart SDK is the open-source toolkit for the Dart programming language, including the Dart VM with JIT and AOT compilation, JavaScript and WebAssembly compilers, static analysis, and core libraries. It powers multi-platform app development, most notably as the language behind Flutter.

## Use cases
- build cross-platform mobile and desktop apps
- compile dart code to javascript or webassembly for the web
- write command-line tools and server backends
- learn a strongly typed language with null safety
- set up a dart development environment with the sdk
- publish packages to pub.dev

## When to choose
- you are building Flutter apps or Dart-based tooling
- you want one language compiling to native, JS, and Wasm targets
- you need hot reload and strong static analysis for fast iteration

## When to avoid
- your project is already committed to another ecosystem like JavaScript, Python, or Go
- you need a language with a broader general-purpose package ecosystem than pub.dev
- you only need lightweight scripting where a VM SDK install is overkill

## Facets
- artifact type: library
- maturity: stable
- function: programming-language, compiler, sdk, cli, package-manager, type-system
- domain: programming-languages, developer-tools, cross-platform, web-development, mobile-development
- platform: cross-platform, windows, cli, wasm
- tags: dart-sdk, dart-vm, aot-compilation, jit-compilation, null-safety, hot-reload, pub, flutter, javascript-compilation, webassembly, linux, macos, web-server, mobile, desktop

## Member repositories
- dart-lang/sdk (main) score 77
- dart-lang/pub (plugin) score 68
- dart-lang/site-www (docs) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:46.597455+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:16:23.707540+00:00, confidence not recorded.
  - readme: https://github.com/dart-lang/sdk (fetched 2026-08-28T04:10:46.597455+00:00, sha 5bbd6662434b)
  - homepage: https://dart.dev (fetched 2026-08-29T08:14:49.758591+00:00, sha 2508d8919628)
  - site_page: https://dart.dev/docs (fetched 2026-08-29T08:14:49.767988+00:00, sha 29b35910b4e8)
  - site_page: https://dart.dev/effective-dart/documentation (fetched 2026-08-29T08:14:49.770226+00:00, sha cd78e33d2c44)
  - site_page: https://dart.dev/tools/dart-install (fetched 2026-08-29T08:14:49.773261+00:00, sha 3ca2b6093afa)
  - site_page: https://dart.dev/changelog (fetched 2026-08-29T08:14:49.775282+00:00, sha 47614ad7ba0a)
  - site_page: https://dart.dev/resources/whats-new (fetched 2026-08-29T08:14:49.778507+00:00, sha 964aa7848feb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
