mirror of
https://github.com/mudler/LocalAI.git
synced 2026-04-17 13:28:31 -04:00
* feat(ui): Add dynamic model editor with autocomplete Signed-off-by: Richard Palethorpe <io@richiejp.com> * chore(docs): Add link to longformat installation video Signed-off-by: Richard Palethorpe <io@richiejp.com> --------- Signed-off-by: Richard Palethorpe <io@richiejp.com>
1.3 KiB
1.3 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.
Video Walkthrough
Installation Methods
Choose the installation method that best suits your needs:
- Containers ⭐ Recommended - Works on all platforms, supports Docker and Podman
- macOS - Download and install the DMG application
- Linux - Install on Linux using binaries
- Kubernetes - Deploy LocalAI on Kubernetes clusters
- Build from Source - Build LocalAI from source code
Quick Start
Recommended: Containers (Docker or Podman)
# With Docker
docker run -p 8080:8080 --name local-ai -ti localai/localai:latest
# Or with Podman
podman 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 other platforms:
- macOS: Download the DMG
- Linux: See the Linux installation guide for binary installation.
For detailed instructions, see the Containers installation guide.
