OSAURUS — Summary
OSAURUS is a native macOS AI harness written in Swift for Apple Silicon, positioning itself as the layer that makes AI personal and persistent: "Inference is all you need. Everything else can be owned by you." The project ships a SwiftUI desktop app (downloadable as a .dmg) that combines local MLX model inference, cloud API connections (OpenAI, Anthropic, Gemini, xAI, Venice AI, Ollama, LM Studio), an Apple Container-based Linux VM sandbox for safe code execution, a three-tier memory system with salience scoring, a full MCP server/client, cryptographic identity (secp256k1 key chain), and a WebSocket relay for remote agent access. The privacy filter uses Apple's on-device openai/privacy-filter model to detect and scrub PII before any data leaves the device. The sandbox is built on Apple's Containerization framework (macOS 26+), giving each agent a dedicated Linux user in an Alpine VM connected back to Osaurus via vsock bridge. OSAURUS ships a osaurus CLI binary with subcommands (ui, serve, status, mcp).
Differs from seeds: OSAURUS has no equivalent in the seeds. Its closest relative is agent-os (personal harness philosophy) but OSAURUS is orders of magnitude more sophisticated: native Swift app vs bash scripts, Apple Silicon MLX inference, Apple Container Linux VM sandboxes, secp256k1 cryptographic identity, and a privacy filter. Unlike ccmemory (Neo4j + Claude Code plugin), OSAURUS is a complete standalone macOS application. Unlike superpowers (skills pack), OSAURUS replaces the runtime layer entirely.