# 使用 Homebrew, Nix, scoop 安装 dumbpipe

查看 dumbpipe 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install dumbpipe
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:dumbpipe
- **软件包管理器:** Homebrew
- **版本:** 0.39.0
- **来源摘要:** Unix pipes between devices
- **主页:** <https://dumbpipe.dev>
- **仓库:** <https://github.com/n0-computer/dumbpipe>
- **最后更新:** 2026-06-15T16:24:03Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- dumbpipe (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.39.0
## 项目历史与用法

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

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

没有找到 dumbpipe 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 其他软件包管理器记录

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


## 来源

- 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
