Back to Manticoresearch

Starting Manticore in MacOS

manual/english/Starting_the_server/MacOS.md

25.9.0368 B
Original Source

Starting Manticore in MacOS

Starting Manticore via HomeBrew package manager

If Manticore is installed using HomeBrew, you can run it as a Brew service.

To start Manticore, run the following command:

bash
brew services start manticoresearch

To stop Manticore, run the following command:

bash
brew services stop manticoresearch
<!-- proofread -->