在 macOS 上安装 Manticore

通过 Homebrew 包管理器

brew install manticoresoftware/tap/manticoresearch manticoresoftware/tap/manticore-extra

将 Manticore 作为 brew 服务启动:

brew services start manticoresearch

Manticore 的默认配置文件位于以下路径之一:/usr/local/etc/manticoresearch/manticore.conf/opt/homebrew/etc/manticoresearch/manticore.conf

如果您计划使用 indexer 从 MySQL、PostgreSQL 或其他数据库等数据源获取数据,使用 ODBC 时可能需要额外的库,例如 mysql@5.7libpqunixodbc

开发包

如果您更喜欢 "Nightly"(开发)版本,请执行:

brew tap manticoresoftware/tap-dev
brew install manticoresoftware/tap-dev/manticore-dev
brew services start manticore-dev
Last modified: March 30, 2026