manual/english/Installation/MacOS.md
brew install manticoresoftware/tap/manticoresearch manticoresoftware/tap/manticore-extra
Start Manticore as a brew service:
brew services start manticoresearch
The default configuration file for Manticore is located at either /usr/local/etc/manticoresearch/manticore.conf or /opt/homebrew/etc/manticoresearch/manticore.conf.
If you plan to use indexer to fetch data from sources such as MySQL, PostgreSQL, or another database using ODBC, you may need additional libraries, such as [email protected], libpq, and unixodbc, respectively.
If you prefer "Nightly" (development) versions do:
brew tap manticoresoftware/tap-dev
brew install manticoresoftware/tap-dev/manticore-dev
brew services start manticore-dev