# Installer gnuradio avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gnuradio
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gnuradio
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:gnuradio
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.10.12.0
- **Résumé source:** SDK for signal processing blocks to implement software radios
- **Page d'accueil:** <https://www.gnuradio.org/>
- **Dépôt:** <https://github.com/gnuradio/gnuradio>
- **Dernière mise à jour:** 2026-08-02T20:52:08+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gnuradio-companion (alias)
- gnuradio-config-info (alias)
- gr_filter_design (alias)
- gr_modtool (alias)
- gr_plot (alias)
- gr_plot_const (alias)
- gr_plot_fft (alias)
- gr_plot_iq (alias)
- gr_plot_psd (alias)
- gr_plot_qt (alias)
- gr_read_file_metadata (alias)
- grcc (alias)
- polar_channel_construction (alias)
- uhd_fft (alias)
- uhd_rx_cfile (alias)
- uhd_rx_nogui (alias)
- uhd_siggen (alias)
- uhd_siggen_gui (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.10.12.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

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

## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
