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