jundot/omlx

LLM inference server with continuous batching & SSD caching for Apple Silicon — managed from the macOS menu bar

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 seconds ago
Added to GitGenius on August 17th, 2026
Created on February 13th, 2026
Open Issues & Pull Requests: 996 (+0)
Number of forks: 1,706
Total Stargazers: 20,064 (+0)
Total Subscribers: 101 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.4 hours
Mean response time: 2.7 days
90th percentile: 4.1 days
Tracked items: 1,417

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 27% of tracked open issues have had no activity in three months. Only 8% of issues opened in the past year have been closed. Three people close 70% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 780
New in 7 days: 151
Closed in 7 days: 52
Avg open age: 65 days
Stale 30+ days: 498
Stale 90+ days: 172

Recent activity

Opened in 7 days: 142
Closed in 7 days: 52
Comments in 7 days: 134
Events in 7 days: 302

Top labels

  • in progress (8)
  • needs time (8)
  • planned (4)
  • feature request (1)
  • priority (1)
  • weekend (1)

Detailed Description

oMLX is an LLM inference server optimized for Apple Silicon Macs that runs from the macOS menu bar.

The tool addresses the friction of running large language models locally on Apple Silicon by implementing continuous batching and tiered key-value caching across both in-memory and SSD storage. This two-tier caching strategy allows the server to keep frequently used models pinned in memory while automatically swapping larger models to disk on demand. Crucially, KV cache persists across context changes within conversations, meaning past context remains cached and reusable even when requests change, making it practical for extended coding sessions with tools that maintain state across multiple interactions.

oMLX suits developers who want to run local LLMs on their Mac without sacrificing either convenience or control. The menu bar interface provides straightforward management without requiring terminal expertise, while the CLI shim enables integration with terminal commands and Apple Shortcuts for automation. The project targets users who need context limits, model pinning, and intelligent memory management—particularly those working with coding assistants that benefit from persistent context across requests. The macOS app distribution with built-in auto-update lowers the barrier to staying current.

Development activity shows consistent engagement with the project. The maintainer actively responds to user feedback and maintains the codebase. The tool receives regular updates that address both performance improvements and user-reported issues. Documentation is maintained across multiple languages, indicating attention to accessibility for a broader user base. The project includes benchmarking infrastructure to track performance characteristics, suggesting a data-driven approach to optimization decisions.