# Installer airspyhf avec Homebrew, apk, apt, dnf, MacPorts, Nix, zypper

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

## installation

```sh
sudo av install brew:airspyhf
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install airspyhf
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install airspyhf
```

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

### Linux

- apk (92%):

```sh
sudo apk add airspyhf
```

  Preuve: Alpine Linux edge package indexes: airspyhf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install airspyhf
```

  Preuve: Debian stable package indexes: airspyhf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install airspyhf
```

  Preuve: Fedora Rawhide package metadata: airspyhf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#airspyhf
```

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

- zypper (92%):

```sh
sudo zypper install airspyhf
```

  Preuve: openSUSE Tumbleweed package metadata: airspyhf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:airspyhf
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/airspyhf>
- **Version:** 1.6.8
- **Résumé source:** Driver and tools for a software-defined radio
- **Page d'accueil:** <https://airspy.com/>
- **Dépôt:** <https://github.com/airspy/airspyhf>
- **Docs amont:** <https://airspy.com/>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://github.com/airspy/airspyhf/archive/refs/tags/1.6.8.tar.gz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- airspyhf_calibrate (cli)
- airspyhf_gpio (cli)
- airspyhf_info (cli)
- airspyhf_lib_version (cli)
- airspyhf_rx (cli)
- airspyhf_calibrate (alias)
- airspyhf_gpio (alias)
- airspyhf_info (alias)
- airspyhf_lib_version (alias)
- airspyhf_rx (alias)

## Dépendances

- libusb

## Dépendances de compilation

- cmake
- pkgconf

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 1.6.8
- données locales: OK
- dépôt amont: https://github.com/airspy/airspyhf
- dernière version détectée: 1.6.8 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

Airspy HF+ is the host software package for the Airspy HF+ receiver family, focused on high-performance SDR reception in the HF and VHF bands. It provides libairspyhf and utilities such as `airspyhf_info`, `airspyhf_rx`, and calibration/control tools.

### Historique du projet

The official airspyhf repository describes itself as a user-mode driver and host software for Airspy HF+, a high-performance software defined radio for the HF and VHF bands. It points to the Airspy HF+ product page and shares the broader Airspy software-defined-radio ecosystem.

The README names Ian Gilmour and Youssef Touil as principal authors and states that the user-mode driver is based on Airspy R2, itself based on HackRF. That gives the package a clear hardware-family lineage rather than presenting it as a generic SDR abstraction.

### Historique d'adoption

Airspy HF+ adoption follows the hardware and SDR-operator audience: users need a small host package that their SDR applications and scripts can call. The source facts show packaging in Homebrew, Alpine, Debian, Fedora, MacPorts, Nix, Ubuntu, and openSUSE.

The README documents Windows and Linux builds, and explicitly distinguishes Linux udev rule choices from macOS USB behavior. That detail is important for distribution adoption because a package can compile cleanly while still failing to give ordinary users access to the USB receiver.

### Modes d'utilisation

Typical package usage is hardware enablement: run `airspyhf_info` to verify the attached receiver, `airspyhf_rx` to capture samples, and calibration or GPIO utilities when tuning the device setup. GUI SDR applications may depend on the installed library underneath.

On Linux, the documented build options install udev rules using either plugdev-style access or uaccess, while macOS does not need those udev options. That makes the same source package slightly different across operating systems.

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

Airspy HF+ is a small package with real platform edges: USB access, udev policy, shared libraries, and downstream SDR applications all matter. It is a package-manager example where the correctness of install-time permissions can be as important as the version number.

It also shows how hardware-specific packages split inside one vendor ecosystem: `airspy` and `airspyhf` are related but separately packaged because the devices and host libraries differ.

### Chronologie

- 2010s: Airspy HF+ host software is published for the HF/VHF Airspy receiver line.
- 2020s: airspyhf is packaged across Homebrew, Alpine, Debian, Fedora, MacPorts, Nix, Ubuntu, and openSUSE according to source_facts.
- 2020s: Repository tags include releases from 1.0 through later 1.x tags.

### Related projects

- Airspy R2 is named by the README as the basis for the Airspy HF user-mode driver.
- HackRF is named as the deeper project lineage behind Airspy R2.
- airspyone_host is the sibling host package for Airspy devices outside the HF+ line.

### Sources

- <https://airspy.com/>
- <https://github.com/airspy/airspyhf>
- <https://github.com/airspy/airspyhf/tags>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** airspyhf
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - airspyhf - 1.6.8-4+b2: normalized package name match | Debian stable package indexes: airspyhf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | HF+VHF software defined radio receiver - user runtime | https://airspy.com/airspy-hf-plus
- Debian apt - libairspyhf-dev - 1.6.8-4+b2: normalized package name match | Debian stable package indexes: libairspyhf-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | HF+VHF software defined radio receiver - development | https://airspy.com/airspy-hf-plus
- Debian apt - libairspyhf1 - 1.6.8-4+b2: normalized package name match | Debian stable package indexes: libairspyhf1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | HF+VHF software defined radio receiver - library | https://airspy.com/airspy-hf-plus
- Nix - airspyhf: normalized package name match | nixpkgs package indexes: pkgs/by-name/ai/airspyhf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - airspyhf - 1.6.8-4build1: normalized package name match | Ubuntu 24.04 LTS package indexes: airspyhf from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | HF+VHF software defined radio receiver - user runtime | https://airspy.com/airspy-hf-plus
- Ubuntu apt - libairspyhf-dev - 1.6.8-4build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libairspyhf-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | HF+VHF software defined radio receiver - development | https://airspy.com/airspy-hf-plus
- Ubuntu apt - libairspyhf1 - 1.6.8-4build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libairspyhf1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | HF+VHF software defined radio receiver - library | https://airspy.com/airspy-hf-plus
- apk - airspyhf - 1.6.8-r2: normalized package name match | Alpine Linux edge package indexes: airspyhf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | User mode driver for Airspy HF+ | https://github.com/airspy/airspyhf
- apk - airspyhf-dev - 1.6.8-r2: normalized package name match | Alpine Linux edge package indexes: airspyhf-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | User mode driver for Airspy HF+ (development files) | https://github.com/airspy/airspyhf
- apk - airspyhf-libs - 1.6.8-r2: normalized package name match | Alpine Linux edge package indexes: airspyhf-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | User mode driver for Airspy HF+ (libraries) | https://github.com/airspy/airspyhf
- dnf - airspyhf - 1.6.8^20260107git30e0422-3.fc44: normalized package name match | Fedora Rawhide package metadata: airspyhf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | AirSpy HF+ SDR host software for HF and VHF bands | http://airspy.com/
- dnf - airspyhf-devel - 1.6.8^20260107git30e0422-3.fc44: normalized package name match | Fedora Rawhide package metadata: airspyhf-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for airspyhf | http://airspy.com/
- zypper - airspyhf - 1.6.8-4.3: normalized package name match | openSUSE Tumbleweed package metadata: airspyhf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Support programs for Airspy HF+ SDR | http://www.airspy.com/airspy-hf-plus
- zypper - airspyhf-devel - 1.6.8-4.3: normalized package name match | openSUSE Tumbleweed package metadata: airspyhf-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Development files for Airspy HF+ | http://www.airspy.com/airspy-hf-plus
- zypper - airspyhf-udev - 1.6.8-4.3: normalized package name match | openSUSE Tumbleweed package metadata: airspyhf-udev from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Udev rules for Airspy HF+ SDR | http://www.airspy.com/airspy-hf-plus
- zypper - libairspyhf0 - 1.6.8-4.3: normalized package name match | openSUSE Tumbleweed package metadata: libairspyhf0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Driver for Airspy HF+ | http://www.airspy.com/airspy-hf-plus


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/fr/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Homebrew utility packages](https://www.automicvault.com/fr/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [cmake](https://www.automicvault.com/fr/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/fr/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [airspy](https://www.automicvault.com/fr/pkg/brew/airspy/) - Shares the same upstream homepage.
- [soapysdr](https://www.automicvault.com/fr/pkg/brew/soapysdr/) - Shares av.db curated category or tags: cli, media, radio, sdr.
- [a52dec](https://www.automicvault.com/fr/pkg/brew/a52dec/) - Shares av.db curated category or tags: cli, media.
- [aalib](https://www.automicvault.com/fr/pkg/brew/aalib/) - Shares av.db curated category or tags: cli, media.
- [ab-av1](https://www.automicvault.com/fr/pkg/brew/ab-av1/) - Shares av.db curated category or tags: cli, media.
- [abcde](https://www.automicvault.com/fr/pkg/brew/abcde/) - Shares av.db curated category or tags: cli, media.
- [abcm2ps](https://www.automicvault.com/fr/pkg/brew/abcm2ps/) - Shares av.db curated category or tags: cli, media.
- [abcmidi](https://www.automicvault.com/fr/pkg/brew/abcmidi/) - Shares av.db curated category or tags: cli, media.
- [ola](https://www.automicvault.com/fr/pkg/brew/ola/) - Local package facts share a topical domain. Shared terms: cli, info, libusb, media.

## Combined YAML source

View the package source record on GitHub. [combined/airspyhf.yml](https://github.com/automic-vault/db/blob/main/combined/airspyhf.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
