![Screenshot 2024-11-11 at 11 33 37](https://private-user-images.githubusercontent.com/3522323/385092323-738e3830-e9d3-406a-9044-8b3a5a1e5f44.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjA5MzUsIm5iZiI6MTczOTI2MDYzNSwicGF0aCI6Ii8zNTIyMzIzLzM4NTA5MjMyMy03MzhlMzgzMC1lOWQzLTQwNmEtOTA0NC04YjNhNWExZTVmNDQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMDc1NzE1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTIwODRjNGZhYzllOWQzYTc2YTc0YjExMDU3NWQ0OTllZTE2ZjAzNzA2Yjc3ODcxYzMxY2I4MmI3M2NlNTNlNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.bxhVgKJ4DGJ525DiQoduK8CrJQjYoM-shkVHW44psbU)
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.