macOS
brew install nqlocal Homebrew formula metadata
sudo port install nqMacPorts ports tree · sysutils/nq/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de nq pour les workflows d'agents IA.
installation
brew install nqlocal Homebrew formula metadata
sudo port install nqMacPorts ports tree · sysutils/nq/Portfile · Source: api.github.com
sudo apk add nqAlpine Linux edge package indexes · nq · Source: dl-cdn.alpinelinux.org
sudo apt install nqDebian stable package indexes · nq · Source: deb.debian.org
sudo dnf install nqFedora Rawhide package metadata · nq · Source: dl.fedoraproject.org
nix profile install nixpkgs#nqnixpkgs package indexes · pkgs/by-name/nq/nq/package.nix · Source: api.github.com
aperçu
Unix command-line queue utility
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
nq | cli | exécutable global | |
nqtail | cli | exécutable global | |
nqterm | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/leahneukirchen/nq
métadonnées d'installation
| Clé du paquet | brew:nq |
|---|---|
| Version | 1.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/nq |
| Page d'accueil | https://github.com/leahneukirchen/nq |
| Dépôt | https://github.com/leahneukirchen/nq |
| Docs amont | https://github.com/leahneukirchen/nq#readme |
| Licence | CC0-1.0 |
| Archive source | https://github.com/leahneukirchen/nq/archive/refs/tags/v1.0.tar.gz |
| Bouteille | disponible (sur arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 nqpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.