macOS
brew install meilisearchlocal Homebrew formula metadata
brew
meilisearch のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install meilisearchlocal Homebrew formula metadata
nix profile install nixpkgs#meilisearchnixpkgs package indexes · pkgs/by-name/me/meilisearch/package.nix · ソース: api.github.com
sudo pacman -S meilisearchArch Linux sync databases · meilisearch · ソース: geo.mirror.pkgbuild.com
scoop install main/meilisearchScoop official bucket manifest trees · bucket/meilisearch.json · ソース: api.github.com
概要
Ultra relevant, instant and typo-tolerant full-text search API
履歴
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.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
meilisearch | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/meilisearch/meilisearch
インストールメタデータ
| パッケージキー | brew:meilisearch |
|---|---|
| バージョン | 1.50.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/meilisearch |
| ホームページ | https://docs.meilisearch.com/ |
| リポジトリ | https://github.com/meilisearch/meilisearch |
| 上流ドキュメント | https://www.meilisearch.com/docs/getting_started/overview |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.50.0.tar.gz |
| 最終更新 | 2026-07-20T10:00:02Z |
| Pulse | updated |
| ビルド依存関係 | rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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/meilisearchソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.