docs/content/installation/_index.en.md
LocalAI can be installed in multiple ways depending on your platform and preferences.
Choose the installation method that best suits your needs:
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:
For detailed instructions, see the Containers installation guide.