pkg.soopen package index

brew / Rang 7570

xpipe mit Homebrew, chocolatey, Nix, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für xpipe in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install xpipe

local Homebrew formula metadata

Linux

Nixverifiziert · 92%
nix profile install nixpkgs#xpipe

nixpkgs package indexes · pkgs/by-name/xp/xpipe/package.nix · Quelle: api.github.com

Windows

Chocolateyverifiziert · 92%
choco install xpipe

Chocolatey community package catalog · xpipe · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install extras/xpipe

Scoop official bucket manifest trees · bucket/xpipe.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id xpipe-io.xpipe -e

Windows Package Manager source index · xpipe-io.xpipe · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Split input and feed it into the given utility

Befehle und Aliase

  • xpipe

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

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

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
xpipeExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version2.2
Manager aktualisiert2026-06-25
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:xpipe
Version2.2
PaketmanagerHomebrew
Homepagehttps://www.netmeister.org/apps/xpipe.html
Zuletzt aktualisiert2026-06-25T13:38:12+02:00
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

xpipe

nix profile install nixpkgs#xpipe
  • normalized package name match
  • Abgeglichen nach: Xpipe
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/xp/xpipe/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Chocolatey95%

xpipe

choco install xpipe
  • normalized package name match
  • Abgeglichen nach: Xpipe
Chocolatey community package catalog · community.chocolatey.org · 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'
Scoop95%

extras/xpipe

scoop install extras/xpipe
  • normalized package name match
  • Abgeglichen nach: Xpipe
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/xpipe.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
winget95%

xpipe-io.xpipe

winget install --id xpipe-io.xpipe -e
  • normalized package name match
  • Abgeglichen nach: Xpipe
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: xpipe-io.xpipe from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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