Skip to content

Commit 702aa93

Browse files
update supported macOS version
1 parent e4cfb57 commit 702aa93

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

learn/self_hosted/install_meilisearch_locally.mdx

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@ sidebarTitle: Install Meilisearch locally
44
description: Use Meilisearch with either Meilisearch Cloud, another cloud service, or install it locally.
55
---
66

7-
You can install Meilisearch locally or deploy it over a cloud service.
8-
97
## Meilisearch Cloud
108

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).
1210

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

1513
## Local installation
1614

1715
<Tabs>
1816

1917
<Tab title="cURL">
20-
Download the **latest stable release** of Meilisearch with **cURL**.<br />
18+
Download the **latest stable release** of Meilisearch with **cURL**.
2119

2220
Launch Meilisearch to start the server.
2321

@@ -28,7 +26,6 @@ curl -L https://install.meilisearch.com | sh
2826
# Launch Meilisearch
2927
./meilisearch
3028
```
31-
3229
</Tab>
3330

3431
<Tab title="Homebrew">
@@ -68,7 +65,6 @@ You can learn more about [using Meilisearch with Docker in our dedicated guide](
6865
</Tab>
6966

7067
<Tab title="APT">
71-
7268
Download the **latest stable release** of Meilisearch with **APT**.<br />
7369

7470
Launch Meilisearch to start the server.
@@ -83,11 +79,9 @@ sudo apt update && sudo apt install meilisearch
8379
# Launch Meilisearch
8480
meilisearch
8581
```
86-
8782
</Tab>
8883

8984
<Tab title="Source">
90-
9185
Meilisearch is written in Rust. To compile it, [install the Rust toolchain](https://www.rust-lang.org/tools/install).<br />
9286

9387
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
117111
# Execute the binary
118112
./target/release/meilisearch
119113
```
120-
121114
</Tab>
122115

123116
<Tab title="Windows">
@@ -130,11 +123,9 @@ To install Meilisearch on Windows, you can:
130123
- Compile from source (see "Source" tab above)
131124

132125
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-
134126
</Tab>
135127

136128
<Tab title="Direct download">
137-
138129
If none of the other installation options work for you, you can always download the Meilisearch binary directly on GitHub.<br />
139130

140131
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
149140
# Launch Meilisearch
150141
./meilisearch
151142
```
152-
153143
</Tab>
154144

155145
</Tabs>
@@ -239,7 +229,6 @@ cargo build --release
239229
</Tab>
240230

241231
<Tab title="Direct download">
242-
243232
Download the binary of a specific version under "Assets" on our [GitHub changelog](https://github.com/meilisearch/meilisearch/releases).
244233

245234
```bash
@@ -252,7 +241,6 @@ chmod +x meilisearch
252241
# Launch Meilisearch
253242
./meilisearch
254243
```
255-
256244
</Tab>
257245

258246
</Tabs>

learn/self_hosted/supported_os.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ description: Meilisearch officially supports Windows, MacOS, and many Linux dist
66

77
Meilisearch officially supports Windows, MacOS, and many Linux distributions. Consult the [installation guide](/learn/self_hosted/install_meilisearch_locally) for more instructions.
88

9-
Meilisearch binaries might still run in unsupported environments.
9+
Meilisearch binaries might still run in supported environments without official support.
1010

1111
<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.
1313
</Tip>
1414

1515
## Linux
@@ -22,7 +22,7 @@ ldd --version
2222

2323
## macOS
2424

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

2727
## Windows
2828

0 commit comments

Comments
 (0)