OpenSource-Hub
O

openinterpreter

SHA-256
65.6k stars·Developer Tools·SHA-256 checksum verified

Open Interpreter is a Rust-based coding agent optimized for low-cost models, with harness emulation and native sandboxing across all major OS.

Smart Download

Download Download Version

vrust-v0.0.25 · 250.1 MB

A low-cost coding agent with harness emulation and native sandbox, letting you switch models freely.

Core Features

  • Switch between 8 harnesses (Claude Code, DeepSeek TUI, SWE-agent, etc.) for best low-cost model performance
  • Built-in QA skill to operate and test web apps in real browser or native apps
  • Native sandboxing on macOS, Linux, and Windows for secure command execution
  • Freely swap model providers using /model command in TUI
  • Supports Agent Client Protocol for editor integration

What It Can't Do

  • Only TUI interface is provided (no GUI); you need to configure model providers yourself; native sandbox may restrict some system-level operations.

Use Cases

  • Run coding tasks locally with budget-friendly AI models to save API costs
  • Automate UI testing for web or native applications without writing full test scripts

Detailed Introduction

Open Interpreter is a Rust-based coding agent (fork of OpenAI's Codex) specifically optimized for low-cost AI models. It provides a terminal interface with built-in harness emulation (Claude Code, DeepSeek TUI, SWE-agent, etc.) to maximize performance on budget-friendly models. Unlike Cursor or GitHub Copilot which rely on proprietary high-cost models, Open Interpreter lets you bring your own model provider and switch freely. It includes a QA skill for automated web and native app testing, supports the Agent Client Protocol for editor integration, and keeps all configuration local under ~/.openinterpreter. With native sandboxing on all major OS, it balances flexibility and safety for developers who want a lightweight, cost-effective coding agent.

Tags

coding agentlow-cost AIharness emulationterminal toolopen sourceRust

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

On macOS/Linux, run curl -fsSL https://www.openinterpreter.com/install | sh

4

On Windows PowerShell, run irm https://www.openinterpreter.com/install.ps1 | iex

5

After installation, type i or interpreter in terminal to start a session

Install Guide
  1. On macOS/Linux, run curl -fsSL https://www.openinterpreter.com/install | sh
  2. On Windows PowerShell, run irm https://www.openinterpreter.com/install.ps1 | iex
  3. After installation, type i or interpreter in terminal to start a session
File Integrity

SHA-256 checksum verified

Checksum extracted from GitHub official Release page

SHA256 Checksum

2480084aeae20b409dccb737257c09b2cdb2d4493f07206c36358e266d935b27

This checksum is extracted from the GitHub Release page. Verify file integrity after download.

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Delete the ~/.openinterpreter directory and remove the binary installed by the script to fully uninstall.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseApache-2.0
Last Updated2026-07-16T05:27:53Z
GitHub RepositoryOfficial Website

Similar Projects