-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5814678
commit 5067c74
Showing
3 changed files
with
46 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Supported operating systems — Meilisearch documentation | ||
description: Meilisearch officially supports Windows, MacOS, and many Linux distributions. | ||
--- | ||
|
||
# Supported operating systems | ||
|
||
Meilisearch officially supports Windows, MacOS, and many Linux distributions. Consult the [installation guide](/learn/getting_started/installation) for more instructions. | ||
|
||
Meilisearch binaries might still run in unsupported environments. | ||
|
||
<Capsule intent="tip"> | ||
Use [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=docs&utm_medium=supported-os) to integrate Meilisearch with applications hosted in unsupported operating systems. | ||
</Capsule> | ||
|
||
## Linux | ||
|
||
The Meilisearch binary works on all Linux distributions with `amd64/x86_64` or `aarch64/arm64` architecture using glibc 2.27 and later. You can check your glibc version using: | ||
|
||
``` | ||
ldd --version | ||
``` | ||
|
||
## macOS | ||
|
||
The Meilisearch binary works with macOS 12 and later with `amd64` or `arm64` architecture. | ||
|
||
## Windows | ||
|
||
The Meilisearch binary works on Windows Server 2022 and later. | ||
|
||
It is likely the Meilisearch binary also works with Windows OS 10 and later. However, due to the differences between Windows OS and Windows Server, Meilisearch does not officially support Windows OS. | ||
|
||
## Troubleshooting | ||
|
||
If the provided [binaries](https://github.com/meilisearch/meilisearch/releases) do not work on your operating system, try building Meilisearch [from source](/learn/getting_started/installation#local-installation). If compilation fails, Meilisearch is not compatible with your machine. |