openinterpreter
SHA-256Open 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
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
On macOS/Linux, run curl -fsSL https://www.openinterpreter.com/install | sh
On Windows PowerShell, run irm https://www.openinterpreter.com/install.ps1 | iex
After installation, type i or interpreter in terminal to start a session
- On macOS/Linux, run curl -fsSL https://www.openinterpreter.com/install | sh
- On Windows PowerShell, run irm https://www.openinterpreter.com/install.ps1 | iex
- After installation, type i or interpreter in terminal to start a session
SHA-256 checksum verified
Checksum extracted from GitHub official Release page
SHA256 Checksum
2480084aeae20b409dccb737257c09b2cdb2d4493f07206c36358e266d935b27This 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 SourceUninstall 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.
Similar Projects
Visual Studio Code (Code - OSS)
A free, open-source code editor by Microsoft with rich extensions, debugging, and Git integration. The most popular developer tool worldwide.
opencode
OpenCode is a free, open-source AI coding agent that helps you write, refactor, and understand code. It offers two built-in modes: a full-access 'build' agent for active coding and a read-only 'plan' agent for safe exploration.
scrcpy
Display and control your Android device from your computer via USB or TCP/IP. No root required, high performance, low latency, supports audio and video mirroring.