# Install fq with Homebrew, apk, apt, MacPorts, Nix, pacman, scoop, zypper

Brokered message queue optimized for performance. Version 0.13.12 via Homebrew; verified from local package data.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install fq
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fq
```

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

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

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

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

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

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

### Windows

- Scoop (92%):

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

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

## Package facts

- **Package key:** brew:fq
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/fq>
- **Version:** 0.13.12
- **Source summary:** Brokered message queue optimized for performance
- **Homepage:** <https://github.com/circonus-labs/fq>
- **Repository:** <https://github.com/circonus-labs/fq>
- **Upstream docs:** <https://github.com/circonus-labs/fq#readme>
- **License:** MIT
- **Source archive:** <https://github.com/circonus-labs/fq/archive/refs/tags/v0.13.12.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

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

## Dependencies

- concurrencykit
- jlog

## Uses from macOS

- sqlite

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.13.12
- Local data: ok
- Upstream repository: https://github.com/circonus-labs/fq
- Upstream latest detected: v0.13.12 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

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

## Other Package-Manager Records

- 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-r0: 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.3: normalized package name match | openSUSE Tumbleweed package metadata: fq from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-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


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [jlog](https://www.automicvault.com/pkg/brew/jlog/) - Runtime dependency declared by Homebrew.
- [nsq](https://www.automicvault.com/pkg/brew/nsq/) - Shares av.db curated category or tags: cli, data, message-queue, messaging.
- [kaf](https://www.automicvault.com/pkg/brew/kaf/) - Shares av.db curated category or tags: cli, data, messaging.
- [kaskade](https://www.automicvault.com/pkg/brew/kaskade/) - Shares av.db curated category or tags: cli, data, messaging.
- [kcat](https://www.automicvault.com/pkg/brew/kcat/) - Shares av.db curated category or tags: cli, data, messaging.
- [lcm](https://www.automicvault.com/pkg/brew/lcm/) - Shares av.db curated category or tags: cli, data, messaging.
- [openmama](https://www.automicvault.com/pkg/brew/openmama/) - Shares av.db curated category or tags: cli, data, messaging.
- [dexter](https://www.automicvault.com/pkg/brew/dexter/) - Shares av.db curated category or tags: cli, data, performance.

## Combined YAML source

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