#17 · Primary category: Inference & Local Deploy
omlx
LLM inference server with continuous batching & SSD caching for Apple Silicon — managed from the macOS menu bar
Project last updated:08/29/26
GitHub Stars
21.0K
Forks
1.8K
Contributors
251
License
Apache-2.0
Why we included this project
oMLX is a self-contained LLM inference server built for Apple Silicon, and it is one of the few that feels finished rather than assembled. A single process serves text models, vision-language models, embeddings, and rerankers behind an OpenAI-compatible endpoint, so tools like Claude Code or Cursor connect with minimal setup. The tiered KV cache is the real differentiator: hot blocks stay in RAM while cold ones move to SSD, and the cache survives context changes and server restarts, so long coding sessions do not recompute from scratch. Continuous batching keeps throughput steady under concurrent requests, and the menu-bar app plus admin dashboard let you load, pin, and evict models visually instead of editing config files. For anyone running local models on a Mac who wants caching depth without assembling a stack of separate tools, this is worth a look.
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.