Own your AI. The native macOS harness for AI agents -- any model, persistent memory, autonomous execution, cryptographic identity. Built in Swift. Fully offline. Open source.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"osaurus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-osaurus"
]
}
}
}