# xpipe を Homebrew, chocolatey, Nix, scoop, winget でインストール

xpipe のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:xpipe
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install xpipe
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#xpipe
```

  証拠: nixpkgs package indexes: pkgs/by-name/xp/xpipe/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Chocolatey (92%):

```sh
choco install xpipe
```

  証拠: Chocolatey community package catalog: xpipe from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='9.736','dotnet-5.0-sdk-3xx'

- Scoop (92%):

```sh
scoop install extras/xpipe
```

  証拠: Scoop official bucket manifest trees: bucket/xpipe.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id xpipe-io.xpipe -e
```

  証拠: Windows Package Manager source index: xpipe-io.xpipe from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:xpipe
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/xpipe>
- **バージョン:** 2.2
- **ソース概要:** Split input and feed it into the given utility
- **ホームページ:** <https://www.netmeister.org/apps/xpipe.html>
- **上流ドキュメント:** <https://www.netmeister.org/apps/xpipe.html>
- **ライセンス:** BSD-2-Clause
- **ソースアーカイブ:** <https://www.netmeister.org/apps/xpipe-2.2.tar.gz>
- **最終更新:** 2026-06-25T13:38:12+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- xpipe (cli)
- xpipe (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.2
- マネージャ更新日: 2026-06-25
- ローカルデータ: OK
- 上流リポジトリ: https://www.netmeister.org/apps/xpipe.html
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

xpipe is Jan Schaumann's small Unix command that splits standard input into chunks and feeds each chunk to a utility. Its README describes it as a conceptual combination of split, tee, and xargs, but with chunks piped to the invoked program rather than passed as command-line arguments.

### プロジェクトの歴史

The GitHub repository was created on 2020-01-12. The README says xpipe was developed on NetBSD 8.0 and tested on NetBSD 8.0, macOS 12.6, and Fedora 36, matching Schaumann's broader Unix/pkgsrc background.

The project is intentionally narrow: one C utility, a manpage-style README, and examples centered on stream chunking. Its design goal is practical shell composition rather than a new pipeline framework.

### 採用の歴史

xpipe's adoption is modest but real in the Unix-tools niche. It appeals to users who understand xargs but need to send each chunk on standard input, such as feeding PEM certificates one at a time to openssl, creating archive batches, or compressing split log chunks.

The README calls out packaging paths for source installs, Arch AUR, pkgsrc, and macOS users, which suggests the tool spread mainly through small-package ecosystems and personal Unix workflows rather than through a large application stack.

### 使われ方

xpipe reads stdin, splits by byte count, line count, or a regular-expression pattern, then invokes the chosen utility repeatedly with the chunk connected to that utility's stdin. The -J option can substitute an invocation number into command arguments, making per-chunk output files straightforward.

The most distinctive usage is pattern-delimited input where temporary files would otherwise be annoying. The README's certificate example splits a PEM bundle at END CERTIFICATE lines and feeds each certificate to openssl x509 for inspection.

### パッケージ好きにとっての重要性

xpipe is the kind of tiny Unix command package nerds like: it fills one gap in the standard toolbox without inventing a new ecosystem. It is easiest to understand as xargs for stdin chunks rather than argv construction.

Its significance is also pedagogical. By naming the space between split, tee, and xargs, xpipe makes a common shell-script pattern explicit and reusable, reducing the need for ad hoc sed/awk loops and temporary-file cleanup.

### タイムライン

- 2020-01-12: The jschauma/xpipe repository is created.
- 2020s: xpipe is documented as developed on NetBSD 8.0 and tested on NetBSD, macOS, and Fedora.
- 2026: The GitHub repository remains active with a compact C implementation and manpage-oriented README.

### Related projects

- xargs is the closest standard utility, but it constructs command arguments rather than piping each input chunk to stdin.
- split is related because it partitions input, though xpipe avoids forcing intermediate files.
- tee is related in the README's conceptual model because xpipe routes input into repeated downstream processes.

### ソース

- <https://api.github.com/repos/jschauma/xpipe>
- <https://github.com/jschauma/xpipe>
- <https://raw.githubusercontent.com/jschauma/xpipe/master/README.md>
- <https://www.netmeister.org/apps/xpipe.html>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** xpipe
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Nix - xpipe: normalized package name match | nixpkgs package indexes: pkgs/by-name/xp/xpipe/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Chocolatey - xpipe: normalized package name match | Chocolatey community package catalog: xpipe from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='9.736','dotnet-5.0-sdk-3xx'
- Scoop - extras/xpipe: normalized package name match | Scoop official bucket manifest trees: bucket/xpipe.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - xpipe-io.xpipe: normalized package name match | Windows Package Manager source index: xpipe-io.xpipe from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [teip](https://pkg.so/ja/brew/teip/) - Shares pkgdb curated category or tags: cli, developer-tools, pipeline, unix.
- [vip](https://pkg.so/ja/brew/vip/) - Shares pkgdb curated category or tags: cli, developer-tools, pipeline, unix.
- [xe](https://pkg.so/ja/brew/xe/) - Shares pkgdb curated category or tags: cli, developer-tools, unix, xargs.
- [randomize-lines](https://pkg.so/ja/brew/randomize-lines/) - Shares pkgdb curated category or tags: cli, developer-tools, stdin, unix.
- [yq](https://pkg.so/ja/brew/yq/) - Shares pkgdb curated category or tags: cli, data-processing, developer-tools.
- [unixodbc](https://pkg.so/ja/brew/unixodbc/) - Shares pkgdb curated category or tags: cli, developer-tools, unix.
- [fish](https://pkg.so/ja/brew/fish/) - Shares pkgdb curated category or tags: cli, developer-tools, unix.
- [zsh](https://pkg.so/ja/brew/zsh/) - Shares pkgdb curated category or tags: cli, developer-tools, unix.
- [gron](https://pkg.so/ja/brew/gron/) - Local package facts share a topical domain. Shared terms: cli, data, data-processing, developer, developer-tools.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
