docs/content/_index.md
+++ disableToc = false title = "LocalAI documentation" description = "Install LocalAI, run models, and operate it in production." type = "home" +++
LocalAI is the open source AI runtime: a small core that speaks the OpenAI and Anthropic APIs, with each inference backend added only when a model needs it. It runs text, vision, speech, sound, images, video, embeddings, reranking, and autonomous agents on hardware you control, from a CPU laptop to a distributed GPU cluster.
New here? Read the [Overview]({{% relref "overview" %}}) for what LocalAI is and how the pieces fit together, then follow the [Quickstart]({{% relref "getting-started/quickstart" %}}).
docker run -ti --name local-ai -p 8080:8080 localai/localai:latest