[GitHub Trending] jundot/omlx
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
LLM inference server optimized for Apple Silicon, relevant to AI infrastructure but niche hardware focus.
oMLX is an open-source LLM inference server for Apple Silicon that manages continuous batching and tiered KV caching across hot memory and cold SSD, persisting context even across conversation changes. It runs as a macOS menu bar app or Homebrew service, exposing an OpenAI-compatible API on localhost:8000, and supports native custom kernels for GLM-5.2 and MiniMax M3 that deliver up to 30x faster prefill (845 vs ~29 tok/s on M3 Ultra) but require full Xcode to build. The server auto-discovers LLMs, VLMs, embeddings, and rerankers from model directories, and integrates with tools like Claude Code via MCP.
jundot