Pueue: A Robust Command-Line Tool for Managing Shell Commands

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Pueue: A Robust Command-Line Tool for Managing Shell Commands

Summary

Pueue is an efficient command-line task management tool designed for sequential and parallel execution of long-running shell commands. It operates as a daemon, ensuring tasks continue processing even after you log out, and offers features like flexible scheduling, task grouping, and easy output inspection. Built with Rust, Pueue provides a reliable and cross-platform solution for personal task automation.

Repository Information

Analyzed by OSRepos on December 23, 2025

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Pueue is a powerful and user-friendly command-line task management tool written in Rust, designed to streamline the execution of your shell commands. It acts as a queue manager, allowing you to add, schedule, and manage long-running tasks efficiently, whether they need to run sequentially or in parallel.

A key feature of Pueue is its daemon-based operation. This means that once a task is added to the queue, it will continue to be processed in the background, even if you close your terminal or disconnect from an SSH session. This ensures uninterrupted execution of your workflows. Pueue is considered feature-complete and offers cross-platform support for Linux, macOS, and Windows.

Pueue in action

Installation

Pueue offers several convenient ways to get started. The preferred method is often through your system's package manager, which typically handles service files and shell completions automatically.

Alternatively, you can download prebuilt binaries for Linux, macOS, and Windows directly from the Pueue Releases page.

For Rust developers, installation via Cargo is straightforward:

cargo install --locked pueue

You can also build Pueue from source by cloning the repository and using Cargo. For detailed instructions on all installation methods, please refer to the official Installation Guide.

Examples

Using Pueue is intuitive. To add a command to your queue, simply use pueue add:

pueue add 'long_running_script.sh --option value'

You can check the status of your tasks and the queue at any time with:

pueue status

To follow the real-time output of a running task, similar to tail -f, use the follow subcommand:

pueue follow <task_id>

Pueue provides a wide range of commands for managing tasks, including start, pause, kill, edit, and group. For a comprehensive guide on how to leverage all of Pueue's features, visit the Get started with Pueue wiki page.

Why Use Pueue?

Pueue excels as a personal task management assistant, particularly for users who frequently run long or resource-intensive commands. Its daemon architecture frees you from needing an active terminal session, making it ideal for compiling large projects, running data processing scripts, or performing backups.

Compared to terminal multiplexers, Pueue offers distinct advantages by providing a centralized, persistent queue system with robust features like task scheduling, dependency management, and crash recovery. It ensures consistency by saving the queue to disk, so your tasks survive system crashes.

It's important to note what Pueue is not: it's not designed as a heavy-duty, programmable, or distributed task scheduler for multi-user environments. Its focus remains on human interaction and simplicity for a single user, making it an excellent tool for personal productivity and managing your daily command-line workflows.

Links

Related repositories

Similar repositories that may be relevant next.

Start-Technologies: Monorepo for StartOS and Self-Hosting Solutions

Start-Technologies: Monorepo for StartOS and Self-Hosting Solutions

August 13, 2026

Start-Technologies is the comprehensive monorepo by Start9Labs, featuring StartOS as its flagship product. This open-source Linux distribution enables users to run personal servers, facilitating the self-hosting of various services for enhanced data ownership and privacy. It integrates a robust Rust backend, an Angular frontend, and a unique diff-based database for reactive state synchronization.

open-sourceself-hostingpersonal-server
Cortex-Mem: A Production-Ready Memory Framework for Autonomous AI Systems

Cortex-Mem: A Production-Ready Memory Framework for Autonomous AI Systems

August 12, 2026

Cortex-Mem is a production-ready, AI-native memory framework built in Rust, providing intelligent long-term memory for autonomous systems. It features a hierarchical three-tier memory architecture for efficient information management, from extraction and search to automated optimization. This framework empowers AI agents to remember, learn, and personalize interactions across sessions, transforming stateless AI into context-aware partners.

RustAImemory-management
CubeSandbox: Instant, Concurrent, and Secure Sandbox for AI Agents

CubeSandbox: Instant, Concurrent, and Secure Sandbox for AI Agents

August 9, 2026

CubeSandbox, developed by TencentCloud, is a high-performance, secure sandbox service built on RustVMM and KVM, designed specifically for AI agents. It offers ultra-fast startup times, hardware-level isolation, and high-density deployment, making it ideal for scalable and secure agent execution environments. The service is also fully compatible with the E2B SDK for seamless integration.

agentscontainersandbox
StringWars: Benchmarking High-Performance String Processing in Rust and Python

StringWars: Benchmarking High-Performance String Processing in Rust and Python

July 21, 2026

StringWars is a comprehensive GitHub repository dedicated to benchmarking performance-oriented string processing libraries in Rust and Python. It meticulously compares various operations, including substring search, hashing, and edit distances, across both CPUs and GPUs. This project serves as an invaluable resource for developers seeking to identify the fastest and most efficient solutions for critical string manipulation tasks, particularly those leveraging modern SIMD instructions and GPU acceleration.

benchmarkstring-processingRust

Source repository

Open the original repository on GitHub.

17 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️