We discourage the use of older Meilisearch versions. Before installing an older version, please contact support to check if the latest version might work as well.
Download the binary of a specific version under “Assets” on our GitHub changelog.
Copy
# Replace {meilisearch_version} and {meilisearch_os} with the specific version and OS you want to download# For example, if you want to download v1.0 on macOS,# replace {meilisearch_version} and {meilisearch_os} with v1.0 and meilisearch-macos-amd64 respectivelycurl -OL https://github.com/meilisearch/meilisearch/releases/download/{meilisearch_version}/{meilisearch_os}# Rename binary to meilisearch. Replace {meilisearch_os} with the name of the downloaded binarymv {meilisearch_os} meilisearch# Give the binary execute permissionchmod +x meilisearch# Launch Meilisearch./meilisearch