# dartaotruntime を Homebrew, apk でインストール

dartaotruntime のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install dartaotruntime
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add dartaotruntime
```

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

## パッケージ情報

- **パッケージキー:** brew:dartaotruntime
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.12.2
- **ソース概要:** Command-line tool for running AOT-compiled snapshots of Dart code
- **ホームページ:** <https://dart.dev/tools/dartaotruntime>
- **最終更新:** 2026-06-09T17:16:08Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dartaotruntime (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.12.2
## プロジェクトの歴史と使われ方

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

### タイムライン

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

### ソース

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


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal

## 他のパッケージマネージャ記録

- 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)


## ソース

- 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
