# 使用 Homebrew, apt, MacPorts, Nix, pacman, zypper 安装 airspy

查看 airspy 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:airspy
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install airspy
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install airspy
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install airspy
```

  证据: Debian stable package indexes: airspy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#airspy
```

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

- pacman (92%):

```sh
sudo pacman -S airspy
```

  证据: Arch Linux sync databases: airspy from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install airspy
```

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

## 软件包事实

- **软件包键:** brew:airspy
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/airspy>
- **版本:** 1.0.10
- **来源摘要:** Driver and tools for a software-defined radio
- **主页:** <https://airspy.com/>
- **仓库:** <https://github.com/airspy/airspyone_host>
- **上游文档:** <https://airspy.com/>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://github.com/airspy/airspyone_host/archive/refs/tags/v1.0.10.tar.gz>
- **最后更新:** 2026-05-30T13:43:59-04:00
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- airspy_gpio (cli)
- airspy_gpiodir (cli)
- airspy_info (cli)
- airspy_lib_version (cli)
- airspy_r820t (cli)
- airspy_rx (cli)
- airspy_si5351c (cli)
- airspy_spiflash (cli)
- airspy_gpio (别名)
- airspy_gpiodir (别名)
- airspy_info (别名)
- airspy_lib_version (别名)
- airspy_r820t (别名)
- airspy_rx (别名)
- airspy_si5351c (别名)
- airspy_spiflash (别名)

## 依赖

- 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.0.10
- 管理器更新时间: 2026-05-30
- 本地数据: OK
- 上游仓库: https://github.com/airspy/airspyone_host
- 检测到的最新版本: v1.0.10 (当前)
## 项目历史与用法

Airspy is the host software package for Airspy SDR receivers, exposing libairspy and command-line utilities for inspecting devices, receiving samples, reading/writing device settings, and integrating Airspy hardware into SDR software stacks.

### 项目历史

The official Airspy site describes the hardware line as high-quality software-defined radio receivers for governments, professionals, academics, and hobbyists, and its page metadata dates the site to 2014. The airspyone_host repository is the host-side software for Airspy and describes the project as a low-cost, open-source software radio platform.

The host software's README names Benjamin Vernoux and Youssef Touil as principal authors and notes that Airspy is based on the HackRF project. That lineage matters: Airspy sits in the same open SDR tradition as HackRF while packaging a narrower set of host tools for Airspy hardware.

### 采用历史

Airspy's adoption is tied to SDR hardware ownership and to distribution packaging. The Homebrew source facts list packages for Homebrew, Debian, MacPorts, Nix, Arch, Ubuntu, and openSUSE, reflecting the need for easy host-tool installs across desktop SDR workstations.

The upstream repository documents Windows, Linux, and FreeBSD builds. On Linux it installs udev rules and runs `ldconfig`, which is a classic sign that the package is both a CLI utility set and a system library used by other SDR programs.

### 使用方式

Users install the host package to get commands such as `airspy_info`, `airspy_rx`, `airspy_gpio`, `airspy_r820t`, and `airspy_spiflash`. These tools inspect attached receivers, receive IQ samples, and manage lower-level device controls.

The package is usually not the whole SDR application. It is the plumbing layer that lets SDR frontends and scripts talk to Airspy USB hardware through libusb and libairspy.

### 为什么软件包爱好者会关心

Airspy is interesting to package maintainers because hardware support lives at the awkward edge between libraries, CLI tools, USB permissions, and downstream GUI applications. A working package needs the right libusb dependency, library installation, and device access rules, not just a compiled binary.

It is also part of the SDR packaging constellation: HackRF, rtl-sdr, Airspy HF+, SDR#, and SoapySDR-style integrations all shape how users expect radio hardware packages to install and coexist.

### 时间线

- 2014: The official Airspy site metadata records publication of the Airspy SDR site.
- 2010s: airspyone_host provides host software for Airspy as a low-cost open-source software radio platform.
- 2020s: Airspy host tools are packaged across Homebrew, Debian, MacPorts, Nix, Arch, Ubuntu, and openSUSE according to source_facts.

### Related projects

- HackRF is named by the Airspy host README as a basis for the project.
- Airspy HF+ is the related HF/VHF receiver line with its own host package.
- libusb is the USB access dependency documented by the build instructions.

### 来源

- <https://airspy.com/>
- <https://github.com/airspy/airspyone_host>
- 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:** airspy
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Debian apt - airspy - 1.0.10-3+b3: normalized package name match | Debian stable package indexes: airspy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Tiny and efficient software defined radio receiver - utilities | http://airspy.com
- Nix - airspy: normalized package name match | nixpkgs package indexes: pkgs/by-name/ai/airspy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - airspy - 1.0.10-3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: airspy from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Tiny and efficient software defined radio receiver - utilities | http://airspy.com
- pacman - airspy - 1.0.10-5: normalized package name match | Arch Linux sync databases: airspy from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | AirSpy Software Defined Radio (SDR) usermode driver and associated tools | https://www.airspy.com
- zypper - airspy - 1.0.10-3.3: normalized package name match | openSUSE Tumbleweed package metadata: airspy from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Support programs for Airspy | http://www.airspy.com
- zypper - airspy-devel - 1.0.10-3.3: normalized package name match | openSUSE Tumbleweed package metadata: airspy-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Development files for airspy | http://www.airspy.com
- zypper - airspy-udev - 1.0.10-3.3: normalized package name match | openSUSE Tumbleweed package metadata: airspy-udev from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Udev rules for Airspy SDR | http://www.airspy.com
- zypper - libairspy0 - 1.0.10-3.3: normalized package name match | openSUSE Tumbleweed package metadata: libairspy0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Driver for Airspy | http://www.airspy.com
- MacPorts - airspy: normalized package name match | MacPorts ports tree: science/airspy/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

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