rapid-mlx blog

Blog

Benchmarks, MLX internals, and practical guides for running LLMs locally on Apple Silicon — written by the people building the engine.

deepseek
Run DeepSeek Locally on Your MacBook Pro
How to run DeepSeek locally on a Mac with MLX — open reasoning (R1) and coding models from a 4 GB 8B on a MacBook Air to the V4-Flash flagship on a Studio, one command to serve them, and how to wire them into Claude Code or Cursor.
gemma
Run Gemma 4 Locally on Your MacBook Pro
How to run Google's Gemma locally on a Mac with MLX — which size fits your RAM (from a 1 GB nano on an 8 GB Air to the 31B dense on a Studio), one command to serve it, and how to wire it into Claude Code or Cursor.
gpt-oss
Run GPT-OSS Locally on Your MacBook Pro
How to run OpenAI's GPT-OSS locally on a Mac with MLX — the 20B fits a 16 GB MacBook, the 120B runs on a Studio, both mixture-of-experts with native reasoning and tool calling. One command to serve it, and how to wire it into Claude Code or Cursor.
llama
Run Llama Locally on Your MacBook Pro
How to run Meta's Llama locally on a Mac with MLX — which size fits your RAM (from a 0.5 GB 1B on a base Air to the 8B on 16 GB), one command to serve it, and how to wire it into Claude Code or Cursor.
mistral
Run Mistral Locally on Your MacBook Pro
How to run Mistral locally on a Mac with MLX — Mistral Small 24B on a 24 GB MacBook, Devstral for coding, and the Mistral Small 4 119B flagship on a Studio. One command to serve it, and how to wire it into Claude Code or Cursor.
mlx
MLX vs llama.cpp — an Apple Silicon Performance Comparison, Measured
MLX vs llama.cpp performance on Apple Silicon, measured on the same machine with the same models — llama-bench vs mlx-lm plus full server-path numbers. MLX wins decode (1.5× on MoE), llama.cpp wins prefill (1.7–2×), and which one is "faster" depends on your workload shape.
benchmarks
Rapid-MLX vs Ollama vs LM Studio — a Measured Benchmark on Apple Silicon
We benchmarked rapid-mlx against Ollama, llama.cpp and LM Studio on an M2 Pro Mac mini — three models, same weights where possible, medians of three runs, raw JSON published. Rapid-MLX wins MoE decode by 1.5×, loses cold prefill, and one engine surprised us.
local-llm
The Best Local AI Models for Apple Silicon (2026)
The best local AI models for Apple Silicon in 2026, picked by job — best all-rounder, best for coding agents, best under 8 GB, best reasoning, best vision, best flagship — with real sizes, real RAM requirements, and one command to run each.
qwen
Run Qwen 3.5 & Qwen 3.6 Locally on Your MacBook Pro
How to run Qwen 3.5 and Qwen 3.6 locally on a Mac with MLX — which size fits your RAM (from 8 GB Airs to 128 GB Studios), one command to serve it, and how to wire it into Claude Code or Cursor.
apple-silicon
The best local LLM for your Mac, by how much memory it has
One pick per memory tier, from an 8 GB MacBook Air to a 96 GB Studio. Boot time and peak memory measured in a single run, capability scored against the full-precision base models, and the one place our own table does not climb.
apple-silicon
How much memory do you need to run a local LLM on a Mac?
82 models plotted against the unified memory they actually need on Apple Silicon, with Artificial Analysis intelligence scores where they exist. 64 of them fit in 24 GB. The interesting part is what does not fit anywhere.
coding-agents
Local Coding Agents That Actually Work on Apple Silicon
We re-verified Claude Code, Codex CLI, Aider, and Hermes end-to-end on local models on Apple Silicon (July 2026) — real edits, real tool calls, current binaries. What works, why, and the one-line setup for each.
ollama
Rapid-MLX vs Ollama vs LM Studio on Apple Silicon
An honest, reproducible comparison. Where each one fits, real rapid-mlx tok/s on an M3 Ultra, and a copy-paste benchmark to measure all three on your own Mac — because we don't publish head-to-head speed numbers we can't reproduce.
release
Rapid-MLX 0.11.0 — 25.6× faster to first token, meet your Mac's new agent
Fifteen releases in three weeks. Prefix-cache reuse takes TTFT from 13.1s to 0.51s, rapid-mlx chat becomes a real MCP agent, five new model families land day one, and tool calls are now schema-valid by construction — all measured on real hardware.
ollama
Moving from Ollama to rapid-mlx on Apple Silicon
A practical migration guide. The CLI commands map almost 1:1 (run, pull, rm, ps), you point your OpenAI-compatible tools at a new port, and you can run both servers side by side while you switch. Includes a model-name cheat sheet.
aider
Run Aider on a Local Model — Pair-Program Offline on Your Mac
Point Aider at a model running locally with rapid-mlx. Two env vars, and the terminal pair-programmer edits your files entirely on your Mac — private, offline, $0 per token. Works even with reasoning-only models.
claude-code
Run Claude Code on a Fully Local Model — in 5 Minutes
Point Anthropic's Claude Code at a model running on your own Mac with rapid-mlx. Two environment variables, 100% local, $0 per token, and tool calls that actually work — verified on rapid-mlx 0.11.1. Here's the whole setup.
codex
Run Codex CLI on a Local Model — OpenAI's Agent, on Your Mac
Point OpenAI's Codex CLI at a model running locally with rapid-mlx. One config block (or a one-shot --setup), and Codex talks to your Mac the same way it talks to api.openai.com — private, offline, $0 per token.
cursor
How to Use Cursor with a Local LLM on Your Mac
Use Cursor with a local LLM on your Mac — point chat, Ctrl-K, and composer at a model served by rapid-mlx. One custom base URL in Settings → Models, and your editor's AI runs on your Mac: private, offline, $0 per token.
benchmarks
The 5 Best AI Models You Can Actually Run on a MacBook Pro (2026)
I benchmarked five local LLMs that fit a MacBook Pro — Gemma 4, Qwen3.6, GPT-OSS-20B, Nemotron-Nano-30B, and a ternary Bonsai-27B — on coding, reasoning, tool-calling, and memory. One of them is a 27B model squeezed into 8GB, and it nearly won.
benchmarks
Which MLX Models Are Actually Smart and Fast? 17 Benchmarked on M3 Ultra
Standardized HumanEval+, MATH-500, MMLU-Pro and tool-calling evals across 17 MLX models on a 256 GB M3 Ultra — decode speed, RAM, and accuracy for every model, plus what the community found, so you can pick the best local LLM for agent and coding work on Apple Silicon.