mirror of
https://github.com/mudler/LocalAI.git
synced 2026-02-20 01:48:59 -06:00
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 <mudler@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c7ac6ca687
commit
a86fdc4087
@@ -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:
|
||||
|
||||
<a href="https://github.com/mudler/LocalAI/releases/latest/download/LocalAI.dmg">
|
||||
<img src="https://img.shields.io/badge/Download-macOS-blue?style=for-the-badge&logo=apple&logoColor=white" alt="Download LocalAI for macOS"/>
|
||||
</a>
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user