🔍

Meilisearch

Blazing-fast open-source search engine. Easy to self-host. Best Algolia alternative.

★ 47k Stars MIT License Self-Host Ready
Self-Hosting Guide Build on TurboQuant

Features & Overview

Meilisearch is a powerful solution in the Search Engine landscape. It provides developers with high flexibility, low-latency performance, and the sovereignty of open-source software.

  • Deep integration with modern developer stacks.
  • High-performance architecture built for 2026 scale.
  • Massive community support with over 47k stars.

Self-Hosting Meilisearch with Docker

Deploying Meilisearch on the TurboQuant DePIN edge network or your own VPS is simple using Docker Compose.

# docker-compose.yml
version: "3.8"
services:
  meilisearch:
    image: meilisearch/latest
    ports: ["8080:8080"]
    restart: unless-stopped