Osaurus
Open-source, native local LLM server for Apple Silicon Macs — runs models on-device via MLX with an OpenAI-compatible API for private coding and automation.
Updated 2026-07-20
Overview
Osaurus is an open-source, native local inference server for Apple Silicon Macs. It loads language models onto your machine and serves them through an OpenAI-compatible API, so agents, editors, and scripts that already speak the ChatGPT API format can point at localhost instead of a cloud endpoint. Everything — prompts, code, files — stays on the device. Nothing leaves your Mac.
Built by Dinoki AI on Apple's MLX framework rather than a generic cross-platform runtime, Osaurus is tuned specifically for the M-series unified memory architecture. That's the pitch against the more familiar Ollama: a lightweight, Swift-native app that targets Mac hardware directly instead of running the same binary everywhere. The OpenAI-compatible endpoint is the important part for developers — it means you can wire it into existing coding assistants, agent frameworks, and automation flows without rewriting your integration.
It's aimed at developers who want offline, privacy-preserving AI for coding and local automation: people working with sensitive codebases, folks on flaky connections, or anyone who'd rather not send every keystroke to a third-party API. The trade-off is the obvious one for local models — you're capped by your Mac's RAM and by whatever open-weight models you can realistically run, which won't match frontier cloud models on the hardest tasks.
Key features
Fully local inference
Models run entirely on your Mac, so code, prompts, and data never leave the device — useful for sensitive work and offline use.
MLX-native for Apple Silicon
Built on Apple's MLX framework and tuned for M-series unified memory rather than a generic cross-platform runtime, which is where its efficiency claims come from.
OpenAI-compatible API
Exposes an API in the OpenAI format, so existing coding agents and tools can point at localhost with little or no code change.
Open source and free
The full project is open-source with no license fees, letting you inspect, self-host, and modify the server.
Pricing
Free tier: Entirely free and open-source; the only cost is the Apple Silicon Mac you run it on.
| Plan | Price | What's included |
|---|---|---|
| Open Source | Free | Full local LLM server, MLX inference, OpenAI-compatible API, no usage fees or cloud costs |
Full local LLM server, MLX inference, OpenAI-compatible API, no usage fees or cloud costs
Pros & cons
Pros
- ✓Keeps all data on-device — strong privacy story for sensitive codebases and offline work
- ✓Native MLX build targets Apple Silicon directly rather than a generic runtime
- ✓OpenAI-compatible API drops into existing agents and coding tools with minimal changes
- ✓Free and open-source, with no per-token or subscription cost
- ✓Lightweight Swift-native app rather than a heavy cross-platform stack
Cons
- ×Apple Silicon Macs only — no Windows, Linux, or Intel support
- ×Local models are capped by your Mac's RAM and won't match frontier cloud models on hard tasks
- ×Early-stage open-source project, so expect rough edges and a smaller ecosystem than Ollama
- ×Requires comfort with model files, terminals, and API wiring — not a polished consumer app
How it compares
| Tool | Best for | Pricing | Score |
|---|---|---|---|
| Osaurus | — | Free (open-source) | 7.5/10 |
| Cursor vs Cursor → | — | Freemium | 9.5/10 |
| GPT-5.5 vs GPT-5.5 → | — | API: $5/$30 per 1M tokens (in/out). ChatGPT Plus $20/mo, Pro $200/mo | 9.4/10 |
| Windsurf | — | Freemium | 9.1/10 |
Compare head-to-head
Related reading
GPT-Red vs Human Red Teaming: What Benchmarks Show
OpenAI's GPT-Red automates red teaming at scale, but human testers still find the attacks it can't. A neutral read of the numbers.
GPT-Red Explained: How OpenAI Red-Teams Itself
GPT-Red is OpenAI's model built to attack other AIs and surface prompt injections. Here's how its self-play training works and what it hardens.
Qwen 3.8: Alibaba's 2.4T Open Model vs Fable 5
Alibaba's Qwen team previewed Qwen 3.8, a 2.4-trillion-parameter open-weight model it ranks second only to Fable 5, with weights and benchmarks still to come.
Ready to try Osaurus?
Head to the official site to start with Osaurus — pricing and plans are listed above.
Visit Osaurus

