Automic VaultAutomic Vault

brew

meilisearch mit Homebrew, Nix, pacman, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für meilisearch in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install meilisearch

local Homebrew formula metadata

Linux

Nixverifiziert · 92%
nix profile install nixpkgs#meilisearch

nixpkgs package indexes · pkgs/by-name/me/meilisearch/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S meilisearch

Arch Linux sync databases · meilisearch · Quelle: geo.mirror.pkgbuild.com

Windows

Scoopverifiziert · 92%
scoop install main/meilisearch

Scoop official bucket manifest trees · bucket/meilisearch.json · Quelle: api.github.com

Überblick

Paketzusammenfassung

Ultra relevant, instant and typo-tolerant full-text search API

Befehle und Aliase

  • meilisearch

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Sicherheitslage

Risikostufe: orange

formula declares a Homebrew service.

Risikoklassifikator

orange Risiko · mittel Konfidenz · infrastructure

Warum

  • formula declares a Homebrew service

Signale

  • metadata:service

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Formelmetadaten deklarieren einen Service- oder Daemon-Block.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

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

Config paths the tool may read or write during local use.

Unix
./config.toml
Windows
.\config.toml

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
meilisearchcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version1.50.0
Manager aktualisiert2026-07-20
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv1.50.0

https://github.com/meilisearch/meilisearch

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:meilisearch
Version1.50.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/meilisearch
Homepagehttps://docs.meilisearch.com/
Repositoryhttps://github.com/meilisearch/meilisearch
Upstream-Dokumentationhttps://www.meilisearch.com/docs/getting_started/overview
LizenzMIT
Quellarchivhttps://github.com/meilisearch/meilisearch/archive/refs/tags/v1.50.0.tar.gz
Zuletzt aktualisiert2026-07-20T10:00:02Z
Pulseupdated
Build-Abhängigkeitenrust
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstdeclared

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemeilisearch
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

meilisearch

nix profile install nixpkgs#meilisearch
  • normalized package name match
  • Abgeglichen nach: Meilisearch
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/me/meilisearch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

meilisearch 1:1.45.2-1

Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine

https://docs.meilisearch.com/

sudo pacman -S meilisearch
  • License: MIT
  • Architecture: x86_64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Meilisearch
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: meilisearch from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
Scoop95%

main/meilisearch

scoop install main/meilisearch
  • normalized package name match
  • Abgeglichen nach: Meilisearch
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/meilisearch.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment