From 114f549f5eb88a63bee82b9fff03c3a7b496db32 Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Thu, 23 May 2024 22:40:55 +0200 Subject: [PATCH] Add warning for running the binary on MacOS (#2389) --- docs/content/docs/getting-started/manual.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/content/docs/getting-started/manual.md b/docs/content/docs/getting-started/manual.md index befc0244..e1fdbf60 100644 --- a/docs/content/docs/getting-started/manual.md +++ b/docs/content/docs/getting-started/manual.md @@ -138,6 +138,19 @@ See the [Kubernetes section]({{%relref "docs/getting-started/kubernetes" %}}). LocalAI binary releases are available in [Github](https://github.com/go-skynet/LocalAI/releases). +{{% alert icon="⚠️" %}} +If you are installing on MacOS, when you excecute the binary, you will get a message saying: + +> "local-ai-git-Darwin-arm64" (or whatever name you gave to the binary) can't be opened because Apple cannot check it for malicious software. + +Hit OK, and go to Settings > Privacy & Security > Security and look for the message: + +> "local-ai-git-Darwin-arm64" was blocked from use because it is not from an identified developer. + +And press "Allow Anyway" +{{% /alert %}} + + {{% /tab %}} {{% tab tabName="From source" %}}