#5 · Primary category: Inference & Local Deploy
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
Project last updated:08/29/26
GitHub Stars
48.8K
Forks
4.4K
Contributors
239
License
MIT
Why we included this project
LocalAI is a self-hosted inference server with an OpenAI-compatible API, so teams can point existing applications at local models without rewriting their code. It runs on CPU-only hardware and modest machines, which makes it a practical choice when cloud GPU costs or data-residency rules rule out hosted providers. The project puts llama.cpp, vLLM, whisper.cpp, stable-diffusion, and other engines behind a single interface, so one deployment can serve text, vision, speech, and image models. Backends are pulled on demand rather than bundled, so you only install what the models you actually use need. For developers and small teams that want a self-contained alternative to hosted APIs, the quickstart path and broad model support are the main draws.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
textgen
Open-source desktop app for local LLMs. Text, vision, tool-calling, OpenAI/Anthropic-compatible API. 100% private.