Ross ROSS = Recommend OSS · open-source software intelligence for agents

leahneukirchen/nq

Unix command line queue utility observed · 2026-08-28

github.com/leahneukirchen/nq · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

54/100

  • Activity 49
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4051
  • days_rel: n/a
  • days_push: 311
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3127 stars · 69 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

nq is a set of tiny Unix command-line utilities for creating lightweight, ad-hoc job queues with no daemons, setup, or supervision. It enforces strict job ordering using flock(2) on timestamped log files, running entirely on the filesystem level.

Use cases

  • queue shell commands to run one at a time without a daemon
  • run make targets sequentially in the background
  • create a simple download queue shared across terminals
  • use as a glorified nohup for long-running jobs
  • run benchmarks in several configurations sequentially
  • check job status and wait for queued jobs to finish

When to choose

  • you need a zero-setup, single-machine job queue
  • you want strict FIFO execution order without a long-running scheduler
  • you prefer simple POSIX-compliant Unix tools over heavyweight queue systems
  • you need ad-hoc background job execution with per-job log files

When to avoid

  • you need a distributed or multi-machine queue
  • you require job priorities, retries, or complex scheduling
  • you need a web UI or REST API for job management
  • you have very high job volumes, since operations scale quadratically with lock files

Facets

cli-tool · maturity stable

cli scheduling workflow-automation developer-tools developer-tools bsd cli cross-platform job-queue posix flock no-daemon batch-processing unix-utilities command-line automation linux macos

1 source

Member repositories

RepositoryRoleHealth v2
leahneukirchen/nqmain54

For agents

markdown · JSON · MCP: product_card(name="leahneukirchen/nq")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem