#80 · Primary category: Inference & Local Deploy
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 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
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.