matsune/pman — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2018-10-08
Automatically restart a crashed background service without manual intervention
Manage multiple local development services from one command-line tool
Supervise server processes as a lighter alternative to Supervisor
Write a custom client that talks to the pman daemon over gRPC
| matsune/pman | bigattichouse/packed-twin-inference | commonmugger/steam-controller-remapper | |
|---|---|---|---|
| Stars | 12 | 12 | 12 |
| Language | C++ | C++ | C++ |
| Last pushed | 2018-10-08 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 2/5 | — | 3/5 |
| Audience | ops devops | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires writing a configuration file and running a background daemon before managing processes.
Pman is a tool that starts, stops, and monitors other programs on Mac or Linux machines. Think of it as a caretaker for your background processes, it can automatically restart them if they crash, keep track of whether they're running, and let you control them all from the command line. The way it works is pretty straightforward. You write a configuration file that lists all the programs you want pman to manage, along with details like what command to run, where to send their output logs, and whether to restart them automatically if they fail. When you start the pman daemon (the background service), it reads that config and takes over managing those programs. Then you use simple commands like pman start sample or pman stop all to control them. The daemon keeps running in the background, watching your programs and restarting them if they crash, depending on how you've configured it. Under the hood, pman uses a technology called gRPC to communicate between the command-line interface you type into and the background daemon that's actually managing the processes. This is a fairly standard way to build tools like this, and it also means you could write your own custom programs in other languages that talk to pman's daemon if you needed to. This kind of tool is useful for anyone running services or background tasks on a server who wants a simple, reliable way to manage them without having to write custom scripts or use more heavyweight solutions. A developer running multiple services locally, a DevOps person managing server processes, or anyone who's tired of manually restarting crashed programs would find this helpful. The README notes that it was inspired by Supervisor, a similar and more established tool, so if you're already familiar with that ecosystem, pman will feel familiar.
A process manager that starts, stops, monitors, and auto-restarts background programs on Mac or Linux via a config file and CLI.
Mainly C++. The stack also includes C++, gRPC.
Dormant — no commits in 2+ years (last push 2018-10-08).
No license information was found in the explanation.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
double-check against the repo, no cap.