mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-16 14:08:09 +00:00
docs: add Homebrew as an option to install on MacOS (#3946)
Add Homebrew as an option to install on MacOS Signed-off-by: Mauro Morales <contact@mauromorales.com>
This commit is contained in:
@ -30,6 +30,19 @@ For a full list of options, refer to the [Installer Options]({{% relref "docs/ad
|
|||||||
|
|
||||||
Binaries can also be [manually downloaded]({{% relref "docs/reference/binaries" %}}).
|
Binaries can also be [manually downloaded]({{% relref "docs/reference/binaries" %}}).
|
||||||
|
|
||||||
|
## Using Homebrew on MacOS
|
||||||
|
|
||||||
|
{{% alert icon="⚠️" %}}
|
||||||
|
The Homebrew formula currently doesn't have the same options than the bash script
|
||||||
|
{{% /alert %}}
|
||||||
|
|
||||||
|
You can install Homebrew's [LocalAI](https://formulae.brew.sh/formula/localai) with the following command:
|
||||||
|
|
||||||
|
```
|
||||||
|
brew install localai
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Using Container Images or Kubernetes
|
## Using Container Images or Kubernetes
|
||||||
|
|
||||||
LocalAI is available as a container image compatible with various container engines such as Docker, Podman, and Kubernetes. Container images are published on [quay.io](https://quay.io/repository/go-skynet/local-ai?tab=tags&tag=latest) and [Docker Hub](https://hub.docker.com/r/localai/localai).
|
LocalAI is available as a container image compatible with various container engines such as Docker, Podman, and Kubernetes. Container images are published on [quay.io](https://quay.io/repository/go-skynet/local-ai?tab=tags&tag=latest) and [Docker Hub](https://hub.docker.com/r/localai/localai).
|
||||||
|
Reference in New Issue
Block a user