Ross ROSS = Recommend OSS · open-source software intelligence for agents

Unitech/pm2

Node.js/Bun Production Process Manager with a built-in Load Balancer. observed · 2026-08-28

github.com/Unitech/pm2 · homepage · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 16.0
  • age_days: 4852
  • days_rel: 9
  • days_push: 9
  • n_releases_24m: 15

Full methodology

Adoption not part of the score

43280 stars · 2722 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

PM2 is a production process manager for Node.js and Bun applications with a built-in load balancer and cluster mode. It daemonizes applications, keeps them alive forever, enables zero-downtime reloads, and provides CLI-based monitoring, log management, and startup script generation.

Use cases

  • keep my node app running forever in production
  • restart node.js application automatically when it crashes
  • zero downtime deployment reload for node app
  • scale node.js server across all cpu cores
  • run a python script as a background daemon
  • auto restart app when files change
  • generate startup script so processes survive reboot
  • view and manage logs of running processes

When to choose

  • you run Node.js or Bun applications in production and need daemonization, auto-restart, and clustering
  • you want zero-downtime reloads and a built-in load balancer without extra infrastructure
  • you need a single CLI to manage multiple heterogeneous processes (Node, Python, binaries) with logs and monitoring
  • you want processes to persist across machine reboots via generated init scripts

When to avoid

  • you run containers under Kubernetes or systemd, which already handle process supervision and restarts
  • you need distributed multi-host orchestration rather than single-machine process management
  • you want deep application performance profiling and alerting, which requires the paid pm2.io tiers

Facets

cli-tool · maturity stable

monitoring deployment developer-tools cli workflow-automation logging backend developer-tools self-hosted windows cli cross-platform process-manager daemon load-balancer zero-downtime-reload bun cluster-mode startup-scripts log-management devops command-line nodejs linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
Unitech/pm2main99

For agents

markdown · JSON · MCP: product_card(name="Unitech/pm2")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem