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

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.