Skip to content

[GitHub Trending] jundot/omlx

5.7 relevance
Score Breakdown
technical depth
6
novelty
7
actionability
5
community
5
strategic
4
personal
6

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.

AI/ML github.com
LLM inference server with continuous batching & SSD caching for Apple Silicon — managed from the macOS menu bar - jundot/omlx
Summary

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.

Author

jundot