Audience
Developers and AI power users needing to run fast local LLM inference and agentic coding workflows on Apple Silicon
About oMLX
oMLX is a macOS-native MLX server designed to make local AI faster and more practical on Apple Silicon. Built for the way coding agents actually work, it uses paged SSD KV caching to persist cache blocks to disk, allowing previously seen prefixes to be restored across requests and server restarts instead of being recomputed from scratch. This can reduce time to first token on long contexts from 30–90 seconds to under five seconds after the first turn. Continuous batching handles concurrent requests through mlx-lm’s BatchGenerator, improving generation throughput without forcing requests to wait behind a single job. oMLX can serve LLMs, vision-language models, embedding models, and rerankers simultaneously, using LRU eviction when memory runs low. It supports any MLX-format model from Hugging Face, including Qwen, LLaMA, Mistral, Gemma, DeepSeek, MiniMax, and GLM, and can reuse models already stored in the standard Hugging Face cache, LM Studio folders, or custom directories.