Osaurus preview
Osaurus logo
Coding Free (open-source)

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

7.5
AI Score / 10
Visit Osaurus

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.

Open Source Free

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

Compare head-to-head

Related reading

Ready to try Osaurus?

Head to the official site to start with Osaurus — pricing and plans are listed above.

Visit Osaurus
← More Coding tools