#80 · Primary category: Inference & Local Deploy

Rapid-MLX

apple-silicon claude-code cursor deepseek fastapi hacktoberfest inference llm local-llm m1 m2 m3 macos mlx ollama-alternative openai-api python qwen tool-calling

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 separation, cloud routing. Drop-in OpenAI replacement. Works with Claude Code, Cursor, Aider.

Project last updated:08/29/26

GitHub Stars

3.6K

Forks

402

Contributors

53

License

Other

Why we included this project

Running local LLMs on a Mac usually means waiting through model startup and fighting with tool-calling reliability. Rapid-MLX addresses both: it is a local inference engine built for Apple Silicon that exposes an OpenAI- and Anthropic-compatible API, so existing tools like Claude Code, Cursor, or Aider can point at a machine-local model without changing their setup. Alongside the speed, it includes parsers that get models to emit structured function calls reliably, separates reasoning tokens from the main response, and keeps a prompt cache that cuts latency on repeated requests. When you want to hand a request to a hosted provider, there is a cloud-routing option as a fallback. For developers and small teams on M-series laptops who want private, offline serving without a heavy container stack, this is a practical drop-in replacement for the usual local servers.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category