# Installer dumbpipe avec Homebrew, Nix, scoop

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

## installation

```sh
sudo av install brew:dumbpipe
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dumbpipe
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dumbpipe
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/dumbpipe
```

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

## Faits du paquet

- **Clé du paquet:** brew:dumbpipe
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.39.0
- **Résumé source:** Unix pipes between devices
- **Page d'accueil:** <https://dumbpipe.dev>
- **Dépôt:** <https://github.com/n0-computer/dumbpipe>
- **Dernière mise à jour:** 2026-06-15T16:24:03Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dumbpipe (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

dumbpipe is a Rust CLI for making Unix-pipe-like network connections between devices using iroh, QUIC, NAT traversal, relays, endpoint identifiers, and TLS.

### Historique du projet

The project started in late 2023 in the n0-computer ecosystem as an example of using iroh to connect machines with a QUIC connection. Its README explicitly positions it as netcat-inspired, but with endpoint IDs instead of IP addresses and encrypted connections.

### Historique d'adoption

dumbpipe moved quickly through regular 0.x releases and became available through Cargo, GitHub Releases, Homebrew, Nix, and Scoop. Crates.io describes it as a CLI for piping data over the network with NAT hole punching, which is the core adoption pitch.

### Modes d'utilisation

The README examples show dumbpipe as a general transport: streaming video with ffmpeg and ffplay, sharing terminal sessions with tty-share, forwarding local development web servers, forwarding Unix sockets such as Zellij sessions, and connecting to custom iroh ALPN protocols.

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

For package nerds, dumbpipe is the friendly executable face of the iroh stack: a small CLI that turns modern peer-to-peer transport primitives into shell-pipeline workflows. It sits in the same mental space as netcat, ssh port forwarding, magic-wormhole-style transfer tools, and localtunnel-style dev sharing, but exposes iroh's endpoint-ticket model.

### Chronologie

- 2023: GitHub repository is created.
- 2023: v0.1.0 is published on GitHub Releases and the crate appears on crates.io.
- 2026: v0.39.0 is published and packaged as Homebrew stable 0.39.0.

### Related projects

- Related projects include iroh, netcat, ffmpeg, ffplay, tty-share, Zellij, iroh-blobs, and other peer-to-peer or NAT-traversing file and port forwarding tools.

### Sources

- <https://github.com/n0-computer/dumbpipe#readme>
- <https://www.dumbpipe.dev/docs>
- <https://api.github.com/repos/n0-computer/dumbpipe>
- <https://api.github.com/repos/n0-computer/dumbpipe/releases>
- <https://crates.io/api/v1/crates/dumbpipe>
- <https://formulae.brew.sh/formula/dumbpipe>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour dumbpipe. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Nix - dumbpipe: normalized package name match | nixpkgs package indexes: pkgs/by-name/du/dumbpipe/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/dumbpipe: normalized package name match | Scoop official bucket manifest trees: bucket/dumbpipe.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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