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

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install fq
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fq
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:fq
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/fq>
- **バージョン:** 0.13.12
- **ソース概要:** Brokered message queue optimized for performance
- **ホームページ:** <https://github.com/circonus-labs/fq>
- **リポジトリ:** <https://github.com/circonus-labs/fq>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/circonus-labs/fq/archive/refs/tags/v0.13.12.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- 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 (エイリアス)
- fq-receiver (エイリアス)
- fq-sender (エイリアス)
- fq_rcvr (エイリアス)
- fq_sndr (エイリアス)
- fqc (エイリアス)
- fqd (エイリアス)
- fqs (エイリアス)
- fqtool (エイリアス)

## 依存関係

- concurrencykit
- jlog

## macOS 提供ライブラリ

- sqlite

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.13.12
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/circonus-labs/fq
- 検出された最新: v0.13.12 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

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

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.

### 採用の歴史

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.

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

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

## ソースデータベース詳細

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

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

- 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


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [jlog](https://pkg.so/ja/brew/jlog/) - Runtime dependency declared by Homebrew.
- [dexter](https://pkg.so/ja/brew/dexter/) - Shares pkgdb curated category or tags: cli, data, performance.
- [nsq](https://pkg.so/ja/brew/nsq/) - Shares pkgdb curated category or tags: cli, data, message-queue.
- [sqlite](https://pkg.so/ja/brew/sqlite/) - Shares pkgdb curated category or tags: cli, data.
- [protobuf](https://pkg.so/ja/brew/protobuf/) - Shares pkgdb curated category or tags: cli, data.
- [bzip2](https://pkg.so/ja/brew/bzip2/) - Shares pkgdb curated category or tags: cli, data.
- [redis](https://pkg.so/ja/brew/redis/) - Shares pkgdb curated category or tags: cli, data.
- [gdbm](https://pkg.so/ja/brew/gdbm/) - Shares pkgdb curated category or tags: cli, data.
- [cql-proxy](https://pkg.so/ja/brew/cql-proxy/) - Local package facts share a topical domain. Shared terms: cli, data, proxy.

## Combined YAML source

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


## ソース

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