# Installer fq avec Homebrew, apk, apt, MacPorts, Nix, pacman, zypper, scoop

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

## installation

```sh
sudo av install brew:fq
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install fq
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fq
```

  Preuve: MacPorts ports tree: sysutils/fq/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add fq
```

  Preuve: Alpine Linux edge package indexes: fq from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install fq
```

  Preuve: Debian stable package indexes: fq from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#fq
```

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

- pacman (92%):

```sh
sudo pacman -S fq
```

  Preuve: Arch Linux sync databases: fq from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install fq
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/fq
```

  Preuve: Scoop official bucket manifest trees: bucket/fq.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:fq
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.13.12
- **Résumé source:** Brokered message queue optimized for performance
- **Page d'accueil:** <https://github.com/circonus-labs/fq>
- **Dépôt:** <https://github.com/circonus-labs/fq>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- fq-proxy (alias)
- fq-receiver (alias)
- fq-sender (alias)
- fq_rcvr (alias)
- fq_sndr (alias)
- fqc (alias)
- fqd (alias)
- fqs (alias)
- fqtool (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

fq is a brokered publish-subscribe message queue written around the fqd daemon. The official README describes it as performance-oriented and not designed, at least at the time of that text, for very large numbers of connected clients.

### Historique du projet

The GitHub history for the official repository goes back to 2012, and the project later accumulated tagged releases including the 0.10, 0.11, 0.12, and 0.13 series. The current repository is under circonus-labs and is described by GitHub as a fast brokered C message queue that gets out of the way.

The design is built around fqd as broker, exchanges, route programs, queues, and paired TCP client connections. The README documents memory and disk queue types, block/drop policies, public/private queues, persistent or transient queues, HTTP status and submission endpoints, and a SQLite-backed fqd store for peer configuration.

### Historique d'adoption

Official documentation lists multiple client surfaces: the C client library, Java client, Node.js package, Go client, and a submission-only HTTP /submit API. This suggests fq was intended for service integration rather than only manual CLI use.

### Modes d'utilisation

Operators run fqd as the broker, configure peers in its SQLite store, and connect clients using queue names, exchange names, route strings, and route programs. The protocol documentation specifies paired command/data TCP sockets, plain auth, bind/unbind/status commands, heartbeat handling, peer mode, and the message frame layout.

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

fq is package-interesting because it is a C broker with many installed tools, a custom binary protocol, optional HTTP superposition, and dependencies such as libuuid, sqlite3, jlog, and optional libbcd. It sits in the same packaging neighborhood as daemons and queue systems where build flags, service files, runtime directories, and client libraries matter.

### Chronologie

- 2012: Earliest commit visible through the official GitHub API.
- 2017: v0.10.1 tag points to a January 2017 commit.
- 2019: v0.11.0 and v0.12.0 tags point to 2019 commits.
- 2020: v0.13.0 tag points to a January 2020 commit.
- 2024: v0.13.12 tag points to a December 2024 commit.
- 2025: The official repository was still receiving updates, with GitHub reporting a 2025 push date.

### Related projects

- The README names jlog as a required dependency and libbcd as an optional crash-tracing dependency. It also points to C, Java, Node.js, and Go clients, plus fqd as the broker process that clients and peers connect to.

### Sources

- <https://api.github.com/repos/circonus-labs/fq>
- <https://api.github.com/repos/circonus-labs/fq/commits?per_page=1&page=436>
- <https://api.github.com/repos/circonus-labs/fq/tags?per_page=30>
- <https://raw.githubusercontent.com/circonus-labs/fq/master/README.md>
- <https://raw.githubusercontent.com/circonus-labs/fq/master/docs/fq_protocol.md>


## 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 - fq - 0.9.0-2: normalized package name match | Debian stable package indexes: fq from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | jq for binary formats (program) | https://github.com/wader/fq
- Nix - fq: normalized package name match | nixpkgs package indexes: pkgs/by-name/fq/fq/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - fq - 0.9.0-2: normalized package name match | Ubuntu 24.04 LTS package indexes: fq from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | jq for binary formats (program) | https://github.com/wader/fq
- apk - fq - 0.17.0-r1: normalized package name match | Alpine Linux edge package indexes: fq from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Tool, language and decoders for inspecting binary data | https://github.com/wader/fq
- pacman - fq - 0.17.0-1: normalized package name match | Arch Linux sync databases: fq from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Tool, language and decoders for inspecting binary data | https://github.com/wader/fq
- zypper - fq - 0.17.0-1.6: normalized package name match | openSUSE Tumbleweed package metadata: fq from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | CLI tool and REPL for working with binary data inspired by jq | https://github.com/wader/fq
- MacPorts - fq: normalized package name match | MacPorts ports tree: sysutils/fq/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/fq: normalized package name match | Scoop official bucket manifest trees: bucket/fq.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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