# dasm を Homebrew, apt, Nix でインストール

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

## インストール

```sh
sudo av install brew:dasm
```

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

### macOS

- Homebrew (100%):

```sh
brew install dasm
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install dasm
```

  証拠: Debian stable package indexes: dasm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#dasm
```

  証拠: nixpkgs package indexes: pkgs/by-name/da/dasm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:dasm
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/dasm>
- **バージョン:** 2.20.17
- **ソース概要:** Macro assembler with support for several 8-bit microprocessors
- **ホームページ:** <https://dasm-assembler.github.io/>
- **リポジトリ:** <https://github.com/dasm-assembler/dasm>
- **上流ドキュメント:** <https://dasm-assembler.github.io/>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/dasm-assembler/dasm/archive/refs/tags/v2.20.17.tar.gz>
- **最終更新:** 2026-06-26T00:47:10Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- dasm (cli)
- ftohex (cli)
- dasm (エイリアス)
- ftohex (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.20.17
- マネージャ更新日: 2026-06-26
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/dasm-assembler/dasm
- 検出された最新: v2.20.17 (最新)
## プロジェクトの歴史と使われ方

DASM is a C macro assembler for 8-bit processors used in retrocomputing, console homebrew, and cross-assembly workflows.

### プロジェクトの歴史

The official DASM site traces the assembler to Matthew Dillon in 1987-1988, followed by extensions and several maintainer eras through the 1990s and 2000s. The project moved its source and releases to GitHub in 2019.

### 採用の歴史

DASM's long life comes from its support for processors and machines that matter to 8-bit development, including MOS 6502 and 6507 systems, Motorola-family chips, Hitachi HD6303, and Fairchild F8. The official downloads include Linux, macOS, Windows, and Raspberry Pi OS binaries.

### 使われ方

It is used as a command-line cross-assembler, with included console-specific headers and common macros for systems such as the Atari 2600, Atari 7800, and Fairchild Channel F.

### パッケージ好きにとっての重要性

For package history, DASM is the rare tool where modern package managers carry a living utility from late-1980s assembly culture into current retrocomputing and homebrew-console build chains.

### タイムライン

- 1987-1988: Matthew Dillon started DASM.
- 1995: Olaf Seibert extended DASM.
- 2003-2008: Andrew Davie maintained DASM.
- 2008-2015: Peter Frohlich maintained DASM.
- 2019: Source code and releases moved to GitHub.
- 2026: v2.20.17 was published on GitHub.

### Related projects

- DASM is commonly associated with 8-bit targets such as Atari 2600, Atari 7800, and Fairchild Channel F development.

### ソース

- <https://dasm-assembler.github.io/>
- <https://github.com/dasm-assembler/dasm>
- <https://github.com/dasm-assembler/dasm/releases/tag/v2.20.17>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** dasm
- **Version Scheme:** 1
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Debian apt - dasm - 2.20.15~20201109+really2.20.14.1-2: normalized package name match | Debian stable package indexes: dasm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Macro assembler with support for several 8-bit microprocessors | https://dasm-assembler.github.io/
- Nix - dasm: normalized package name match | nixpkgs package indexes: pkgs/by-name/da/dasm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - dasm - 2.20.15~20201109+really2.20.14.1-2: normalized package name match | Ubuntu 24.04 LTS package indexes: dasm from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Macro assembler with support for several 8-bit microprocessors | https://dasm-assembler.github.io/


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [asm6809](https://pkg.so/ja/brew/asm6809/) - Shares pkgdb curated category or tags: assembler, cli, developer-tools, retrocomputing.
- [nasm](https://pkg.so/ja/brew/nasm/) - Shares pkgdb curated category or tags: assembler, cli, developer-tools.
- [acme](https://pkg.so/ja/brew/acme/) - Shares pkgdb curated category or tags: assembler, cli, developer-tools.
- [asar](https://pkg.so/ja/brew/asar/) - Shares pkgdb curated category or tags: assembler, cli, developer-tools, retrocomputing.
- [tass64](https://pkg.so/ja/brew/tass64/) - Shares pkgdb curated category or tags: assembler, cli, developer-tools, macro-assembler.
- [wla-dx](https://pkg.so/ja/brew/wla-dx/) - Shares pkgdb curated category or tags: assembler, cli, developer-tools, retrocomputing.
- [binutils](https://pkg.so/ja/brew/binutils/) - Shares pkgdb curated category or tags: assembler, cli, developer-tools.
- [spirv-tools](https://pkg.so/ja/brew/spirv-tools/) - Shares pkgdb curated category or tags: assembler, cli, developer-tools.

## Combined YAML source

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


## ソース

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