openinterpreter / openinterpreter
- четверг, 16 июля 2026 г. в 00:00:02
A coding agent for low-cost models
A coding agent optimized for low-cost models. Blog post ↗
macOS and Linux:
curl -fsSL https://www.openinterpreter.com/install | shWindows:
irm https://www.openinterpreter.com/install.ps1 | iexThen type i or interpreter in your terminal to start a session.
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.
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.
/model./harness.interpreter acp.~/.openinterpreter.exec, MCP, skills, hooks, permissions, and AGENTS.md.Note
This is the new Rust version of Open Interpreter, based on Codex. Looking for the original Python project? It lives on as a community-maintained fork at endolith/open-interpreter.
Apache-2.0