# Installer dry avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:dry
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dry
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dry
```

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

## Faits du paquet

- **Clé du paquet:** brew:dry
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.13.0
- **Résumé source:** Terminal application to manage Docker and Docker Swarm
- **Page d'accueil:** <https://moncho.github.io/dry/>
- **Dépôt:** <https://github.com/moncho/dry>
- **Dernière mise à jour:** 2026-07-28T14:10:42+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dry (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

dry is a terminal UI for managing Docker and Docker Swarm. It packages as a single binary and gives operators an ncurses-style way to inspect containers, images, networks, volumes, nodes, services, stacks, logs, events, and Docker daemon state.

### Historique du projet

The project emerged during the Docker Swarm era as an alternative interface to repeated `docker` CLI invocations. Its README emphasizes parity with many official Docker CLI commands, local or remote Docker daemon support, monitoring use cases, and single-binary installation.

### Historique d'adoption

dry's adoption is mostly among terminal-first Docker users who want an interactive dashboard without a web console. Official badges and docs point to GitHub releases and Snap packaging, while Homebrew and Nix packaging make it easy to install on developer workstations.

### Modes d'utilisation

Users run `dry` to browse Docker resources, inspect selected objects, tail logs, execute into containers, view daemon events, and manage Swarm constructs. Its keyboard-driven interface makes it a lightweight local operations tool rather than a cluster control plane.

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

dry is package-nerd interesting because it is a Go-era single binary that wraps a large external platform without bundling that platform. The package is small, but its usefulness depends entirely on a reachable Docker daemon and on staying compatible with Docker's API behavior.

### Chronologie

- 2010s: dry appears as a terminal application for Docker and Docker Swarm management.
- Later: The README documents single-binary installation and command/keybinding coverage for containers, images, networks, volumes, and Swarm resources.
- Packaging era: The project advertises GitHub release workflows and package surfaces such as Snap, Homebrew, and Nix.

### Related projects

- Docker and Docker Swarm are the managed platforms.
- The official Docker CLI is the behavior reference for many dry commands.
- Snap, Homebrew, and Nix are common package-distribution neighbors for the single binary.

### Sources

- <https://github.com/moncho/dry>
- <https://github.com/moncho/dry/blob/master/README.md>
- <https://moncho.github.io/dry>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - dry: normalized package name match | nixpkgs package indexes: pkgs/by-name/dr/dry/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
