Open Interpreter(开放解释器) 可以让大语言模型(LLMs)在本地运行代码(比如 Python、JavaScript、Shell 等)。安装后,在终端上运行 $ interpreter 即可通过类似 ChatGPT 的界面与 Open Interpreter 聊天。

趋势

Open Interpreter

A coding agent for low-cost models.

Discord Documentation License

A close-up of a laptop screen running a terminal agent

Note

This is the new Rust version of Open Interpreter. Looking for the original Python project? It lives on as a community-maintained fork at endolith/open-interpreter.

Tip

New: GLM-5.2 with ZCode emulation. Open Interpreter now includes a Rust-native zcode harness for GLM-5.2, designed to give GLM its best coding-agent workflow directly in your terminal.

Installation

macOS and Linux:

curl -fsSL https://www.openinterpreter.com/install | sh

Windows:

irm https://www.openinterpreter.com/install.ps1 | iex

Then type i or interpreter in your terminal to start a session.

Harness Emulation

Open Interpreter is a fork of OpenAI's Codex, with a focus on emulating the agent harness that gets the best performance out of low-cost models.

Use /harness to switch the active harness:

> /harness

native
claude-code
claude-code-bare
zcode
kimi-cli
qwen-code
deepseek-tui
swe-agent
minimal

Read more in the harness docs and model provider docs.

Computer Use

Open Interpreter ships with a QA skill that lets any model operate and test interfaces. It can drive web apps in a real browser with agent-browser, or operate and test native apps with trycua.

Features

  • Runs commands inside native sandboxing on macOS, Linux, and Windows.
  • Switches providers and models from the TUI with /model.
  • Inspects or switches Rust-native model harnesses with /harness.
  • Tests web and native apps through the built-in QA skill.
  • Runs as an Agent Client Protocol agent for editors with interpreter acp.
  • Keeps config and session state local under ~/.openinterpreter.
  • Supports exec, MCP, skills, hooks, permissions, and AGENTS.md.

Documentation

License

Apache-2.0

关于
A natural language interface for computers
63.9 k
5.5 k
462
语言
Rust
Python
Starlark
TypeScript
Shell
PowerShell
JavaScript
Jupyter Notebook
HTML
Just
Smarty
Nix
MDX
CSS
96.42%
2.64%
0.22%
0.21%
0.16%
0.14%
0.07%
0.05%
0.04%
0.02%
0.01%
0.01%
0.01%
0.01%