Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ curl https://localai.io/install.sh | sh

For more installation options, see [Installer Options](https://localai.io/docs/advanced/installer/).

### macOS Download:

<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>

Or run with docker:

### CPU only image:
Expand Down
6 changes: 6 additions & 0 deletions docs/content/docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ curl https://localai.io/install.sh | sh

See [Installer]({{% relref "docs/advanced/installer" %}}) for all the supported options

### macOS Download

<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>

### Run with docker


Expand Down
6 changes: 6 additions & 0 deletions docs/content/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ The fastest way to get started is with our one-line installer:
curl https://localai.io/install.sh | sh
```

### macOS Download

<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>

Or use Docker for a quick start:

```bash
Expand Down
8 changes: 7 additions & 1 deletion docs/content/docs/reference/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ title = "LocalAI binaries"
weight = 26
+++

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).
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).

### macOS Download

<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:

Expand Down
Loading