![Screenshot 2024-11-11 at 11 33 37](https://private-user-images.githubusercontent.com/3522323/385092323-738e3830-e9d3-406a-9044-8b3a5a1e5f44.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODIxNDIsIm5iZiI6MTczOTM4MTg0MiwicGF0aCI6Ii8zNTIyMzIzLzM4NTA5MjMyMy03MzhlMzgzMC1lOWQzLTQwNmEtOTA0NC04YjNhNWExZTVmNDQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTczNzIyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzdjZTRkZDhkOTBlZWUzY2M0MmExNDRiMzk4YmYwMjQ1MzUyNmVkZDU1OTAxODVlYTQxYzc4ZDNlN2VhMTFlMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.OTaaYTT-NccZaz9wpoq06fFB7ZM4IU-h6_JgbFSveoc)
Manifold is a process manager. It's directly inspired by Solo, foreman, and Overmind. Here's my problem with all of them:
- Solo is for PHP/Laravel only
- Foreman doesn't allow me to interact with processes independent from one another
- Overmind depends on tmux and I'd rather avoid that dependency
Via Homebrew:
brew install blvrd/tap/manifold
You can find also download the binary directly from the releases.
Run manifold
in your project. By default, the program expects a Procfile.dev
to be present. Otherwise, you can pass -f {filename}
to specify a Procfile.