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

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

## インストール

```sh
sudo av install brew:gnuradio
```

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

### macOS

- Homebrew (100%):

```sh
brew install gnuradio
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gnuradio
```

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

### Linux

- apk (92%):

```sh
sudo apk add gnuradio
```

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

- Debian apt (92%):

```sh
sudo apt install gnuradio
```

  証拠: Debian stable package indexes: gnuradio from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install gnuradio
```

  証拠: Fedora Rawhide package metadata: gnuradio 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#gnuradio
```

  証拠: nixpkgs package indexes: gnuradio from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S gnuradio
```

  証拠: Arch Linux sync databases: gnuradio from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install gnuradio
```

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

## パッケージ情報

- **パッケージキー:** brew:gnuradio
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.10.12.0
- **ソース概要:** SDK for signal processing blocks to implement software radios
- **ホームページ:** <https://www.gnuradio.org/>
- **リポジトリ:** <https://github.com/gnuradio/gnuradio>
- **最終更新:** 2026-08-02T20:52:08+09:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- gnuradio-companion (エイリアス)
- gnuradio-config-info (エイリアス)
- gr_filter_design (エイリアス)
- gr_modtool (エイリアス)
- gr_plot (エイリアス)
- gr_plot_const (エイリアス)
- gr_plot_fft (エイリアス)
- gr_plot_iq (エイリアス)
- gr_plot_psd (エイリアス)
- gr_plot_qt (エイリアス)
- gr_read_file_metadata (エイリアス)
- grcc (エイリアス)
- polar_channel_construction (エイリアス)
- uhd_fft (エイリアス)
- uhd_rx_cfile (エイリアス)
- uhd_rx_nogui (エイリアス)
- uhd_siggen (エイリアス)
- uhd_siggen_gui (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.10.12.0
## プロジェクトの歴史と使われ方

GNU Radio is a GNU Project software-defined radio framework that gives signal-processing practitioners a reusable runtime, block library, and graphical flowgraph environment. In package ecosystems it represents the heavy end of scientific tooling: a desktop-adjacent SDR workbench, a Python and C++ development platform, and a bridge from commodity computers to radio hardware.

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

GNU Radio grew from early-2000s work to make software radio practical on general-purpose computers. Project material describes a framework for building software radios out of signal-processing blocks, while community history ties its early development to Eric Blossom, John Gilmore, and the first USRP hardware from Ettus Research. The project later developed around a Python-driven runtime, C++ performance blocks, GNU Radio Companion, out-of-tree modules, and hardware integrations rather than a single end-user radio application.

The project evolved into a foundation for related infrastructure such as VOLK, reusable block collections, and community extension modules. Its organizational home also matured: the GNU Radio project formed a foundation and later announced a new home at the SETI Institute, reflecting its role as community infrastructure for radio science, education, and experimentation.

### 採用の歴史

GNU Radio became significant because it let researchers, radio amateurs, hardware vendors, and educators share signal-processing designs as flowgraphs and reusable blocks. Its adoption followed the rise of affordable SDR hardware, especially USRP-family devices, and it became common in academic labs, wireless prototyping, spectrum experiments, satellite work, and security research.

The ecosystem around GNU Radio includes conferences, tutorials, out-of-tree modules, and companion projects such as CGRAN. That ecosystem matters to package maintainers because installing GNU Radio often means delivering a coordinated stack of DSP libraries, Python bindings, GUI dependencies, hardware drivers, and examples.

### 使われ方

Practitioners use GNU Radio to construct flowgraphs that connect sources, filters, modulators, demodulators, visualizers, and sinks. A flowgraph may run entirely in simulation, process captured IQ files, or talk to SDR hardware through drivers such as UHD.

Developers use GNU Radio Companion for visual design, Python for orchestration, C++ for performance-sensitive blocks, and gr_modtool to build out-of-tree modules. The command-line tools in package builds are also used for inspecting installs, compiling flowgraphs, plotting samples, and testing radio chains.

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

GNU Radio is a package-manager stress test: it spans compiled DSP code, Python packaging, Qt GUI pieces, hardware-driver interfaces, and optional acceleration libraries. For users, a working package turns a laptop into an SDR lab without hand-building the whole scientific stack.

### タイムライン

- 2001: Early GNU Radio development began around general-purpose software radio experiments.
- 2004: USRP hardware helped make GNU Radio useful with affordable external RF front ends.
- 2011: GNU Radio Conference began as a recurring community venue.
- 2020: GNU Radio announced a foundation home at the SETI Institute.

### Related projects

- USRP and UHD provide a common hardware path for GNU Radio users.
- VOLK supplies vector-optimized kernels used by GNU Radio blocks.
- CGRAN and out-of-tree modules extend the block ecosystem.

### ソース

- <https://github.com/gnuradio/gnuradio>
- <https://wiki.gnuradio.org/index.php/Main_Page>
- <https://wiki.gnuradio.org/index.php?title=Tutorials>
- <https://www.gnuradio.org/>
- <https://www.gnuradio.org/blog/2020-09-10-gnu-radio-has-a-new-home/>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Debian apt - gnuradio - 3.10.12.0-1: normalized package name match | Debian stable package indexes: gnuradio from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNU Radio Software Radio Toolkit | https://www.gnuradio.org/
- Debian apt - gnuradio-dev - 3.10.12.0-1: normalized package name match | Debian stable package indexes: gnuradio-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNU Software Defined Radio toolkit development | https://www.gnuradio.org/
- Debian apt - gnuradio-doc - 3.10.12.0-1: normalized package name match | Debian stable package indexes: gnuradio-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNU Software Defined Radio toolkit documentation | https://www.gnuradio.org/
- Debian apt - libgnuradio-analog3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-analog3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio analog functions | https://www.gnuradio.org/
- Debian apt - libgnuradio-audio3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-audio3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio audio functions | https://www.gnuradio.org/
- Debian apt - libgnuradio-blocks3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-blocks3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio blocks functions | https://www.gnuradio.org/
- Debian apt - libgnuradio-channels3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-channels3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio channels functions | https://www.gnuradio.org/
- Debian apt - libgnuradio-digital3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-digital3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio digital communications functions | https://www.gnuradio.org/
- Debian apt - libgnuradio-dtv3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-dtv3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio digital TV signal processing blocks | https://www.gnuradio.org/
- Debian apt - libgnuradio-fec3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-fec3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio forward error correction support | https://www.gnuradio.org/
- Debian apt - libgnuradio-fft3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-fft3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio fast Fourier transform functions | https://www.gnuradio.org/
- Debian apt - libgnuradio-filter3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-filter3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio filter functions | https://www.gnuradio.org/
- Debian apt - libgnuradio-iio3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-iio3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | IIO blocks for GnuRadio | https://www.gnuradio.org/
- Debian apt - libgnuradio-network3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-network3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio network library | https://www.gnuradio.org/
- Debian apt - libgnuradio-pdu3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-pdu3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio streaming protocol library | https://www.gnuradio.org/
- Debian apt - libgnuradio-pmt3.10.12 - 3.10.12.0-1: normalized package name match | Debian stable package indexes: libgnuradio-pmt3.10.12 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | gnuradio pmt container library | https://www.gnuradio.org/


## Combined YAML source

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


## ソース

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