pkg.sopackage field notes

brew / Rang 2400

volk mit Homebrew installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install volk

provider-native install command

Überblick

Paketzusammenfassung

Vector Optimized Library of Kernels

Befehle und Aliase

  • volk-config-info
  • volk_modtool
  • volk_profile

Verlauf

Projektgeschichte und Nutzung

VOLK, the Vector-Optimized Library of Kernels, is a GNU Radio sub-project that packages hand-written SIMD kernels behind portable C/C++ APIs. Its niche is digital signal processing code that wants architecture-specific speedups without scattering SSE, AVX, NEON, or generic fallback implementations across application code.

Projektgeschichte

GNU Radio developer Tom Rondeau announced VOLK in December 2010 as a new library pushed into the GNU Radio tree. The motivation was practical: GNU Radio had used hand optimization in places such as FIR filters, but lacked a convenient way to use SIMD routinely in everyday signal-processing blocks.

VOLK's design separated a public kernel call from multiple architecture-specific proto-kernels. At runtime, VOLK can select the best implementation for the processor, while users call an architecture-agnostic function. The project later became a separately usable GNU Radio sub-project with its own website, documentation, GitHub repository, and release stream.

Adoptionsgeschichte

VOLK's adoption followed GNU Radio's ecosystem: it became part of the performance toolbox for software-defined radio and DSP applications that need portable vector math. The official README still frames VOLK as a GNU Radio sub-project and directs users to GNU Radio for broader project context.

Stewardship moved with GNU Radio's modern open-source workflow. The contributing documentation notes that copyright was historically owned by the Free Software Foundation and that the project now uses the Developer Certificate of Origin process, with pull requests tested across Linux, macOS, Windows, x86_64, armv7, and aarch64.

Wie es verwendet wird

Typical users link against VOLK kernels for vector math operations and run `volk_profile` after installation so VOLK can benchmark and select the fastest implementation for the local CPU. Developers add new proto-kernels when a platform or instruction set needs a tuned implementation, while keeping a generic version for portability.

Warum Paket-Nerds sich dafür interessieren

VOLK matters to package maintainers because it is small but hardware-sensitive: the same source package exposes optional acceleration paths across CPU families, and runtime profiling means the installed package can adapt to the machine rather than baking in one best answer at build time.

Zeitleiste

  • 2010-12-11: Tom Rondeau announced VOLK as a new library in the GNU Radio tree.
  • 2020: The libvolk.org website identified VOLK as a GNU Radio sub-project with GitHub-based source, documentation, issues, and contributing workflow.
  • 2026-02-08: The project website listed VOLK v3.3.0 as a recent release.

Related projects

  • GNU Radio is the parent ecosystem and original integration point for VOLK.
  • FFTW is a common comparison point in VOLK's early explanation because it demonstrated how much SIMD can matter for numerical signal processing.

Sicherheitslage

Risikostufe: grün

library-like package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • library-like package without higher-risk signals

Signale

  • metadata:library-like

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.

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
~/.volk/volk_config

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
volk-config-infoExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
volk_modtoolExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
volk_profileExecutableindexiertes 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-Version3.3.0
Manager aktualisiert2026-07-14
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:volk
Version3.3.0
PaketmanagerHomebrew
Homepagehttps://www.libvolk.org/
Repositoryhttps://github.com/gnuradio/volk
Zuletzt aktualisiert2026-07-14T20:07:14+09:00
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

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
  • Nucleus package database
  • curated configuration and credential file locations
  • curated package history
  • pkgdb category and tag curation