Ai Agents 2 min read

Osaurus Pivots to Unified macOS Agent Platform With Linux VMs

The open-source Osaurus app now routes local MLX models and cloud APIs through a hardware-isolated agent harness natively built for Apple Silicon.

On May 15, the open-source AI harness Osaurus officially transitioned from a strictly local LLM server into a unified macOS platform for hybrid agent workflows. Developed natively in Swift for Apple Silicon by Terence Pae, the application provides a hardware-isolated control layer. It allows developers to route queries to cloud providers while keeping persistent memory, personal files, and identity entirely on the local machine.

Unified Model Routing

Users can switch between local models executed via Apple’s MLX framework and external providers including OpenAI, Anthropic, Gemini, xAI, and OpenRouter. The application exposes a local port that mimics OpenAI, Anthropic, and Ollama APIs. This allows external tools like Cursor or Claude Desktop to connect directly via the Model Context Protocol.

By treating local and cloud models as interchangeable endpoints, the platform reduces the friction of managing separate API integrations across different local tools.

Sandboxed Execution Environment

Osaurus configures individual AI agents with persistent system prompts, memory, and specialized toolsets. To protect the host machine during autonomous task execution, these agents run code inside an isolated Linux virtual machine. This VM is powered by Apple’s native Containerization framework.

The platform ships with over 20 native plugins, granting agents controlled access to Apple Mail, Calendar, Vision, Git, and the macOS Filesystem. API keys for cloud services remain in the macOS Keychain, and each agent operates under a cryptographic identity to enforce strict access controls.

Hardware Requirements and macOS 26

Running this stack requires macOS 15.5 or later. Hardware needs scale linearly depending on the models you choose to host locally.

Deployment TargetMinimum RAMSupported Models
Standard Local64 GBMiniMax M2.5, Gemma 4, Qwen3.6, GPT-OSS
Large Local128 GBDeepSeek V4, Llama, Liquid LFM

The latest update also positions the app for the upcoming “macOS 26” update, internally referenced as “Tahoe”. Osaurus can map native Apple Foundation Models through its harness using the model name foundation in API requests, routing queries to the OS with zero inference cost.

If you build multi-agent systems on macOS, Osaurus changes your local testing architecture. You can map highly sensitive data tasks to small local models while routing complex reasoning requests to cloud providers, all through a single local port without exposing your host file system to external APIs.

Get Insanely Good at AI

Get Insanely Good at AI

The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.

Keep Reading