macOS
brew install dartaotruntimelocal Homebrew formula metadata
brew
Command-line tool for running AOT-compiled snapshots of Dart code. Version 3.12.2 via Homebrew; verified 2026-06-09.
install
brew install dartaotruntimelocal Homebrew formula metadata
sudo apk add dartaotruntimeAlpine Linux edge package indexes · dartaotruntime · source: dl-cdn.alpinelinux.org
overview
Command-line tool for running AOT-compiled snapshots of Dart code
history
`dartaotruntime` is the Dart SDK tool for running AOT-compiled Dart snapshots. As a package, it is the small runtime-side companion to `dart compile aot-snapshot`, useful when a system wants to run compiled Dart artifacts without installing or invoking the broader developer workflow.
The tool belongs to the Dart SDK rather than a separate upstream project. Its history follows Dart's shift toward ahead-of-time compilation targets, where code can be compiled into a snapshot and then executed by a dedicated runtime command.
Official Dart documentation presents `dartaotruntime` as the command-line runner for AOT snapshots, paired with the `dart compile aot-snapshot` compiler mode. Package managers that split it out are packaging a narrow execution tool from the larger Dart SDK source tree.
Adoption is niche compared with the full Dart SDK: most developers install `dart`, while deployment or packaging workflows may prefer the smaller AOT runtime. Its presence as a separate formula is useful for systems that only need to execute precompiled snapshots.
The normal workflow is to compile Dart code with `dart compile aot-snapshot` and run the resulting snapshot with `dartaotruntime`. It has no independent project config or credential store; those concerns belong to Dart projects and pub, not this runtime command.
`dartaotruntime` is interesting because it exposes a packaging boundary inside the Dart SDK. It lets distributions separate a runtime for AOT artifacts from the larger compiler and package-manager toolchain, which matters for smaller images and runtime-only deployments.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dartaotruntime | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://dart.dev/tools/dartaotruntime
install metadata
| Package key | brew:dartaotruntime |
|---|---|
| Version | 3.12.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dartaotruntime |
| Homepage | https://dart.dev/tools/dartaotruntime |
| Repository | https://github.com/dart-lang/sdk |
| Upstream docs | https://dart.dev/tools/dartaotruntime |
| License | BSD-3-Clause |
| Source archive | https://raw.githubusercontent.com/dart-lang/sdk/refs/tags/3.12.2/README.md |
| Last updated | 2026-06-09T17:16:08Z |
| Pulse | updated |
| Build dependencies | ninja |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dartaotruntime |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
dartaotruntime 3.10.3-r1
Dart is a client-optimized language for fast apps on any platform
sudo apk add dartaotruntimesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.