raullenchai/rapid-mlx

The fastest local AI engine for Apple Silicon. 4.2x faster than Ollama, 0.08s cached TTFT, 100% tool calling. 17 tool parsers, prompt cache, reasoning...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 14 minutes ago
Added to GitGenius on September 18th, 2026
Created on February 25th, 2026
Open Issues & Pull Requests: 49 (+1)
GitHub issues: Enabled
Number of forks: 416
Total Stargazers: 3,799 (+0)
Total Subscribers: 62 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.9 hours
Mean response time: 3.7 days
90th percentile: 7.0 days
Tracked items: 629

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 15% of issues opened in the past year have never received a reply. Only 6% of open issues come from outside the core team — the tracker reads mainly as internal planning. Work labelled "spam-suspected" is answered fastest, typically in under an hour, while "enhancement" waits about 2 days. 96% of issues opened in the past year have since been closed. Three people close 97% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 26
New in 7 days: 17
Closed in 7 days: 18
Avg open age: 33 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 9
Closed in 7 days: 13
Comments in 7 days: 3
Events in 7 days: 21

Top labels

  • bug (225)
  • enhancement (110)
  • engine/server (84)
  • desktop-app (71)
  • ci/release (36)
  • spam-suspected (34)
  • WIP (29)
  • documentation (26)

Detailed Description

Rapid-MLX is a local AI inference engine optimized for Apple Silicon that provides a drop-in replacement for OpenAI and Anthropic APIs.

The tool addresses the need for fast, private AI inference on Mac hardware by leveraging the MLX framework to run large language models directly on M-series processors. It achieves significantly higher throughput than comparable solutions through optimizations specific to Apple Silicon architecture, with particular emphasis on reducing time-to-first-token for cached requests and supporting comprehensive tool calling across multiple model families.

Developers running on M-series Macs who want to run models locally without cloud API costs or latency should consider this tool. It works as a direct replacement in applications that already support OpenAI or Anthropic-compatible endpoints, making integration straightforward for existing projects. The tool supports integration with development environments like Claude Code, Cursor, and Aider. Those evaluating alternatives to Ollama will find the tool offers substantially higher throughput on the same hardware.

The project maintains active development with regular commits and demonstrates broad compatibility across M-series Mac generations. The codebase includes comprehensive tool parsing capabilities and prompt caching features that extend beyond basic inference functionality. The project provides multiple distribution channels including package managers and maintains supplementary resources like model mirrors and desktop applications alongside the core engine.