From 0b528458d896acc799036950a76fae5c7423f1dd Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 9 Sep 2025 00:19:37 +0200 Subject: [PATCH] chore(docs): add MacOS dmg download button (#6233) Signed-off-by: Ettore Di Giacinto --- README.md | 6 ++++++ docs/content/docs/getting-started/quickstart.md | 6 ++++++ docs/content/docs/overview.md | 6 ++++++ docs/content/docs/reference/binaries.md | 8 +++++++- 4 files changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20ae15d6e..493d6647e 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,12 @@ curl https://localai.io/install.sh | sh For more installation options, see [Installer Options](https://localai.io/docs/advanced/installer/). +### macOS Download: + + + Download LocalAI for macOS + + Or run with docker: ### CPU only image: diff --git a/docs/content/docs/getting-started/quickstart.md b/docs/content/docs/getting-started/quickstart.md index 5640adefc..d9eb5227d 100644 --- a/docs/content/docs/getting-started/quickstart.md +++ b/docs/content/docs/getting-started/quickstart.md @@ -27,6 +27,12 @@ curl https://localai.io/install.sh | sh See [Installer]({{% relref "docs/advanced/installer" %}}) for all the supported options +### macOS Download + + + Download LocalAI for macOS + + ### Run with docker diff --git a/docs/content/docs/overview.md b/docs/content/docs/overview.md index 981ba765d..8d530ef1f 100644 --- a/docs/content/docs/overview.md +++ b/docs/content/docs/overview.md @@ -56,6 +56,12 @@ The fastest way to get started is with our one-line installer: curl https://localai.io/install.sh | sh ``` +### macOS Download + + + Download LocalAI for macOS + + Or use Docker for a quick start: ```bash diff --git a/docs/content/docs/reference/binaries.md b/docs/content/docs/reference/binaries.md index 7780864cb..59ffee8f8 100644 --- a/docs/content/docs/reference/binaries.md +++ b/docs/content/docs/reference/binaries.md @@ -5,7 +5,13 @@ title = "LocalAI binaries" weight = 26 +++ -LocalAI binaries are available for both Linux and MacOS platforms and can be executed directly from your command line. These binaries are continuously updated and hosted on [our GitHub Releases page](https://github.com/mudler/LocalAI/releases). This method also supports Windows users via the Windows Subsystem for Linux (WSL). +LocalAI binaries are available for both Linux and MacOS platforms and can be executed directly from your command line. These binaries are continuously updated and hosted on [our GitHub Releases page](https://github.com/mudler/LocalAI/releases). This method also supports Windows users via the Windows Subsystem for Linux (WSL). + +### macOS Download + + + Download LocalAI for macOS + Use the following one-liner command in your terminal to download and run LocalAI on Linux or MacOS: