macOS
brew install nqlocal Homebrew formula metadata
sudo port install nqMacPorts ports tree · sysutils/nq/Portfile · ソース: api.github.com
brew
nq のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install nqlocal Homebrew formula metadata
sudo port install nqMacPorts ports tree · sysutils/nq/Portfile · ソース: api.github.com
sudo apk add nqAlpine Linux edge package indexes · nq · ソース: dl-cdn.alpinelinux.org
sudo dnf install nqFedora Rawhide package metadata · nq · ソース: dl.fedoraproject.org
nix profile install nixpkgs#nqnixpkgs package indexes · pkgs/by-name/nq/nq/package.nix · ソース: api.github.com
概要
Unix command-line queue utility
履歴
nq is a tiny Unix command-line queue utility by Leah Neukirchen. Its GitHub repository was created on 2015-07-31, and its first listed tag, v0.1, points to a commit dated 2015-08-28.
The README positions nq as a set of small utilities for lightweight job queues with no setup, maintenance, supervision, or long-running daemon. It depends on POSIX.1-2008 behavior plus flock(2), and the README records testing across Linux, OpenBSD, FreeBSD, NetBSD, Mac OS X, and SmartOS.
The design is deliberately Unixy: jobs are represented by timestamp/PID log files, ordering is enforced with file locks, output is redirected to the job file, and environment variable NQDIR can move queues out of the current directory. The v1.0 tag points to a 2024-07-03 commit that renamed fq to nqtail and tq to nqterm because another fq project created packaging conflicts.
nq has more mindshare than its tiny code size suggests. The GitHub metadata consulted for this batch reported about 3.1k stars and 70 forks, and the input record shows packages across Alpine, Homebrew, Debian, Fedora/DNF, MacPorts, Nix, and Ubuntu.
Homebrew analytics reported only 52 installs over its 365-day window, so Homebrew is not the best measure of its audience. Its broader adoption signal is distro packaging and repeated mentions in command-line communities as a no-daemon alternative to heavier queue systems or ad hoc nohup chains.
Practical use is simple: prefix a long-running command with nq, get a job id, and let it run in the background in queue order. Users inspect output with nqtail, wait with nq -w, test pending jobs with nq -t, kill by PID-like filename conventions, and set NQDIR when they want named queues.
Package nerds like nq because it solves a real shell annoyance without a service, config file, database, or scheduler. It is especially handy for serializing downloads, builds, benchmark runs, or one-off maintenance commands on machines where installing and supervising a queue daemon would be silly.
nq is significant as a minimal Unix tool: it uses filesystem locks and process semantics instead of owning an infrastructure layer. That makes it attractive to users who prefer composable command-line primitives.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
nq | cli | グローバル実行可能ファイル | |
nqtail | cli | グローバル実行可能ファイル | |
nqterm | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/leahneukirchen/nq
インストールメタデータ
| パッケージキー | brew:nq |
|---|---|
| バージョン | 1.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/nq |
| ホームページ | https://github.com/leahneukirchen/nq |
| リポジトリ | https://github.com/leahneukirchen/nq |
| 上流ドキュメント | https://github.com/leahneukirchen/nq#readme |
| ライセンス | CC0-1.0 |
| ソースアーカイブ | https://github.com/leahneukirchen/nq/archive/refs/tags/v1.0.tar.gz |
| Bottle | 利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | nq |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
nq 1.0-0.2
Lightweight queue system
https://git.vuxu.org/nq/about/
sudo apt install nqnq
nix profile install nixpkgs#nqnq 0.3.1-4
Lightweight queue system
https://git.vuxu.org/nq/about/
sudo apt install nqnq 1.0-r2
Unix command line queue utility
https://github.com/leahneukirchen/nq
sudo apk add nqnq-doc 1.0-r2
Unix command line queue utility (documentation)
https://github.com/leahneukirchen/nq
sudo apk add nq-docnq 1.0-5.fc44
Unix command line queue utility
https://github.com/leahneukirchen/nq
sudo dnf install nqnq
sudo port install nqソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.