Manticore Search vs Toshi

A side-by-side comparison of two self-hosted search engines options — licensing, setup difficulty, resource needs, and what each one replaces.

Not the right match-up?
FeatureManticore SearchToshi
Deploy effortUnder-an-hour setupUnder-an-hour setup
Health score94 · Excellent79 · Good
CategorySearch EnginesSearch Engines
LicenseGPL-3.0MIT
LanguageC++Rust
Setup difficultyMediumMedium
Min. RAM256 MB256 MB
Deploymentdocker, kubernetes, bare-metaldocker, binary
GitHub stars★ 12,035★ 4,256
First released20172018
ReplacesElasticsearch, AlgoliaElasticsearch

What are Manticore Search and Toshi?

Manticore Search

Manticore Search is an open-source, easy-to-use database designed for search. It offers full-text, faceted and vector search with a small memory footprint and SQL-like query syntax.

  • Full-text and vector search
  • SQL and HTTP query interfaces
  • Low memory footprint
  • Real-time indexing

Read the full Manticore Search guide →

Toshi

Toshi is a self-hosted full-text search server that exposes an Elasticsearch-like JSON REST API on top of the Tantivy search engine. It targets developers who want a simple, fast search service in Rust.

  • JSON REST API
  • Tantivy-backed indexing
  • Fast Rust core
  • Simple to run

Read the full Toshi guide →

Manticore Search vs Toshi: key differences

Manticore Search is written in C++, while Toshi is built with Rust. Licensing differs — GPL-3.0 for Manticore Search versus MIT for Toshi. Manticore Search has the considerably larger community, at 12,035 GitHub stars versus 4,256.

Why pick each one

Choose Manticore Search if…

  • Lightweight and fast
  • SQL-friendly

Watch out for

  • Smaller community than Elasticsearch
Manticore Search details

Choose Toshi if…

  • Lightweight search server
  • Familiar API style

Watch out for

  • Less mature than ES
  • Smaller feature set
Toshi details

Frequently asked questions

Is Manticore Search or Toshi better?

Neither is universally better. Manticore Search has the larger community; both share a medium setup difficulty, so the decision comes down to features and licensing.

Are Manticore Search and Toshi free and open-source?

Yes. Manticore Search is licensed under GPL-3.0 and Toshi under MIT. Both can be self-hosted at no software cost.

Can I run Manticore Search and Toshi with Docker?

Manticore Search: yes. Toshi: yes.

Related comparisons