# Nukesor/pueue

:stars: Manage your shell commands.

Repository: https://github.com/Nukesor/pueue
Canonical: https://ross.abutalabs.com/products/pueue
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: daemon, shell-queue, command-line-tool, queue-tasks, queue-manager, rust, command-line, hacktoberfest
Last push: 2026-08-16T15:44:10+00:00

## Health v2 (maintenance only)
Score: 89/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 72, longevity 100
- inputs: {"age_days": 4016, "days_push": 17, "days_rel": 184, "gap_med": 10.0, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6300, forks 160 (observed 2026-08-28T04:09:41.543396+00:00)

## What it is
Pueue is a command-line task management tool for queuing and executing long-running shell commands sequentially or in parallel. A background daemon processes the queue independently of terminal sessions, with scheduling, dependencies, task groups, and crash-safe persistence.

## Use cases
- queue long-running shell commands in the background
- run tasks in parallel with a configurable concurrency limit
- schedule shell commands to run at a specific time
- keep tasks running after closing an ssh session
- manage multiple task queues with dependencies between tasks
- pause and resume background tasks from any terminal

## When to choose
- you need a persistent task queue that survives terminal disconnects and system crashes
- you want to serialize or parallelize long-running shell commands from the CLI
- you need scheduled or dependent shell task execution on a single machine

## When to avoid
- you need distributed task execution across multiple machines
- you need a full workflow orchestration engine with complex DAGs and a web UI
- you only need a simple cron replacement for recurring jobs

## Facets
- artifact type: cli-tool
- maturity: stable
- function: cli, scheduling, workflow-automation, concurrency
- domain: developer-tools
- platform: windows, rust, cli
- tags: task-queue, daemon, shell-commands, background-tasks, task-scheduler, command-line, automation, linux, macos

## Member repositories
- Nukesor/pueue (main) score 89

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:41.543396+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:46:15.556090+00:00, confidence not recorded.
  - readme: https://github.com/Nukesor/pueue (fetched 2026-08-28T04:09:41.543396+00:00, sha 84cc0be6c7c4)
  - registry_crates: https://crates.io/api/v1/crates/pueue (fetched 2026-08-29T08:42:45.368727+00:00, sha f21e6c3f0937)
- Data as of 2026-08-30T08:39:29.467469+00:00.
