osaurus
by osaurus-ai·★ 5,287·综合分 59
一个原生的 macOS AI 交互框架,支持 MCP 服务器,可在本地/云模型上运行代理和工具。
概述
Osaurus 是一个用 Swift 构建的 macOS AI 框架,提供个性化 AI 体验,包含持久化内存、自主代理和加密身份认证。作为 MCP 服务器,它通过 stdio 桥接暴露工具,兼容各类 MCP 客户端。该应用支持多种 AI 模型,包括本地 MLX 优化模型、Apple 基础模型以及 OpenAI 和 Anthropic 等云服务提供商。其沙盒环境在隔离的 Linux 虚拟机中安全执行代码,适用于需要安全性和隐私的个人和专业场景。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果你想要一个具有持久记忆、沙盒执行能力和 MCP 服务器功能的原生 macOS AI 代理,既能离线工作也能连接云服务,请选择 Osaurus。
什么时候不要选它
如果你需要跨平台支持或寻找具有更灵活许可选项的开源替代方案,不要选择 Osaurus。
此 server 暴露的工具
从 README 抽取出 12 个工具query_postgresQuery PostgreSQL database
create_github_issueCreate a new GitHub issue
list_filesList files in a directory
search_webSearch the web for information
send_emailSend an email
schedule_taskSchedule a task to run later
read_calendarRead calendar events
execute_shellExecute shell commands in a sandboxed environment
analyze_imageAnalyze images using vision capabilities
save_memorySave important facts to long-term memory
create_agentCreate a new AI agent with specific capabilities
run_agentRun an agent with a specific task
说明:Tool names inferred from the plugin system description and MCP server documentation. The README mentions plugins for Mail, Calendar, Vision, macOS, Git, Filesystem, Search, etc. but doesn't provide specific tool names. Some tools were extra
可对比工具
安装
通过 Homebrew 安装:
brew install --cask osaurus或从 [Releases](https://github.com/osaurus-ai/osaurus/releases/latest) 下载最新的 .dmg 文件。
对于 Claude Desktop,添加到 claude_desktop_config.json:
{
"mcpServers": {
"osaurus": {
"command": "osaurus",
"args": ["mcp"]
}
}
}FAQ
- Osaurus 支持哪些模型?
- Osaurus 支持 MLX 优化的本地模型、Apple 基础模型(macOS 26+)、Liquid AI LFM 模型以及 OpenAI、Anthropic、Gemini、xAI/Grok、Venice AI、OpenRouter、Ollama 和 LM Studio 等云服务提供商。
- Osaurus 如何处理安全性和隐私?
- Osaurus 使用 secp256k1 密钥的加密身份,在隔离的 Linux 虚拟机中进行沙盒代码执行,并可以使用本地模型完全离线运行。云服务只有在用户明确选择时才会连接。
osaurus 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。