Search that forgives your typos and reads your mind
An open-source search engine trying to make relevance the default, not a weekend tuning project.

What it does
Meilisearch is a Rust-backed search API that ingests your documents and serves them back with typo tolerance, faceting, geosearch, and hybrid full-text + semantic retrieval. It targets the “search box on a website” use case with sub-50ms response claims and a pile of SDKs.
The interesting bit
The project has quietly shifted from “fast alternative to Elasticsearch” to “AI-ready search infrastructure.” It now bundles vector search, conversational search with LLM-generated answers, and plug-and-play LangChain / MCP integration. The bet is that most teams don’t want to operate a separate vector database.
Key highlights
- Hybrid search merges keyword and semantic retrieval out of the box
- Typo tolerance, faceted filtering, geosearch, and multi-tenancy are built-in, not plugins
- Claims search-as-you-type responses under 50 milliseconds
- Horizontal scaling via replication and sharding
- MIT licensed; hosted cloud option with analytics and monitoring
Caveats
- The README is heavy on feature lists and light on architecture or performance methodology
- “AI-ready” and “conversational search” are newer capabilities; stability and operational maturity for these features is unclear from the sources
- Some features (vector search, document relations) are marked as experimental or advanced in linked docs
Verdict
Worth evaluating if you’re building user-facing search and want relevance features without the Elasticsearch operational tax. Probably overkill if you just need LIKE '%query%' on a small dataset, and the AI integrations deserve skepticism until you’ve stress-tested them.
Frequently asked
- What is meilisearch/meilisearch?
- An open-source search engine trying to make relevance the default, not a weekend tuning project.
- Is meilisearch open source?
- Yes — meilisearch/meilisearch is an open-source project tracked on heatdrop.
- What language is meilisearch written in?
- meilisearch/meilisearch is primarily written in Rust.
- How popular is meilisearch?
- meilisearch/meilisearch has 59.3k stars on GitHub and is currently accelerating.
- Where can I find meilisearch?
- meilisearch/meilisearch is on GitHub at https://github.com/meilisearch/meilisearch.