# dartaotruntime mit Homebrew, apk installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für dartaotruntime in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:dartaotruntime
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install dartaotruntime
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add dartaotruntime
```

  Evidenz: Alpine Linux edge package indexes: dartaotruntime from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

## Paketfakten

- **Paketschlüssel:** brew:dartaotruntime
- **Paketmanager:** Homebrew
- **Version:** 3.12.2
- **Quellzusammenfassung:** Command-line tool for running AOT-compiled snapshots of Dart code
- **Homepage:** <https://dart.dev/tools/dartaotruntime>
- **Zuletzt aktualisiert:** 2026-06-09T17:16:08Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- dartaotruntime (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 3.12.2
## Projektgeschichte und Nutzung

`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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

`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.

### Zeitleiste

- Dart SDK era: AOT snapshot compilation became an official `dart compile` target.
- Present: `dartaotruntime` is documented as the official command for running AOT snapshots.

### Related projects

- The tool is directly related to the Dart SDK, the `dart compile aot-snapshot` command, and deployment workflows that package Dart snapshots rather than source projects.

### Quellen

- <https://dart.dev/tools/dartaotruntime>
- <https://dart.dev/tools/dart-compile>
- <https://dart.dev/tools/sdk>
- <https://github.com/dart-lang/sdk>


## Sicherheitshinweise

generalized runtime or code generation signal.

- **Geiger-Risiko:** yellow / mittel
- generalized runtime or code generation signal

## Andere Paketmanager-Einträge

- apk - dartaotruntime - 3.10.3-r1: normalized package name match | Alpine Linux edge package indexes: dartaotruntime from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Dart is a client-optimized language for fast apps on any platform | https://dart.dev/


## Combined YAML source

View the package source record on GitHub. [combined/dartaotruntime.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dartaotruntime.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
