Files
LocalAI/docs/content/installation/_index.en.md
Ettore Di Giacinto 2cc4809b0d feat: docs revamp (#7313)
* docs

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Small enhancements

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Enhancements

* Default to zen-dark

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* fixups

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-11-19 22:21:20 +01:00

1.5 KiB

weight, title, description, type, icon
weight title description type icon
2 Installation How to install LocalAI chapter download

LocalAI can be installed in multiple ways depending on your platform and preferences.

{{% notice tip %}} Recommended: Docker Installation

Docker is the recommended installation method for most users as it works across all platforms (Linux, macOS, Windows) and provides the easiest setup experience. It's the fastest way to get started with LocalAI. {{% /notice %}}

Installation Methods

Choose the installation method that best suits your needs:

  1. Docker Recommended - Works on all platforms, easiest setup
  2. macOS - Download and install the DMG application
  3. Linux - Install on Linux using the one-liner script or binaries
  4. Kubernetes - Deploy LocalAI on Kubernetes clusters
  5. Build from Source - Build LocalAI from source code

Quick Start

Recommended: Docker (works on all platforms)

docker run -p 8080:8080 --name local-ai -ti localai/localai:latest

This will start LocalAI. The API will be available at http://localhost:8080. For images with pre-configured models, see All-in-One images.

For other platforms:

  • macOS: Download the DMG
  • Linux: Use the curl https://localai.io/install.sh | sh one-liner

For detailed instructions, see the Docker installation guide.