Bite code! • 1467 implied HN points • 22 Dec 25
- Put all your long-running dev commands in one mprocs.yaml and start them all with a single mprocs command so you don't need many terminal tabs.
- mprocs gives a simple TUI to watch process output and status, lets you switch between processes, restart them manually, or enable autorestart when one dies.
- It's a lightweight, minimal tool that supports cwd/env/OS-specific options and pairs nicely with just as a single interface for project commands.