macOS
brew install meilisearchlocal Homebrew formula metadata
brew
Ultra relevant, instant and typo-tolerant full-text search API. Version 1.49.0 via Homebrew; verified 2026-07-06.
install
brew install meilisearchlocal Homebrew formula metadata
nix profile install nixpkgs#meilisearchnixpkgs package indexes · pkgs/by-name/me/meilisearch/package.nix · source: api.github.com
sudo pacman -S meilisearchArch Linux sync databases · meilisearch · source: geo.mirror.pkgbuild.com
scoop install main/meilisearchScoop official bucket manifest trees · bucket/meilisearch.json · source: api.github.com
overview
Ultra relevant, instant and typo-tolerant full-text search API
history
Meilisearch is an open-source search engine distributed as a single binary with a REST API. The official documentation presents it as a fast, typo-tolerant, full-text, semantic, and hybrid search engine for websites, apps, documentation, internal tools, and AI retrieval workflows.
Meilisearch grew around a developer-experience pitch: install one binary, send documents, and get fast search-as-you-type with sensible defaults instead of operating a heavier search cluster. The current README and docs still foreground that single-binary REST model, SDKs, typo tolerance, filtering, faceting, sorting, synonyms, geosearch, API keys, and multi-tenancy.
Version 1.0.0 marked a stabilization milestone. The v1.0.0 release notes describe it as the first major release, with emphasis on CLI stability, final breaking CLI changes before v2.0.0, language-support improvements, indexing and search-speed work, and migration support from older versions via dumps.
The project later expanded beyond classic keyword search. Current official docs describe fast full-text search, semantic search, hybrid search, conversational interfaces, RAG-oriented retrieval, vector embeddings, sharding, replication, Meilisearch Cloud, and SDKs for more than ten languages.
Meilisearch became one of the more visible packaged search servers in the developer-tools ecosystem. The GitHub repository shows tens of thousands of stars and thousands of forks, and the supplied package facts list Homebrew, Nix, pacman, and Scoop packages.
Its adoption is helped by the packaging shape: a Rust binary, Docker images, release binaries, and straightforward config via command-line flags, environment variables, or a TOML file. That makes it attractive for local development, small production services, SaaS search features, and demos where Elasticsearch-style operational weight is unwanted.
A typical self-hosted Meilisearch setup starts the server, indexes JSON documents, and uses the HTTP API or SDKs for search. The docs state that command-line options have highest configuration precedence, then environment variables, then the TOML config file.
By default Meilisearch looks for config.toml in the working directory. The docs also document MEILI_CONFIG_FILE_PATH and --config-file-path for overriding that location.
Meilisearch matters to package maintainers because it is a modern search daemon whose appeal depends on low-friction installation. It sits at the intersection of Rust services, developer-local databases, REST APIs, and search infrastructure, so package updates carry both binary compatibility and index-format migration concerns.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./config.toml.\config.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
meilisearch | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/meilisearch/meilisearch
install metadata
| Package key | brew:meilisearch |
|---|---|
| Version | 1.49.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/meilisearch |
| Homepage | https://docs.meilisearch.com/ |
| Repository | https://github.com/meilisearch/meilisearch |
| Upstream docs | https://www.meilisearch.com/docs/getting_started/overview |
| License | MIT |
| Source archive | https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.49.0.tar.gz |
| Last updated | 2026-07-06T10:07:09Z |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | meilisearch |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
meilisearch
nix profile install nixpkgs#meilisearchmeilisearch 1:1.45.2-1
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
sudo pacman -S meilisearchmain/meilisearch
scoop install main/meilisearchsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.