Article · Wikipedia archive · Last revised May 31, 2026

PM2 (software)

PM2 is a process manager for the JavaScript runtime Node.js.

Last revised
May 31, 2026
Read time
≈ 1 min
Length
131 w
Citations
2
Source
pm2
Original authorAlexandre Strzelewicz
Initial release27 June 2013 (2013-06-27)1
Stable release
5.3.1 / 20 January 2024 (2024-01-20)2
Written inJavaScript
PlatformLinux/Unix/Windows
LicenceAGPLv3
Websitegithub.com/Unitech/pm2
Repository

PM2 is a process manager for the JavaScript runtime Node.js.

Overview

PM2 or Process Manager 2, is an Open Source, production ready Node.js process manager. Some key features of PM2 are automatic application load balancing, declarative application configuration, deployment system and monitoring.

Started in 2013 by Alexandre Strzelewicz. The code source is hosted on GitHub and installable via npm.

References

References

Further reading

Further reading

External links