There are other alternatives out there that provide similar solutions to what Run is doing. This
page attempts at listing some of them and describe how they differ from Run. As I majoritively spend
my time using Run I'm obviously biased. But this is something I kept in mind when writing this page,
and I tried to stay as factual and objective as one can be.
# concurrently
[https://github.com/open-cli-tools/concurrently](https://github.com/open-cli-tools/concurrently)
Great product from the JS ecosystem. Multi-platform, but requires Node.js. Do not have configuration
files.
# just
[https://github.com/casey/just](https://github.com/casey/just)
# make
[https://www.gnu.org/software/make/manual/make.html](https://www.gnu.org/software/make/manual/make.html)