From a86fdc408766c612ae1afb27434e02eba483d1a3 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 4 Nov 2025 12:06:56 +0100 Subject: [PATCH] Update binaries.md with macOS download instructions Added download instructions for macOS DMG file and updated command for Linux and macOS. Signed-off-by: Ettore Di Giacinto --- docs/content/docs/reference/binaries.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/docs/reference/binaries.md b/docs/content/docs/reference/binaries.md index 59ffee8f8..aa818ec74 100644 --- a/docs/content/docs/reference/binaries.md +++ b/docs/content/docs/reference/binaries.md @@ -9,11 +9,15 @@ LocalAI binaries are available for both Linux and MacOS platforms and can be exe ### macOS Download +You can download the DMG and install the application: + Download LocalAI for macOS -Use the following one-liner command in your terminal to download and run LocalAI on Linux or MacOS: +> Note: the DMGs are not signed by Apple as quarantined. See https://github.com/mudler/LocalAI/issues/6268 for a workaround, fix is tracked here: https://github.com/mudler/LocalAI/issues/6244 + +Otherwise, use the following one-liner command in your terminal to download and run LocalAI on Linux or MacOS: ```bash curl -Lo local-ai "https://github.com/mudler/LocalAI/releases/download/{{< version >}}/local-ai-$(uname -s)-$(uname -m)" && chmod +x local-ai && ./local-ai