# volk mit Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt installieren

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

## Installation

```sh
sudo av install brew:volk
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install volk
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install volk
```

  Evidenz: MacPorts ports tree: science/volk/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add volk
```

  Evidenz: Alpine Linux edge package indexes: volk from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install volk
```

  Evidenz: Fedora Rawhide package metadata: volk from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#volk
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/vo/volk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S volk
```

  Evidenz: Arch Linux sync databases: volk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install volk
```

  Evidenz: openSUSE Tumbleweed package metadata: volk from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- Debian apt (92%):

```sh
sudo apt install libvolk-bin
```

  Evidenz: Debian stable package indexes: libvolk-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Paketfakten

- **Paketschlüssel:** brew:volk
- **Paketmanager:** Homebrew
- **Version:** 3.3.0
- **Quellzusammenfassung:** Vector Optimized Library of Kernels
- **Homepage:** <https://www.libvolk.org/>
- **Repository:** <https://github.com/gnuradio/volk>
- **Zuletzt aktualisiert:** 2026-07-14T20:07:14+09:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- volk-config-info (Alias)
- volk_modtool (Alias)
- volk_profile (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 3.3.0
## 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.

### Quellen

- <https://github.com/gnuradio/volk>
- <https://www.libvolk.org/>
- <https://www.libvolk.org/contributing.html>
- <https://www.trondeau.com/blog/2010/12/11/volk-vector-optimized-library-of-kernels.html>


## Sicherheitshinweise

library-like package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- library-like package without higher-risk signals


## 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

- Unix: ~/.volk/volk_config
## Andere Paketmanager-Einträge

- Debian apt - libvolk-bin - 3.2.0-2: normalized package name match | Debian stable package indexes: libvolk-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | vector optimized runtime tools | https://libvolk.org
- Debian apt - libvolk-dev - 3.2.0-2: normalized package name match | Debian stable package indexes: libvolk-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | vector optimized function headers | https://libvolk.org
- Debian apt - libvolk-doc - 3.2.0-2: normalized package name match | Debian stable package indexes: libvolk-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | vector optimized library documentation | https://libvolk.org
- Debian apt - libvolk3.2 - 3.2.0-2: normalized package name match | Debian stable package indexes: libvolk3.2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | vector optimized functions | https://libvolk.org
- Nix - volk: normalized package name match | nixpkgs package indexes: pkgs/by-name/vo/volk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libvolk-bin - 3.1.2-1.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libvolk-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | vector optimized runtime tools | https://libvolk.org
- Ubuntu apt - libvolk-dev - 3.1.2-1.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libvolk-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | vector optimized function headers | https://libvolk.org
- Ubuntu apt - libvolk-doc - 3.1.2-1.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libvolk-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | vector optimized library documentation | https://libvolk.org
- Ubuntu apt - libvolk3.1t64 - 3.1.2-1.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libvolk3.1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | vector optimized functions | https://libvolk.org
- apk - volk - 1.4.341.0-r0: normalized package name match | Alpine Linux edge package indexes: volk from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Meta loader for Vulkan API | https://github.com/zeux/volk
- apk - volk-doc - 1.4.341.0-r0: normalized package name match | Alpine Linux edge package indexes: volk-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Meta loader for Vulkan API (documentation) | https://github.com/zeux/volk
- dnf - volk - 3.3.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: volk from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | The Vector Optimized Library of Kernels | https://github.com/gnuradio/volk
- dnf - volk-devel - 3.3.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: volk-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for VOLK | https://github.com/gnuradio/volk
- dnf - volk-doc - 3.3.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: volk-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Documentation files for VOLK | https://github.com/gnuradio/volk
- pacman - volk - 1.4.357.0-1: normalized package name match | Arch Linux sync databases: volk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Meta loader for Vulkan API | https://github.com/zeux/volk
- zypper - libvolk3_3 - 3.3.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: libvolk3_3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Vector-Optimized Library of Kernels | https://libvolk.org/


## Combined YAML source

View the package source record on GitHub. [combined/volk.yml](https://github.com/mxcl/pkgdb/blob/main/combined/volk.yml)


## Quellen

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