#7 · Primary category: Inference & Local Deploy
exo
Run frontier AI locally.
Project last updated:08/25/26
GitHub Stars
47.1K
Forks
3.5K
Contributors
107
License
Apache-2.0
Why we included this project
exo turns a handful of machines you already own into one distributed inference cluster, so a model too large for any single device, say a 600B-parameter one, can run across several Mac Studios or workstations. The software finds the other exo nodes on your network automatically, then splits the model across them based on a live view of your topology, weighing each machine's resources and the latency between links. MLX handles the inference, tensor parallelism shards the weights, and RDMA over Thunderbolt keeps inter-device latency low enough that adding machines speeds things up instead of slowing them down. It exposes the OpenAI, Claude, and Ollama APIs, so existing clients and tools keep working unchanged, and a built-in dashboard manages the cluster and provides a chat interface. Custom models can be loaded from the Hugging Face hub. That makes it a practical route for teams that want frontier-scale models on their own hardware without renting cloud GPUs, or for anyone experimenting with multi-device inference.
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.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.