docs: position LocalAI as a composable engine, not a bundle#10136
Merged
Conversation
Reframe the README hero and docs (homepage, overview, FAQ) around the composable architecture: a small core, with backends built as dedicated gRPC services around best-in-class engines, shipped as separate OCI images and pulled on demand. Lead from strength: drop the "36+ backends" kitchen-sink framing and the "All-in-One Complete AI Stack" / "single binary that gives you everything" lines that read as a monolith. - README: small-core differentiator; composable + open/extensible bullets - _index.md: composable tagline; install only what you use - overview.md: core vs on-demand backends; gRPC/OCI mechanics as benefits; bring-your-own model and backend - faq.md: "Do I need to install all the backends?" and "Can I bring my own model or backend?" Assisted-by: Claude:claude-opus-4-8 [Claude Code] Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
mudler
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Reframes the README hero and docs (homepage, overview, FAQ) around LocalAI's composable architecture instead of language that reads as a monolith.
The README led with "36+ backends" and the docs described LocalAI as "Your All-in-One Complete AI Stack" / "a single binary that gives you everything you need" - phrasing that fuels a "heavy / does-too-much" impression. In reality LocalAI is a small core, and each backend is a dedicated gRPC service built around a best-in-class engine (llama.cpp, vLLM, whisper.cpp, stable-diffusion, MLX...), shipped as a separate OCI image and pulled only when a model needs it.
Changes
_index.md: tagline → "A small, composable AI stack: run any model locally and install only what you use."overview.md: distinguishes the small core from on-demand backends; explains the gRPC/OCI design as benefits (isolation, independent upgrade, run on another machine); adds bring-your-own model/backend + flexibility.faq.md: adds "Do I need to install all the backends?" and "Can I bring my own model or backend?"Messaging principles applied
A composable-architecture diagram will be added in a follow-up commit once hosted.