Automic VaultAutomic Vault

brew

Installer nq avec Homebrew, apk, apt, dnf, MacPorts, Nix

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install nq

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install nq

MacPorts ports tree · sysutils/nq/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add nq

Alpine Linux edge package indexes · nq · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install nq

Debian stable package indexes · nq · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install nq

Fedora Rawhide package metadata · nq · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#nq

nixpkgs package indexes · pkgs/by-name/nq/nq/package.nix · Source: api.github.com

aperçu

Résumé du paquet

Unix command-line queue utility

Commandes et alias

  • nq
  • nqtail
  • nqterm

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

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

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.

Chronologie

  • 2015-07-31: GitHub repository leahneukirchen/nq created.
  • 2015-08-28: v0.1 tag commit date.
  • 2024-07-03: v1.0 tag commit renames fq to nqtail and tq to nqterm to avoid packaging conflicts.

Related projects

  • task-spooler
  • nohup
  • flock
  • tmux
  • screen

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 10 plateformes.

Revue recommandée

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

Exécutables installés

CommandeTypeExpositionNote
nqcliexécutable global
nqtailcliexécutable global
nqtermcliexécutable global

fraîcheur

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

page générée2026-07-26
version du gestionnaire1.0
gestionnaire mis à jour
données localesOK
amontà jour
dernière version détectéev1.0

https://github.com/leahneukirchen/nq

  • infoNo package-manager update timestamp was available.confiance faible

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:nq
Version1.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/nq
Page d'accueilhttps://github.com/leahneukirchen/nq
Dépôthttps://github.com/leahneukirchen/nq
Docs amonthttps://github.com/leahneukirchen/nq#readme
LicenceCC0-1.0
Archive sourcehttps://github.com/leahneukirchen/nq/archive/refs/tags/v1.0.tar.gz
Bouteilledisponible (sur arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namenq
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

nq 1.0-0.2

Lightweight queue system

https://git.vuxu.org/nq/about/

sudo apt install nq
  • Section: utils
  • Architecture: amd64
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Nq
Debian stable package indexes · deb.debian.org · Debian stable package indexes: nq from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

nq

nix profile install nixpkgs#nq
  • normalized package name match
  • Correspondance par : Nq
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/nq/nq/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

nq 0.3.1-4

Lightweight queue system

https://git.vuxu.org/nq/about/

sudo apt install nq
  • Section: universe/utils
  • Architecture: amd64
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Nq
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nq from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

nq 1.0-r2

Unix command line queue utility

https://github.com/leahneukirchen/nq

sudo apk add nq
  • License: CC0-1.0
  • Architecture: x86_64
  • Source Package: nq
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Nq
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nq from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

nq-doc 1.0-r2

Unix command line queue utility (documentation)

https://github.com/leahneukirchen/nq

sudo apk add nq-doc
  • License: CC0-1.0
  • Architecture: x86_64
  • Source Package: nq
  • normalized package name match
  • Correspondance par : Nq
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nq-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

nq 1.0-5.fc44

Unix command line queue utility

https://github.com/leahneukirchen/nq

sudo dnf install nq
  • License: CC0-1.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: nq
  • 3 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Nq
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nq from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
MacPorts95%

nq

sudo port install nq
  • normalized package name match
  • Correspondance par : Nq
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/nq/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Combined YAML source

View the package source record on GitHub.

combined/nq.yml

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment