Install once.
The runner and its runtime resources live in ~/.midnight. Your source checkout stays separate.
Run AI on your own hardware.
A native model runner, one familiar API.
curl -fsSL https://midnightrun.sh/install.sh | bashThe runner and its runtime resources live in ~/.midnight. Your source checkout stays separate.
Add a compatible MLX checkpoint to ~/.midnight/models, then start the runner.
$ midnight --model MODEL_NAMEConnect your tools to Midnight’s local, OpenAI-compatible chat endpoint.
localhost:8080/v1/chat/completionsStudio and other tools stay separate. Midnight does the inference.