openinterpreter/openinterpreter

★ 68,390⑂ 5,884

A coding agent for open models like Kimi K3 and GLM 5.3

About openinterpreter/openinterpreter

openinterpreter/openinterpreter is an open-source project on GitHub, mainly written in Rust. A coding agent for open models like Kimi K3 and GLM 5.3 It currently holds 68,390 stars and 5,884 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the AI Coding Agents board.

GitHub Repository Details

Repository openinterpreter/openinterpreter · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

Open Interpreter

A coding agent optimized for low-cost models. Blog post ↗

EnglishEspañol简体中文日本語

https://github.com/openinterpreter/openinterpreter/blob/HEAD/Discord https://github.com/openinterpreter/openinterpreter/blob/HEAD/Documentation https://github.com/openinterpreter/openinterpreter/blob/HEAD/License

[!NOTE]
Today: Kimi K3 is here. We have reimplemented the provider-recommended
Kimi Code harness in Rust, giving you
maximum K3 performance with a Codex-like interface.
Kimi Docs →


https://github.com/openinterpreter/openinterpreter/blob/HEAD/Open Interpreter running in a 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-code kimi-cli qwen-code deepseek-tui swe-agent minimal

Read more in the harness docs and provider setup guides.

ACP compatible, Codex compatible

Open Interpreter works in ACP-compatible editors and clients. Configure the client to launch interpreter acp; see the ACP guide for examples.

Already building with OpenAI's Codex SDK? Keep the SDK and make a one-line binary override:

-const codex = new Codex();
+const codex = new Codex({ codexPathOverride: "interpreter" });

Open Interpreter speaks the same Codex exec protocol. See the SDK guide and run scripts/test-codex-sdk-compat.sh for a local, provider-free compatibility check.

Portable by default

Open Interpreter should fit into your existing agent setup instead of trapping it in an Open Interpreter-only format. The product goal is to prefer shared, tool-neutral standards and directories, keep user-authored data in readable files, and make moving to or from another compatible agent straightforward.

Today that includes repository AGENTS.md, shared .agents/skills directories, MCP, ACP, and the Codex exec protocol. Product-specific storage under ~/.openinterpreter is reserved for configuration and runtime state that does not yet have a practical shared standard. Legacy product-specific skill directories remain readable for compatibility, but new skills belong in .agents/skills or ~/.agents/skills.

See the portability guide for the current boundary and the rules for evolving it.

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

interpreter --chat-completions or interpreter exec --chat-completions.

Documentation

Provider and model membership is generated, not maintained as Rust lists. From codex-rs, refresh all hosted providers with python3 scripts/write_provider_catalog.py, or repeat --provider to update only selected provider entries. Live model sources require the provider credentials documented in the provider docs.
[!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.

License

Apache-2.0

GitHub Stars & Activity

68,390Stars
5,884Forks
0Open issues
RustLanguage

GitHub Popularity

GitHub stars68,390
Forks5,884
Open issues0
Primary languageRust
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

farion1231 / cc-switch

Rust★ 133,792⑂ 9,235
2

rtk-ai / rtk

Rust★ 81,089⑂ 5,141
3

Hmbown / Codewhale

Rust★ 41,006⑂ 3,562
4

herdrdev / herdr

Rust★ 39,770⑂ 2,997
5

TabbyML / tabby

Rust★ 33,881⑂ 1,788
6

1jehuang / jcode

Rust★ 19,931⑂ 2,317
7

tonhowtf / omniget

Rust★ 13,986⑂ 1,227
8

affaan-m / ECC

JavaScript★ 263,266⑂ 39,395

More AI Rankings