GitHub 项目简介: LLM inference server with continuous batching & SSD caching for Apple Silicon — managed from the macOS menu bar
README: making local LLMs practical for real coding work with tools like Claude Code.
README: Continuous batching and tiered KV caching, managed directly from your menu bar.
README: Cold tier (SSD): When the hot cache fills up, blocks are offloaded to SSD in safetensors format. On the next request with a matching prefix, they're restored from disk instead of…
README: Handles concurrent requests through mlx-lm's BatchGenerator. Max concurrent requests is configurable via CLI or admin panel.