# manticoresearch mit Homebrew, Nix, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für manticoresearch in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:manticoresearch
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install manticoresearch
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#manticoresearch
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/ma/manticoresearch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install sphinx
```

  Evidenz: openSUSE Tumbleweed package metadata: sphinx from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:manticoresearch
- **Paketmanager:** Homebrew
- **Version:** 28.6.6
- **Quellzusammenfassung:** Open source text search engine
- **Homepage:** <https://manticoresearch.com>
- **Repository:** <https://github.com/manticoresoftware/manticoresearch>
- **Zuletzt aktualisiert:** 2026-07-31T09:50:52Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- index_converter (Alias)
- indexer (Alias)
- indextool (Alias)
- searchd (Alias)
- spelldump (Alias)
- wordbreaker (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 28.6.6
## Projektgeschichte und Nutzung

Manticore Search is an open-source search database focused on full-text, vector, and hybrid search with SQL and HTTP interfaces. It is positioned by its maintainers as a fast, easy-to-use alternative to Elasticsearch.

### Projektgeschichte

The official README says Manticore Search was forked from Sphinx 2.3.2 in 2017. The public GitHub repository was created in June 2017, and the README still carries the historical line from Sphinx to Manticore while presenting Manticore as its own database and search server.

The project is implemented primarily in C++ and keeps the search-daemon heritage visible through commands such as `searchd`, `indexer`, and configuration in `manticore.conf`. Over time, the README has expanded the positioning from full-text search to a broader search database with real-time indexing, SQL, JSON/HTTP APIs, vector search, replication, backup tooling, and client libraries.

### Adoptionsgeschichte

The README names Craigslist, Socialgist, PubChem, Rozetka, and others as users of Manticore for search and stream filtering. It also points to official package repositories, Docker images, Homebrew installation, cloud offerings, a forum, Slack, Telegram, and language clients, indicating adoption as both server software and developer-facing infrastructure.

By 2026 the repository had over ten thousand GitHub stars and hundreds of forks. That is a significant footprint for an open-source search engine outside the Elasticsearch/OpenSearch mainstream.

### Wie es verwendet wird

Users run Manticore as a service or container, configure `searchd`, create tables, insert data, and query through MySQL-compatible SQL or HTTP JSON APIs. The manual documents explicit startup with `searchd --config /etc/manticoresearch/manticore.conf`, Linux service management, and Windows startup with `searchd -c manticore.conf`.

The README emphasizes full-text operators, ranking, filtering, faceting, geospatial search, hybrid search, KNN/vector search, spell correction, stream filtering, replication, backup and restore, data import from databases or files, and clients for languages including PHP, Python, JavaScript, TypeScript, Java, Elixir, Go, and Rust.

### Warum Paket-Nerds sich dafür interessieren

Manticore matters to package maintainers because it is not just a CLI: it ships a daemon, indexer tools, config files, data directories, service integration, protocol compatibility, optional authentication, and language clients. Its Sphinx lineage also makes it part of the long-running history of self-hosted full-text search engines.

### Zeitleiste

- 2017: Manticore Search forked from Sphinx 2.3.2 according to the official README.
- 2017: Public GitHub repository created.
- 2025: release-15.1.0 published.
- 2026: 27.1.5 release published.

### Related projects

- Sphinx Search is the upstream project from which Manticore was forked.
- Manticore Columnar Library is listed by the README as supporting columnar storage.
- Official clients exist for PHP, Python, Python asyncio, JavaScript, TypeScript, Java, Elixir, Go, and Rust.

### Quellen

- <https://github.com/manticoresoftware/manticoresearch>
- <https://github.com/manticoresoftware/manticoresearch#readme>
- <https://github.com/manticoresoftware/manticoresearch/releases/tag/27.1.5>
- <https://manual.manticoresearch.com/>
- <https://manual.manticoresearch.com/Security/Authentication_and_authorization>
- <https://manual.manticoresearch.com/Starting_the_server/Manually>


## Sicherheitshinweise

formula declares a Homebrew service.

- **Geiger-Risiko:** orange / mittel
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: /etc/manticoresearch/manticore.conf
- Windows: C:\Manticore\manticore.conf
## Andere Paketmanager-Einträge

- Nix - manticoresearch: normalized package name match | nixpkgs package indexes: pkgs/by-name/ma/manticoresearch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - sphinx - 2.2.11-10.7: installed executable or alias match | openSUSE Tumbleweed package metadata: sphinx from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | SQL full-text search engine | https://sphinxsearch.com/


## Combined YAML source

View the package source record on GitHub. [combined/manticoresearch.yml](https://github.com/mxcl/pkgdb/blob/main/combined/manticoresearch.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
