macOS
brew install xpipelocal Homebrew formula metadata
brew
Split input and feed it into the given utility. Version 2.2 via Homebrew; verified 2026-06-25.
install
brew install xpipelocal Homebrew formula metadata
nix profile install nixpkgs#xpipenixpkgs package indexes · pkgs/by-name/xp/xpipe/package.nix · source: api.github.com
choco install xpipeChocolatey community package catalog · xpipe · source: community.chocolatey.org
scoop install extras/xpipeScoop official bucket manifest trees · bucket/xpipe.json · source: api.github.com
winget install --id xpipe-io.xpipe -eWindows Package Manager source index · xpipe-io.xpipe · source: cdn.winget.microsoft.com
overview
Split input and feed it into the given utility
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
xpipe | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://www.netmeister.org/apps/xpipe.html
install metadata
| Package key | brew:xpipe |
|---|---|
| Version | 2.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/xpipe |
| Homepage | https://www.netmeister.org/apps/xpipe.html |
| Repository | https://github.com/jschauma/xpipe |
| Upstream docs | https://github.com/jschauma/xpipe#readme |
| License | BSD-2-Clause |
| Source archive | https://www.netmeister.org/apps/xpipe-2.2.tar.gz |
| Last updated | 2026-06-25T13:38:12+02:00 |
| Pulse | updated |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
xpipe
nix profile install nixpkgs#xpipexpipe
choco install xpipeextras/xpipe
scoop install extras/xpipexpipe-io.xpipe
winget install --id xpipe-io.xpipe -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.