Update quickstart.md

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-05-25 10:18:20 +02:00 committed by GitHub
parent 663488b6bd
commit 003b43f6fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,12 +114,17 @@ docker run -p 8080:8080 --name local-ai -ti -v localai-models:/build/models loca
{{% /alert %}} {{% /alert %}}
## From binary ## Running LocalAI from Binaries
LocalAI is available as a standalone binary as well. Binaries are compiled for Linux and MacOS and automatically uploaded in the Github releases. Windows is known to work with 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).
You can check out the releases in https://github.com/mudler/LocalAI/releases. 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
```
Otherwise, here are the links to the binaries:
| OS | Link | | OS | Link |
| --- | --- | | --- | --- |