Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/jundot/omlx/llms.txt

Use this file to discover all available pages before exploring further.

oMLX runs on macOS 15.0+ (Sequoia) with Apple Silicon (M1/M2/M3/M4) and Python 3.10+. Choose the installation method that fits your workflow: the macOS app is the fastest way to get started, Homebrew gives you CLI access and background service management, and source install is best if you want to modify oMLX itself.
Download the .dmg from GitHub Releases, open it, and drag oMLX to your Applications folder.Once installed, launch oMLX from Applications. The Welcome screen walks you through three steps: set your model directory, start the server, and download your first model.The macOS app includes in-app auto-update — future upgrades are a single click inside the app.
The macOS app does not install the omlx CLI command. If you need terminal access (for example, to use omlx serve or omlx launch), install via Homebrew or from source instead.

Verifying the installation

After installing via Homebrew or from source, confirm the CLI is available:
omlx --help
Then start the server and check the health endpoint:
omlx serve --model-dir ~/models
curl http://localhost:8000/health
You should receive a 200 OK response. The admin dashboard is available at http://localhost:8000/admin.

Build docs developers (and LLMs) love