GitHub logo

GitHub

Free

A coding agent optimized for low-cost models.

FreeFree tier
Inputs: text, codeOutputs: text
Type
Open Source

About GitHub

Open Interpreter is an open-source coding agent that emulates the harness from OpenAI's Codex, optimized for low-cost AI models. It runs as a terminal-based tool (command interpreter) and supports multiple model harnesses (native, claude-code, kimi-code, etc.), allowing users to switch providers and models on the fly. The agent executes commands inside native sandboxing on macOS, Linux, and Windows, and includes a built-in QA skill for testing web and native applications via browser automation or the trycua tool. It is ACP (Agent Client Protocol) compatible and can be used as a drop-in replacement for the Codex SDK, enabling integration with ACP-compatible editors and clients.

Key Features

Runs commands inside native sandboxing on macOS, Linux, and Windows
Switches providers and models from the TUI using /model
Inspects or switches Rust-native model harnesses with /harness
Tests web and native apps through built-in QA skill
Runs as an Agent Client Protocol (ACP) agent for editors
ACP compatible and Codex compatible (one-line binary override)
Installation via curl (macOS/Linux) or PowerShell (Windows)
Supports multiple harnesses: native, claude-code, kimi-code, zcode, deepseek-tui, swe-agent, minimal

Pros & Cons

Pros
  • Free and open-source (MIT license)
  • Optimized for low-cost AI models, making it accessible
  • Sandboxed execution enhances security
  • Multi-platform support (macOS, Linux, Windows)
  • Plug-and-play compatibility with ACP and Codex protocols
  • Flexible model switching via TUI commands
Cons
  • Primarily a command-line interface, lacking a graphical user interface
  • Requires manual setup of providers and harnesses for different models

Best For

Running code as a coding agent in terminalAutomated web and native app testing using the QA skillIntegrating with ACP-compatible editors and clientsEmulating low-cost model harnesses for performance optimizationReplacing OpenAI Codex SDK with a local, open-source alternative

FAQ

What is Open Interpreter?
Open Interpreter is a free, open-source coding agent that emulates the harness from OpenAI's Codex, optimized for low-cost AI models. It runs in the terminal and supports multiple model backends.
How do I install Open Interpreter?
On macOS and Linux, run `curl -fsSL https://www.openinterpreter.com/install | sh`. On Windows, run `irm https://www.openinterpreter.com/install.ps1 | iex`. Then type `i` or `interpreter` in the terminal to start.
What models does it support?
Open Interpreter supports a variety of low-cost models through different harnesses, including native, claude-code, kimi-code, zcode, deepseek-tui, qwen-code, swe-agent, and minimal. Use /harness to switch between them.
Is Open Interpreter free?
Yes, Open Interpreter is completely free and open-source. There are no usage limits or paid tiers.