pkg.soopen package index

brew / Rang 1506

qsv mit Homebrew, MacPorts, Nix, pacman, scoop installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install qsv

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install qsv

MacPorts ports tree · textproc/qsv/Portfile · Quelle: api.github.com

Linux

Nixverifiziert · 92%
nix profile install nixpkgs#qsv

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S qsv

Arch Linux sync databases · qsv · Quelle: geo.mirror.pkgbuild.com

Windows

Scoopverifiziert · 92%
scoop install main/qsv

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

Überblick

Paketzusammenfassung

Ultra-fast CSV data-wrangling toolkit

Befehle und Aliase

  • qsv

Verlauf

Projektgeschichte und Nutzung

qsv is datHere's cross-platform Rust command-line toolkit for querying, transforming, validating, joining, analyzing, and converting tabular data.

Projektgeschichte

qsv began as a command-line toolkit centered on fast CSV manipulation and has expanded into a broad tabular-data workbench. The official project now describes more than 50 commands and support for Excel, ODS, JSON/JSONL, Arrow, Parquet, SQLite, and PostgreSQL workflows in addition to CSV.

Adoptionsgeschichte

qsv is available across Homebrew, MacPorts, Nix, Arch Linux, Scoop, and other distribution channels. Official binaries support Linux, macOS, and Windows, reflecting adoption beyond Rust's source-oriented package ecosystem.

Wie es verwendet wird

Users compose subcommands for tasks such as selecting columns, sorting, joining, deduplicating, computing statistics, validating schemas, converting formats, and indexing large CSV files. Commands are suitable both for one-off terminal work and repeatable data pipelines.

The official documentation describes behavior through command options and environment variables rather than a single general-purpose configuration file, so no canonical config-file path is reported. Some optional commands can use external services, but qsv as a package has no universal credentials file.

Warum Paket-Nerds sich dafür interessieren

qsv appeals to package and command-line enthusiasts as a modern Rust treatment of the composable CSV-tool tradition: a single executable exposes dozens of focused subcommands while adding parallelism, indexing, Polars acceleration, and support for datasets larger than memory.

Zeitleiste

  • Early project: qsv established a fast, composable toolkit for CSV processing.
  • Later development: The command set grew beyond CSV into spreadsheet, JSON, Arrow, Parquet, database, geospatial, scripting, and web-service workflows.
  • Current generation: The official site describes 50-plus commands with parallel and CPU-accelerated processing.

Related projects

  • Rust provides qsv's implementation platform.
  • Polars powers accelerated operations and broader tabular-format support.
  • The project maintains a separate qsv pro offering and a web playground.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für qsv wurde kein passendes lokales Secret-Handling-Manifest gefunden. Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 3 Build-Abhängigkeiten.

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.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
./.env<executable-directory>/qsv.env
Windows
.\.env<executable-directory>\qsv.env

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
qsvcliglobales Executable

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-09-19
Manager-Version23.0.1
Manager aktualisiert2026-09-13
lokale DatenOK
Upstreamaktuell
neueste erkannte Version22.0.1

https://github.com/dathere/qsv

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:qsv
Version23.0.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/qsv
Homepagehttps://qsv.dathere.com/
Repositoryhttps://github.com/dathere/qsv
Upstream-Dokumentationhttps://qsv.dathere.com/
LizenzMIT OR Unlicense
Quellarchivhttps://github.com/dathere/qsv/archive/refs/tags/22.0.1.tar.gz
Zuletzt aktualisiert2026-09-13T15:35:16Z
Pulseupdated
Build-Abhängigkeitencmake, pkgconf, rust
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameqsv
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

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

Nix95%

qsv

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

qsv 22.0.1-1

quicksilver data-wrangling toolkit (fork of xsv) for tabular data such as CSV

https://github.com/dathere/qsv

sudo pacman -S qsv
  • License: MIT AND Unlicense
  • Architecture: x86_64
  • 9 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Qsv
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: qsv from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

qsv

sudo port install qsv
  • normalized package name match
  • Abgeglichen nach: Qsv
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/qsv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/qsv

scoop install main/qsv
  • normalized package name match
  • Abgeglichen nach: Qsv
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/qsv.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation