# dive mit Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop, winget installieren

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

## Installation

```sh
sudo av install brew:dive
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install dive
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dive
```

  Evidenz: MacPorts ports tree: devel/dive/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add dive
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#dive
```

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

- pacman (92%):

```sh
sudo pacman -S dive
```

  Evidenz: Arch Linux sync databases: dive from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install dive
```

  Evidenz: openSUSE Tumbleweed package metadata: dive from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/dive
```

  Evidenz: Scoop official bucket manifest trees: bucket/dive.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id OpenAgentPlatform.Dive -e
```

  Evidenz: Windows Package Manager source index: OpenAgentPlatform.Dive from https://cdn.winget.microsoft.com/cache/source.msix

## Paketfakten

- **Paketschlüssel:** brew:dive
- **Paketmanager:** Homebrew
- **Version:** 0.13.1
- **Quellzusammenfassung:** Tool for exploring each layer in a docker image
- **Homepage:** <https://github.com/wagoodman/dive>
- **Repository:** <https://github.com/wagoodman/dive>
- **Zuletzt aktualisiert:** 2026-07-28T14:10:39+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- dive (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

dive is a terminal UI for inspecting Docker and OCI image layers, file changes, and wasted space. Its sweet spot is the package-builder and container-maintainer workflow: after an image build, run `dive` to see which layer added what and whether a Dockerfile is leaving avoidable bytes behind.

### Projektgeschichte

The official GitHub repository was created in May 2018 by wagoodman and describes dive as a tool for exploring Docker image contents, layer changes, and ways to shrink Docker or OCI images. The README pairs the interactive layer browser with a CI mode that bypasses the UI and returns pass/fail results from image-efficiency rules.

The release train shows the project moving from Docker-centered inspection toward broader container-engine support. Official release metadata records v0.9.0 in November 2019 with initial Podman support, and later releases continued through the 2020s.

### Adoptionsgeschichte

dive became widely packaged because it solves a common container-image problem without requiring a registry service or heavyweight scanner. The official README lists installation paths through Homebrew, MacPorts, Arch, Nix, Scoop, winget, Chocolatey, Docker images, and direct release packages, which matches its role as a small cross-platform CLI/TUI utility.

### Wie es verwendet wird

Users typically run `dive image:tag`, `dive build -t tag .`, or a containerized `dive` invocation mounted to the Docker socket. In CI, setting `CI=true` lets teams enforce thresholds from a `.dive-ci` file for image efficiency and wasted bytes.

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

For package nerds, dive is notable because it turns opaque container layers back into a browsable filesystem history. It sits near Dockerfile linters, image scanners, and build-cache tools, but its adoption comes from being easy to install locally and immediately useful when a package or image grows unexpectedly.

### Zeitleiste

- 2018-05-13: Official GitHub repository created.
- 2019-11-05: v0.9.0 release published with initial Podman support.
- 2021-03-07: v0.10.0 release published.
- 2025-03-29: v0.13.1 release published.

### Related projects

- Related tools include Docker and Podman for building and loading images, Trivy and Grype for vulnerability-focused image inspection, and Hadolint for Dockerfile linting before the image is built.

### Quellen

- <https://github.com/wagoodman/dive>
- <https://raw.githubusercontent.com/wagoodman/dive/master/README.md>
- <https://api.github.com/repos/wagoodman/dive>
- <https://api.github.com/repos/wagoodman/dive/releases?per_page=10>


## Sicherheitshinweise

broad file, network, media, or database tool signal.

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $XDG_CONFIG_HOME/dive/*.yaml, $XDG_CONFIG_DIRS/dive/*.yaml, ~/.config/dive/*.yaml, ~/.dive.yaml, .dive-ci
## Andere Paketmanager-Einträge

- Nix - dive: normalized package name match | nixpkgs package indexes: pkgs/by-name/di/dive/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - dive - 0.13.1-r7: normalized package name match | Alpine Linux edge package indexes: dive from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Tool for exploring each layer in a docker image | https://github.com/wagoodman/dive
- pacman - dive - 0.13.1-1: normalized package name match | Arch Linux sync databases: dive from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A tool for exploring layers in a docker image | https://github.com/wagoodman/dive
- zypper - dive - 0.13.1-1.7: normalized package name match | openSUSE Tumbleweed package metadata: dive from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Tool for exploring each layer in a docker image | https://github.com/wagoodman/dive
- MacPorts - dive: normalized package name match | MacPorts ports tree: devel/dive/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/dive: normalized package name match | Scoop official bucket manifest trees: bucket/dive.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - OpenAgentPlatform.Dive: normalized package name match | Windows Package Manager source index: OpenAgentPlatform.Dive from https://cdn.winget.microsoft.com/cache/source.msix
- winget - wagoodman.dive: normalized package name match | Windows Package Manager source index: wagoodman.dive from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Quellen

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