Desktop app
GUIClick, pick a model, start chatting. No terminal, no config — signed and notarised for macOS.
- Signed and notarized
- Model library built in
- Local chat + server controls
same engine · two packages
Click, pick a model, start chatting. No terminal, no config — signed and notarised for macOS.
An OpenAI-compatible server on localhost — drop-in for Cursor, Claude Code, Aider, and anything that speaks the OpenAI API.
curl -fsSL https://rapidmlx.com/install.sh | bash
Rapid-MLX is built for Apple Silicon. Python is installed automatically when needed.
One command. It probes for Python, sets up an isolated environment, and puts rapid-mlx on your PATH — no sudo, nothing to sign up for.
curl -fsSL https://rapidmlx.com/install.sh | bash
brew install rapid-mlx
It's in homebrew/core now — no tap, no trust.
curl -fsSL https://rapidmlx.com/install.sh | bash -s 0.12.18
Pin a specific version or track the latest pre-release.
python-build-standalone if it's missing.~/.rapid-mlx — nothing touches your system Python.rapid-mlx binary into ~/.local/bin.sudo. Read the script first at rapidmlx.com/install.sh if you prefer.Already manage your own Python 3.10+ environment? Install straight from PyPI:
pip install rapid-mlxAdd TTS / STT support with the audio extra, or build from source — the full repo, including the eval framework, is on GitHub:
pip install 'rapid-mlx[audio]'Auto-downloads on first run
rapid-mlx serve qwen3.5-4b-4bit
serving on http://localhost:8000/v1
That's an OpenAI-compatible endpoint. Point Cursor, Claude Code, Aider, or any OpenAI client at http://localhost:8000/v1 and you're running locally.