Model Library
Every local model, version and adapter in one organized place.
The complete AI laboratory for Apple Silicon. The entire model lifecycle โ from Hugging Face discovery to a production endpoint โ in one native app on Apple's MLX framework.
Click a stage โ every one is a first-class studio in the app.
The one non-negotiable principle: every visual action can emit the equivalent reproducible code โ Python mlx-lm, Swift MLX, CLI, or curl.
Every local model, version and adapter in one organized place.
Chat & completion sandbox with full parameter control.
Import, inspect and split training data for fine-tuning.
Scriptable experiments living next to your models.
GPU-level profiling for the performance-obsessed.
Multimodal experimentation with vision models.
Fan work out to other Macs on your network (Bonjour).
Everything in the app is one keystroke away.
ForgeServer speaks the real OpenAI wire format โ verified with golden tests against the unmodified openai Python SDK.
from openai import OpenAI
client = OpenAI(base_url="http://localhost:8080/v1", api_key="mlxf-โฆ")
resp = client.chat.completions.create(
model="qwen3-14b-4bit",
messages=[{"role": "user", "content": "Hello from my own silicon"}],
stream=True,
)
Free download. Your models, your data, your silicon.
โฌ Download MLX Forge 1.1.0