Manticore Search
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
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Step 1: Download the installer for your OS from the official site
Step 2: Run the installer or use package manager (apt/yum on Linux)
Step 3: Start the service (e.g., systemctl start manticore)
- Step 1: Download the installer for your OS from the official site
- Step 2: Run the installer or use package manager (apt/yum on Linux)
- Step 3: Start the service (e.g., systemctl start manticore)
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 SourceUninstall 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.
Having issues? Check the FAQ below
3 FAQs
Similar Projects
pocketbase
PocketBase is an open source Go backend that includes embedded SQLite with realtime subscriptions, built-in file & user management, admin dashboard UI, and simple REST API. Can be used as standalone app or Go framework.
Visual Studio Code (Code - OSS)
A free, open-source code editor by Microsoft with rich extensions, debugging, and Git integration. The most popular developer tool worldwide.
scrcpy
Display and control your Android device from your computer via USB or TCP/IP. No root required, high performance, low latency, supports audio and video mirroring.