Open Interpreter
一个针对低成本模型优化的编码代理。 博客文章 ↗
安装
macOS 和 Linux:
curl -fsSL https://www.openinterpreter.com/install | sh
Windows:
irm https://www.openinterpreter.com/install.ps1 | iex
然后在终端中输入 i 或 interpreter 启动会话。
工具仿真
Open Interpreter 是 OpenAI Codex 的一个分支,专注于仿真能够从低成本模型中获取最佳性能的代理工具。使用 /harness 切换当前激活的工具:
> /harness native claude-code claude-code-bare zcode kimi-cli qwen-code deepseek-tui swe-agent minimal
更多信息请阅读[工具文档](https://docs.openinterpreter.com/harness)和[模型提供商文档](https://docs.openinterpreter.com/providers)。
计算机使用
Open Interpreter 内置了一个 QA 技能,让任何模型都能操作和测试界面。它可以通过 agent-browser 在真实浏览器中驱动 Web 应用,或通过 trycua 操作和测试原生应用。
特性
- 在 macOS、Linux 和 Windows 上,在原生沙箱内运行命令。
- 通过 TUI 中的
/model切换提供商和模型。 - 通过
/harness检查或切换 Rust 原生模型工具。 - 通过内置的 QA 技能测试 Web 和原生应用。
- 作为 Agent Client Protocol 代理运行,支持编辑器集成(
interpreter acp)。 - 将配置和会话状态本地保存在
~/.openinterpreter下。 - 支持
exec、MCP、技能、钩子、权限和AGENTS.md。 - [终端文档](https://docs.openinterpreter.com/terminal)
- [快速入门指南](https://docs.openinterpreter.com/quickstart)
- [安装指南](https://docs.openinterpreter.com/install)
- [CLI 参考](https://docs.openinterpreter.com/cli)
- [工具](https://docs.openinterpreter.com/harness)
- [模型提供商](https://docs.openinterpreter.com/providers)
- [沙箱与审批](https://docs.openinterpreter.com/sandbox)
文档
注意
这是基于 Codex 的 Open Interpreter 新 Rust 版本。 寻找原始的 Python 项目?它作为社区维护的分支存在于 [endolith/open-interpreter](https://github.com/endolith/open-interpreter)。
许可证
Apache-2.0