Automic VaultAutomic Vault

brew

nq mit Homebrew, apk, apt, dnf, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für nq in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install nq

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install nq

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

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add nq

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

Debian aptverifiziert · 92%
sudo apt install nq

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

Fedora dnfverifiziert · 92%
sudo dnf install nq

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

Nixverifiziert · 92%
nix profile install nixpkgs#nq

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

Überblick

Paketzusammenfassung

Unix command-line queue utility

Befehle und Aliase

  • nq
  • nqtail
  • nqterm

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 10 Plattformziele verfügbar.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
nqcliglobales Executable
nqtailcliglobales Executable
nqtermcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-26
Manager-Version1.0
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv1.0

https://github.com/leahneukirchen/nq

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:nq
Version1.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/nq
Homepagehttps://github.com/leahneukirchen/nq
Repositoryhttps://github.com/leahneukirchen/nq
Upstream-Dokumentationhttps://github.com/leahneukirchen/nq#readme
LizenzCC0-1.0
Quellarchivhttps://github.com/leahneukirchen/nq/archive/refs/tags/v1.0.tar.gz
Bottleverfügbar (auf arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Combined YAML source

View the package source record on GitHub.

combined/nq.yml

Verwendete Quellen

  • 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