# Installer dive avec Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de dive pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dive
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dive
```

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

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

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

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

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

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

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

## Faits du paquet

- **Clé du paquet:** brew:dive
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.13.1
- **Résumé source:** Tool for exploring each layer in a docker image
- **Page d'accueil:** <https://github.com/wagoodman/dive>
- **Dépôt:** <https://github.com/wagoodman/dive>
- **Dernière mise à jour:** 2026-07-28T14:10:39+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dive (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.13.1
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- 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
## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
