Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored May 25, 2024
1 parent 663488b commit 003b43f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/content/docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,17 @@ docker run -p 8080:8080 --name local-ai -ti -v localai-models:/build/models loca

{{% /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 |
| --- | --- |
Expand Down

0 comments on commit 003b43f

Please sign in to comment.