foreman

Manage and run Procfile-based applications locally

brewmacoslinux
Try with needOr install directly
Source

About

Manage Procfile-based applications

Commands

foreman

Examples

Start all processes defined in Procfile$ foreman start
Run a specific process from Procfile$ foreman start web
Export Procfile to systemd service files$ foreman export systemd /etc/systemd/system -a myapp -u appuser