# Installer libbladerf avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:libbladerf
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install libbladerf
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#libbladeRF
```

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

## Faits du paquet

- **Clé du paquet:** brew:libbladerf
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/libbladerf>
- **Version:** 2025.10
- **Résumé source:** USB 3.0 Superspeed Software Defined Radio Source
- **Page d'accueil:** <https://nuand.com/>
- **Dépôt:** <https://github.com/Nuand/bladeRF>
- **Docs amont:** <https://nuand.com/libbladeRF-doc>
- **Licence:** GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
- **Archive source:** <https://github.com/Nuand/bladeRF.git>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- bladeRF-cli (cli)
- bladeRF-fsk (cli)
- bladeRF-power (cli)
- bladeRF-update (cli)
- bladeRF-cli (alias)
- bladeRF-fsk (alias)
- bladeRF-power (alias)
- bladeRF-update (alias)

## Dépendances

- libusb
- ncurses

## Dépendances de compilation

- cmake
- pkgconf

## Bibliothèques fournies par macOS

- curl
- libedit

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 2025.10
- données locales: OK
- dépôt amont: https://github.com/Nuand/bladeRF
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

libbladeRF is the host library and tool suite for Nuand's bladeRF software-defined radio hardware. The upstream repository combines host-side C libraries and utilities, Cypress FX3 firmware, FPGA HDL, drivers, samples, and supporting documentation.

### Historique du projet

Nuand built bladeRF as an open source USB 3.0 software-defined radio platform, with the project repository carrying the host software, firmware, FPGA sources, and utilities needed to program and operate the boards. The README's quick start leads users from cloning the repository to installing libbladeRF and running `bladeRF-cli` against attached hardware.

The release history shows the host library evolving with the hardware. The 2016.06 release added clock and synchronization features, the 2018.08 line introduced libbladeRF v2.0 and bladeRF 2.0 Micro support, and later releases added packet mode, Wishbone-related features, 8-bit format mode, and continued FPGA/firmware updates.

### Historique d'adoption

libbladeRF is adopted primarily by SDR users who own bladeRF hardware, rather than by general networking software. Its package-manager presence matters because installing the host tools on macOS or Linux gives users `bladeRF-cli`, firmware update commands, and a C API without building the whole hardware support stack by hand.

### Modes d'utilisation

Users run `bladeRF-cli` to probe devices, inspect versions, load FPGA images, update firmware, configure RF parameters, and stream samples. Developers use libbladeRF as the host API for receive/transmit streaming and device control, while the repository also includes MATLAB, Simulink, Python, firmware, and FPGA pieces.

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

This is a hardware package wearing a Unix package's clothes. It has shared-library ABI concerns, command-line tools, firmware images, FPGA bitstreams, USB access, and calibration workflows, so it is exactly the kind of formula where package maintainers must respect both software dependencies and physical-device behavior.

### Chronologie

- 2016: Release 2016.06 adds SMB clock control, synchronization trigger support, XB-300 support, and related firmware changes.
- 2018: Release 2018.08 introduces libbladeRF v2.0 and bladeRF 2.0 Micro support.
- 2020: Release 2020.12 adds packet mode support across libbladeRF, FX3 firmware, and FPGA logic.
- 2021: Release 2021.10 adds Wishbone master core support and bladeRF 2.0 micro xA5 support.
- 2023: Release 2023.02 adds 8-bit format mode and AD936x overclocking support.
- 2025: Nuand's 2025.10 release post describes throughput, stability, and streaming upgrades for bladeRF 2.0 micro.

### Related projects

- bladeRF-cli, bladeRF-fsk, bladeRF-wiphy, GNU Radio-style SDR workflows, FPGA images, FX3 firmware, MATLAB and Python bindings, and out-of-tree radio cores are the closest ecosystem pieces.

### Sources

- <https://github.com/Nuand/bladeRF>
- <https://raw.githubusercontent.com/Nuand/bladeRF/master/CHANGELOG>
- <https://raw.githubusercontent.com/Nuand/bladeRF/master/README.md>
- <https://www.nuand.com/>
- <https://www.nuand.com/2025-10-release/>
- <https://www.nuand.com/bladerf-fsk-modem-update/>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libbladerf
- **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

- Nix - libbladeRF: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libbladeRF/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 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.
- [Homebrew utility packages](https://www.automicvault.com/fr/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [ncurses](https://www.automicvault.com/fr/pkg/brew/ncurses/) - Runtime dependency declared by Homebrew.
- [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.
- [dump1090-fa](https://www.automicvault.com/fr/pkg/brew/dump1090-fa/) - Popular package that depends on this formula.
- [readsb](https://www.automicvault.com/fr/pkg/brew/readsb/) - Shares av.db curated category or tags: cli, networking, radio, sdr.
- [rtl_433](https://www.automicvault.com/fr/pkg/brew/rtl-433/) - Shares av.db curated category or tags: cli, networking, radio, sdr.
- [soapyremote](https://www.automicvault.com/fr/pkg/brew/soapyremote/) - Shares av.db curated category or tags: cli, networking, radio, sdr.
- [adns](https://www.automicvault.com/fr/pkg/brew/adns/) - Shares av.db curated category or tags: cli, library, networking.
- [c-ares](https://www.automicvault.com/fr/pkg/brew/c-ares/) - Shares av.db curated category or tags: cli, library, networking.
- [curl](https://www.automicvault.com/fr/pkg/brew/curl/) - Shares av.db curated category or tags: cli, library, networking.
- [czmq](https://www.automicvault.com/fr/pkg/brew/czmq/) - Shares av.db curated category or tags: cli, library, networking.

## Combined YAML source

View the package source record on GitHub. [combined/libbladerf.yml](https://github.com/automic-vault/db/blob/main/combined/libbladerf.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
