# create-dmg を Homebrew, MacPorts, Nix でインストール

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

## インストール

```sh
sudo av install brew:create-dmg
```

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

### macOS

- Homebrew (100%):

```sh
brew install create-dmg
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install create-dmg
```

  証拠: MacPorts ports tree: sysutils/create-dmg/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#create-dmg
```

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

## パッケージ情報

- **パッケージキー:** brew:create-dmg
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.3.0
- **ソース概要:** Shell script to build fancy DMGs
- **ホームページ:** <https://github.com/create-dmg/create-dmg>
- **リポジトリ:** <https://github.com/create-dmg/create-dmg>
- **最終更新:** 2026-07-02T12:12:51Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- create-dmg (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

create-dmg is a macOS command-line packaging helper for producing polished disk images from a source folder. It wraps standard macOS disk-image tooling with options for Finder window layout, icons, background images, Applications drop links, encryption, signing, and notarization.

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

The project README credits Andrey Tarantsov as the original creator and says Andrew Janke helped substantially with the project in May 2020. The project is maintained as a shell script in a public GitHub repository under the create-dmg organization.

### 採用の歴史

The README documents Homebrew installation as the first installation path, followed by release downloads and cloning the repository. That distribution style made create-dmg convenient for macOS developers who wanted repeatable DMG creation in release scripts without maintaining their own AppleScript and hdiutil wrappers.

### 使われ方

The normal workflow is to run create-dmg with an output .dmg name and a source folder, then pass options for volume name, icon placement, background art, filesystem format, encryption, codesigning, notarization, and related macOS packaging details.

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

For package maintainers, create-dmg matters because DMG layout is a macOS distribution detail that is easy to get wrong and awkward to reproduce. The tool packages common release-engineering conventions into one script that Homebrew, MacPorts, and Nix can expose as a small CLI dependency.

### タイムライン

- Original project: Created by Andrey Tarantsov
- 2020-05: README notes substantial help from Andrew Janke
- README: Documents Homebrew installation and release-download installation

### Related projects

- The README lists node-appdmg and dmgbuild as alternatives for building macOS disk images.

### ソース

- <https://github.com/create-dmg/create-dmg#readme>


## セキュリティノート

generalized runtime or code generation signal.

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

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

- Nix - create-dmg: normalized package name match | nixpkgs package indexes: pkgs/by-name/cr/create-dmg/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - create-dmg: normalized package name match | MacPorts ports tree: sysutils/create-dmg/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/create-dmg.yml](https://github.com/mxcl/pkgdb/blob/main/combined/create-dmg.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
