pkg.soopen package index

brew / rang 7570

Installer xpipe avec Homebrew, chocolatey, Nix, scoop, winget

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install xpipe

local Homebrew formula metadata

Linux

Nixvérifié · 92%
nix profile install nixpkgs#xpipe

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

Windows

Chocolateyvérifié · 92%
choco install xpipe

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

Scoopvérifié · 92%
scoop install extras/xpipe

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

Windows Package Managervérifié · 92%
winget install --id xpipe-io.xpipe -e

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

aperçu

Résumé du paquet

Split input and feed it into the given utility

Commandes et alias

  • xpipe

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

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

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.

Chronologie

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

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucune métadonnée de bottle Homebrew n’a été enregistrée.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
xpipeexécutableexécutable indexéDécouvert depuis l'index local des exécutables.

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-08-03
version du gestionnaire2.2
gestionnaire mis à jour2026-06-25
données localesinconnu
amontnon disponible
dernière version détectéenon détecté
  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:xpipe
Version2.2
Gestionnaire de paquetsHomebrew
Page d'accueilhttps://www.netmeister.org/apps/xpipe.html
Dernière mise à jour2026-06-25T13:38:12+02:00
Pulseupdated
Bouteillenon enregistré
Serviceaucun déclaré

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

xpipe

nix profile install nixpkgs#xpipe
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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