diff --git a/docs/content/docs/overview.md b/docs/content/docs/overview.md index 16fabcf9b..2b03e1cec 100644 --- a/docs/content/docs/overview.md +++ b/docs/content/docs/overview.md @@ -51,19 +51,20 @@ LocalAI is more than just a single tool - it's a complete ecosystem: ## Getting Started -The fastest way to get started is with our one-line installer: - -```bash -curl https://localai.io/install.sh | sh -``` ### macOS Download +You can use the DMG application for Mac: + Download LocalAI for macOS -Or use Docker for a quick start: +> 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 + +## Docker + +You can use Docker for a quick start: ```bash docker run -p 8080:8080 --name local-ai -ti localai/localai:latest-aio-cpu @@ -71,6 +72,14 @@ docker run -p 8080:8080 --name local-ai -ti localai/localai:latest-aio-cpu For more detailed installation options and configurations, see our [Getting Started guide](/basics/getting_started/). +## One-liner + +The fastest way to get started is with our one-line installer (Linux): + +```bash +curl https://localai.io/install.sh | sh +``` + ## Key Features - **Text Generation**: Run various LLMs locally