midnight.
LOCAL MODEL RUNNER BETA

Your models.
Your machine.

Run AI on your own hardware.
A native model runner, one familiar API.

INSTALL MIDNIGHTmacOS / Linux
curl -fsSL https://midnightrun.sh/install.sh | bash
Latest release · Apple silicon, macOS 26+ · Asks before adding to PATH.
Apple silicon MetalLinux source build
A smaller path from model to API
01 / FROM TERMINAL TO INFERENCE

Keep it local.
Keep it simple.

01

Install once.

The runner and its runtime resources live in ~/.midnight. Your source checkout stays separate.

02

Bring your model.

Add a compatible MLX checkpoint to ~/.midnight/models, then start the runner.

$ midnight --model MODEL_NAME
03

Use a familiar API.

Connect your tools to Midnight’s local, OpenAI-compatible chat endpoint.

localhost:8080/v1/chat/completions
BUILT TO RUN

The runner is the foundation.

Studio and other tools stay separate. Midnight does the inference.

Read the documentation