awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Process Managers · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesProcess Managers

Utilities for starting, stopping, and monitoring the lifecycle of background processes and services.

Distinguishing note: Focuses on the management of child processes rather than general system-wide monitoring.

Explore 2 awesome GitHub repositories matching system administration & monitoring · Process Managers. Refine with filters or upvote what's useful.

  1. Home
  2. System Administration & Monitoring
  3. Process Managers

Awesome Process Managers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • kovidgoyal/kitty

    kovidgoyal/kitty

    31,403View on GitHub↗

    Kitty is a high-performance, GPU-accelerated terminal emulator designed to provide a consistent and extensible workspace across different operating systems. It leverages graphics hardware to render text, images, and complex layouts with low latency, while providing a robust environment for demanding command-line workflows. The project distinguishes itself through its integrated workspace management and programmable interface. It functions as a tiling window manager that organizes terminal windows, tabs, and layouts into persistent, keyboard-driven sessions. Users can automate complex workflow

    Controls terminal processes via command-line flags to override settings or detach sessions.

    Pythoncgogolang
    31,403View on GitHub↗
  • remy/nodemon

    remy/nodemon

    26,690View on GitHub↗

    Nodemon is a command-line utility designed to automate development workflows by monitoring file system changes and managing the lifecycle of long-running processes. It functions as a process monitor that tracks directory trees for modifications, automatically terminating and restarting applications to ensure a continuous feedback loop during the coding process. The tool distinguishes itself through its language-agnostic design, which decouples monitoring logic from the target application's runtime. While it provides default support for Node.js, it can execute arbitrary command-line instructio

    Running and monitoring long-lived background tasks across different programming languages without needing to manually stop and start them.

    JavaScriptnodenodemonwatch
    26,690View on GitHub↗