Open Interpreter
Lets LLMs execute Python, JavaScript, and shell commands locally. Interactive terminal REPL — describe what you want done and the model writes and runs the code.
Install
$pip install open-interpreter About
Open Interpreter removes the sandbox restrictions of ChatGPT's Code Interpreter. The model can read and write files, make network requests, install packages, and control the operating system.
It starts an interactive terminal session where you describe tasks in natural language. The model writes code, Open Interpreter executes it, the output feeds back into the model, and the loop continues until the task is complete.
Getting Started
pip install open-interpreter
# Interactive mode
interpreter
# Or via Python API
from interpreter import interpreter
interpreter.chat("Plot Bitcoin price for the last 30 days")Features
References & Links
Project Info
Topics
Ready to try Open Interpreter?
Free and open source. Install in one command, works with Claude Code, Cursor, Windsurf, and more.
$pip install open-interpreter