# create-dmg mit Homebrew, MacPorts, Nix installieren

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

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

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:create-dmg
- **Paketmanager:** Homebrew
- **Version:** 1.3.0
- **Quellzusammenfassung:** Shell script to build fancy DMGs
- **Homepage:** <https://github.com/create-dmg/create-dmg>
- **Repository:** <https://github.com/create-dmg/create-dmg>
- **Zuletzt aktualisiert:** 2026-07-02T12:12:51Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- create-dmg (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

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

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

generalized runtime or code generation signal.

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

## Andere Paketmanager-Einträge

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


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