# meilisearch を Homebrew, Nix, pacman, scoop でインストール

meilisearch のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:meilisearch
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install meilisearch
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#meilisearch
```

  証拠: nixpkgs package indexes: pkgs/by-name/me/meilisearch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S meilisearch
```

  証拠: Arch Linux sync databases: meilisearch from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/meilisearch
```

  証拠: Scoop official bucket manifest trees: bucket/meilisearch.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:meilisearch
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.52.0
- **ソース概要:** Ultra relevant, instant and typo-tolerant full-text search API
- **ホームページ:** <https://docs.meilisearch.com/>
- **リポジトリ:** <https://github.com/meilisearch/meilisearch>
- **最終更新:** 2026-08-03T15:22:08Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- meilisearch (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.52.0
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2023-02-06: Meilisearch v1.0.0 released as the first major release.
- 2023: v1.0 release notes stabilized CLI behavior and committed to no breaking changes before v2.0.0.
- 2026: Current docs describe full-text, semantic, hybrid, and conversational search in one API.

### Related projects

- milli: Meilisearch's search/indexing engine referenced in release notes.
- Meilisearch Cloud: the hosted service for Meilisearch.
- Official SDKs: JavaScript, Python, PHP, Ruby, Go, Rust, Java, .NET, Swift, and Dart clients documented by the project.

### ソース

- <https://github.com/meilisearch/meilisearch>
- <https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0>
- <https://www.meilisearch.com/docs/getting_started/overview>
- <https://www.meilisearch.com/docs/resources/self_hosting/configuration/overview>
- source_facts.package-manager-url


## セキュリティノート

formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- formula declares a Homebrew service


## Configuration and credential file locations

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.


## Configuration files

- Unix: ./config.toml
- Windows: .\config.toml
## 他のパッケージマネージャ記録

- Nix - meilisearch: normalized package name match | nixpkgs package indexes: pkgs/by-name/me/meilisearch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - meilisearch - 1:1.51.0-1: normalized package name match | Arch Linux sync databases: meilisearch from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine | https://docs.meilisearch.com/
- Scoop - main/meilisearch: normalized package name match | Scoop official bucket manifest trees: bucket/meilisearch.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/meilisearch.yml](https://github.com/mxcl/pkgdb/blob/main/combined/meilisearch.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
