You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Use Meilisearch with either Meilisearch Cloud, another cloud service, or install it locally.
5
5
---
6
6
7
-
You can install Meilisearch locally or deploy it over a cloud service.
8
-
9
7
## Meilisearch Cloud
10
8
11
-
[Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=docs&utm_medium=installation-guide) greatly simplifies installing, maintaining, and updating Meilisearch. [Get started with a 14-day free trial](https://cloud.meilisearch.com/register?utm_campaign=oss&utm_source=docs&utm_medium=installation-guide).
9
+
[Meilisearch Cloud](https://www.meilisearch.com/cloud)simplifies installing, maintaining, and updating Meilisearch. [Get started with a 14-day free trial](https://cloud.meilisearch.com/register).
12
10
13
-
Take a look at our[Meilisearch Cloud tutorial](/learn/getting_started/cloud_quick_start) for more information on setting up and using Meilisearch's cloud service.
11
+
Take a look at the[Meilisearch Cloud tutorial](/learn/getting_started/cloud_quick_start) for more information on setting up and using Meilisearch's cloud service.
14
12
15
13
## Local installation
16
14
17
15
<Tabs>
18
16
19
17
<Tabtitle="cURL">
20
-
Download the **latest stable release** of Meilisearch with **cURL**.<br />
18
+
Download the **latest stable release** of Meilisearch with **cURL**.
21
19
22
20
Launch Meilisearch to start the server.
23
21
@@ -28,7 +26,6 @@ curl -L https://install.meilisearch.com | sh
28
26
# Launch Meilisearch
29
27
./meilisearch
30
28
```
31
-
32
29
</Tab>
33
30
34
31
<Tabtitle="Homebrew">
@@ -68,7 +65,6 @@ You can learn more about [using Meilisearch with Docker in our dedicated guide](
68
65
</Tab>
69
66
70
67
<Tabtitle="APT">
71
-
72
68
Download the **latest stable release** of Meilisearch with **APT**.<br />
Meilisearch is written in Rust. To compile it, [install the Rust toolchain](https://www.rust-lang.org/tools/install).<br />
92
86
93
87
Once the Rust toolchain is installed, clone the repository on your local system and change it to your working directory.
@@ -117,7 +111,6 @@ cargo build --release
117
111
# Execute the binary
118
112
./target/release/meilisearch
119
113
```
120
-
121
114
</Tab>
122
115
123
116
<Tabtitle="Windows">
@@ -130,11 +123,9 @@ To install Meilisearch on Windows, you can:
130
123
- Compile from source (see "Source" tab above)
131
124
132
125
To learn more about the Windows command prompt, follow this [introductory guide](https://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/).
133
-
134
126
</Tab>
135
127
136
128
<Tabtitle="Direct download">
137
-
138
129
If none of the other installation options work for you, you can always download the Meilisearch binary directly on GitHub.<br />
139
130
140
131
Go to the [latest Meilisearch release](https://github.com/meilisearch/meilisearch/releases/latest), scroll down to "Assets", and select the binary corresponding to your operating system.
@@ -149,7 +140,6 @@ chmod +x meilisearch
149
140
# Launch Meilisearch
150
141
./meilisearch
151
142
```
152
-
153
143
</Tab>
154
144
155
145
</Tabs>
@@ -239,7 +229,6 @@ cargo build --release
239
229
</Tab>
240
230
241
231
<Tabtitle="Direct download">
242
-
243
232
Download the binary of a specific version under "Assets" on our [GitHub changelog](https://github.com/meilisearch/meilisearch/releases).
Copy file name to clipboardExpand all lines: learn/self_hosted/supported_os.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ description: Meilisearch officially supports Windows, MacOS, and many Linux dist
6
6
7
7
Meilisearch officially supports Windows, MacOS, and many Linux distributions. Consult the [installation guide](/learn/self_hosted/install_meilisearch_locally) for more instructions.
8
8
9
-
Meilisearch binaries might still run in unsupported environments.
9
+
Meilisearch binaries might still run in supported environments without official support.
10
10
11
11
<Tip>
12
-
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.
12
+
Use [Meilisearch Cloud](https://www.meilisearch.com/cloud) to integrate Meilisearch with applications hosted in unsupported operating systems.
13
13
</Tip>
14
14
15
15
## Linux
@@ -22,7 +22,7 @@ ldd --version
22
22
23
23
## macOS
24
24
25
-
The Meilisearch binary works with macOS 12 and later with `amd64` or `arm64` architecture.
25
+
The Meilisearch binary works with macOS 14 Sonoma and later with `amd64` or `arm64` architecture. Older macOS versions might be compatible with Meilisearch but are not officially supported.
0 commit comments