OpenSource-Hub
M

Manticore Search

11.8k stars·Developer Tools·SHA-256 checksum verified

Fast open-source search database, a great alternative to Elasticsearch.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Open-source search database, 5-15x faster than Elasticsearch.

Core Features

  • Blazing fast full-text search (5-15x faster than Elasticsearch)
  • Hybrid search combining full-text and vector retrieval
  • SQL-native with MySQL protocol compatibility
  • Dual storage: row-wise and columnar (for big data)
  • Multi-threaded query parallelization

What It Can't Do

  • Default row-wise storage; for huge datasets enable columnar storage plugin; 2. Not fully ACID; binary logging ensures safe writes but no rollback; 3. Chinese full-text search requires additional tokenizer (e.g., jieba); 4. Smaller community than Elasticsearch, fewer tutorials in English

Use Cases

  • Log analytics (alternative to ELK stack)
  • E-commerce product search
  • Full-text search for content websites
  • Large-scale real-time data retrieval and filtering

Manticore Search is a high-performance open-source database built for search. Written in C++, it offers SQL-native querying, full-text and vector hybrid search, and supports both row-wise and columnar storage. It is significantly faster than Elasticsearch (up to 15x) and MySQL (182x) for typical workloads. Features include real-time inserts, multi-threaded parallel execution, automatic secondary indexes (PGM-index), and built-in multi-master replication. It provides HTTP JSON API compatible with Elasticsearch writes and supports MySQL protocol clients. Ideal for log analytics, e-commerce search, and large-scale retrieval with minimal RAM usage (~40MB idle).

Tags

searchdatabasefull-textelasticsearch-alternativesqlvector-search

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Download the installer for your OS from the official site

4

Step 2: Run the installer or use package manager (apt/yum on Linux)

5

Step 3: Start the service (e.g., systemctl start manticore)

Install Guide
  1. Step 1: Download the installer for your OS from the official site
  2. Step 2: Run the installer or use package manager (apt/yum on Linux)
  3. Step 3: Start the service (e.g., systemctl start manticore)
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Linux: sudo apt remove manticore or sudo yum remove manticore; macOS: delete /usr/local/manticore; Windows: Control Panel → Uninstall → Manticore Search.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseGPL-3.0-or-later
Last Updated2026-06-25 19:05:27
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

3 FAQs

Similar Projects