awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to coreybutler/node-linux

Open-source alternatives to Node Linux

14 open-source projects similar to coreybutler/node-linux, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Node Linux alternative.

  • adamcooke/procodileadamcooke avatar

    adamcooke/procodile

    612View on GitHub↗

    🐊 Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)

    Ruby
    View on GitHub↗612
  • bluepill-rb/bluepillbluepill-rb avatar

    bluepill-rb/bluepill

    417View on GitHub↗

    simple process monitoring tool

    Ruby
    View on GitHub↗417
  • branneman/current-processesbranneman avatar

    branneman/current-processes

    96View on GitHub↗

    Node.js library to get a snapshot of the currently running processes, OS-agnostic. Needs root/Admin permissions.

    JavaScript
    View on GitHub↗96
  • coreybutler/node-maccoreybutler avatar

    coreybutler/node-mac

    541View on GitHub↗

    Node utilities for Mac

    JavaScript
    View on GitHub↗541
  • coreybutler/node-windowscoreybutler avatar

    coreybutler/node-windows

    2,931View on GitHub↗

    Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).

    JavaScriptbackgrounddaemonnode-windows
    View on GitHub↗2,931
  • ddollar/foremanddollar avatar

    ddollar/foreman

    6,153View on GitHub↗

    Manage Procfile-based applications

    Ruby
    View on GitHub↗6,153

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • foreversd/foreverforeversd avatar

    foreversd/forever

    13,843View on GitHub↗

    Forever is a process manager and command-line utility designed to run scripts continuously. It functions as a process watchdog that monitors background tasks and automatically restarts them upon failure to ensure continuous operation. The system provides a log streaming tool to capture and monitor the standard output and error streams of managed scripts in real time. It also includes development hot reloading, which triggers a process restart whenever modifications are detected in source files or specified directories. The tool covers a broad range of orchestration capabilities, including pr

    JavaScript
    View on GitHub↗13,843
  • kostya/eyekostya avatar

    kostya/eye

    1,191View on GitHub↗

    Process monitoring tool. Inspired from Bluepill and God.

    Ruby
    View on GitHub↗1,191
  • lbeder/health-monitor-railslbeder avatar

    lbeder/health-monitor-rails

    219View on GitHub↗

    A Rails plugin which provides a health checking and monitoring API of various services and application aspects.

    Ruby
    View on GitHub↗219
  • mojombo/godmojombo avatar

    mojombo/god

    2,217View on GitHub↗

    Ruby process monitor

    Ruby
    View on GitHub↗2,217
  • petruisfan/node-supervisorpetruisfan avatar

    petruisfan/node-supervisor

    3,728View on GitHub↗

    node-supervisor is a process supervisor and manager for Node.js applications. It provides automated lifecycle management and crash recovery by executing programs and monitoring their status to ensure continuous availability. The utility implements a hot-reloading workflow by monitoring the filesystem for source code modifications. When changes are detected, the supervisor terminates the existing process and triggers an immediate restart to apply updates. The tool covers process control capabilities including the spawning of external executables, signal-based termination, and the piping of st

    JavaScript
    View on GitHub↗3,728
  • phusion/passengerphusion avatar

    phusion/passenger

    5,084View on GitHub↗

    Passenger is a multitenant web server and dynamic process manager designed to host and manage web applications written in Ruby, Python, and Node.js. It functions as an application server that handles process and resource management, ensuring that multiple independent applications can run on a single server instance. The project distinguishes itself through a flexible deployment model, capable of operating as a self-contained standalone web server or as an integration module for existing high-performance external web servers. It employs a language-agnostic interface to provide polyglot hosting

    C++application-serverappservercloud
    View on GitHub↗5,084
  • remy/nodemonremy avatar

    remy/nodemon

    26,682View 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

    JavaScriptnodenodemonwatch
    View on GitHub↗26,682
  • unitech/pm2Unitech avatar

    Unitech/pm2

    43,214View on GitHub↗

    This project is a Node.js process manager, runtime environment, and production deployment orchestrator. It provides the foundational system components required to run, monitor, and restart applications in the background to ensure continuous service availability. The system distinguishes itself through a built-in load balancer that distributes network traffic across multiple process instances to utilize all available CPU cores. It includes a real-time process monitor with a terminal-based dashboard for tracking server health, CPU and memory usage, and aggregated logs. The tool covers a broad

    JavaScriptcommand-linecommand-line-tooldeploy
    View on GitHub↗43,214