Alternatives to Pueue
A command-line task manager that queues shell commands and runs them in the background. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Pueue
A command-line task manager that queues shell commands and runs them in the background.
Replacements
Listings that take over the same core job as Pueue.
GNU Parallel
A command-line utility that runs shell commands and scripts in parallel across CPU cores or machines.
GNU Parallel runs shell commands in parallel across cores or several machines as a drop-in for xargs, but it does not keep a persistent background queue.
Dagu
A self-hosted workflow orchestrator that runs scripts, SSH commands and containers from declarative YAML files.
Dagu is a self-hosted orchestrator that runs scripts and commands in ordered YAML workflows with a web interface, adding more setup than a local queue.
Similar software
Related functionality, not a direct replacement.
Cronie
The standard UNIX cron daemon, crond, for running programs at scheduled times on Linux.
Supercronic
A crontab-compatible job runner built to run scheduled jobs inside containers.
Cronicle
A self-hosted, distributed task scheduler and runner with a web interface.
webhook
A lightweight server that runs shell commands when incoming HTTP webhooks match configured hooks.
Rundeck
A self-hosted runbook automation server that lets chosen users run existing scripts, tools and jobs.
Task
Run repeatable project tasks with a cross-platform build tool.