# airspyhf を Homebrew, apk, apt, dnf, MacPorts, Nix, zypper でインストール

airspyhf のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install airspyhf
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install airspyhf
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:airspyhf
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/airspyhf>
- **バージョン:** 1.6.8
- **ソース概要:** Driver and tools for a software-defined radio
- **ホームページ:** <https://airspy.com/>
- **リポジトリ:** <https://github.com/airspy/airspyhf>
- **上流ドキュメント:** <https://airspy.com/>
- **ライセンス:** BSD-3-Clause
- **ソースアーカイブ:** <https://github.com/airspy/airspyhf/archive/refs/tags/1.6.8.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- airspyhf_calibrate (cli)
- airspyhf_gpio (cli)
- airspyhf_info (cli)
- airspyhf_lib_version (cli)
- airspyhf_rx (cli)
- airspyhf_calibrate (エイリアス)
- airspyhf_gpio (エイリアス)
- airspyhf_info (エイリアス)
- airspyhf_lib_version (エイリアス)
- airspyhf_rx (エイリアス)

## 依存関係

- libusb

## ビルド依存関係

- cmake
- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.6.8
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/airspy/airspyhf
- 検出された最新: 1.6.8 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- 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


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/ja/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Homebrew utility packages](https://www.automicvault.com/ja/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [cmake](https://www.automicvault.com/ja/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/ja/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [airspy](https://www.automicvault.com/ja/pkg/brew/airspy/) - Shares the same upstream homepage.
- [soapysdr](https://www.automicvault.com/ja/pkg/brew/soapysdr/) - Shares av.db curated category or tags: cli, media, radio, sdr.
- [a52dec](https://www.automicvault.com/ja/pkg/brew/a52dec/) - Shares av.db curated category or tags: cli, media.
- [aalib](https://www.automicvault.com/ja/pkg/brew/aalib/) - Shares av.db curated category or tags: cli, media.
- [ab-av1](https://www.automicvault.com/ja/pkg/brew/ab-av1/) - Shares av.db curated category or tags: cli, media.
- [abcde](https://www.automicvault.com/ja/pkg/brew/abcde/) - Shares av.db curated category or tags: cli, media.
- [abcm2ps](https://www.automicvault.com/ja/pkg/brew/abcm2ps/) - Shares av.db curated category or tags: cli, media.
- [abcmidi](https://www.automicvault.com/ja/pkg/brew/abcmidi/) - Shares av.db curated category or tags: cli, media.
- [ola](https://www.automicvault.com/ja/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)


## ソース

- 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
