open-interpreter
Let language models run code
What it is and what it does
Open Interpreter is a Python package that bridges language models and your local machine by letting an LLM write and execute code (Python, JavaScript, Shell, and more) in response to natural-language requests. You interact with it through a ChatGPT-like terminal interface or programmatically via Python; before any code runs, you must approve it. This gives an LLM access to your computer's general capabilities—file manipulation, browser automation via Chrome, data analysis, image and video editing—without uploading data to a hosted service.
The package depends on 32 runtime libraries including nltk, pydantic, litellm (for multi-LLM support), selenium and webdriver-manager (for browser control), matplotlib (for plotting), and jupyter-client (for code execution). It supports Python 3.9 through 3.12 and can run against OpenAI, Anthropic, or any OpenAI-compatible local inference server. The main trade-off is that you grant the LLM significant local execution privileges, mitigated only by the approval step.
Use it for:
- Automate data cleaning and analysis by describing the task in natural language instead of writing Python
- Control a web browser to scrape, research, or fill forms without writing Selenium code directly
- Generate and edit media files (photos, videos, PDFs) by describing the desired output
- Prototype and debug code interactively by chatting with an LLM that can run and iterate on your scripts
- Run computationally intensive tasks locally without uploading sensitive data to a cloud API
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Open Interpreter lets language models execute code (Python, JavaScript, Shell) locally on your machine through a natural-language chat interface, with user approval required before each command runs.
Yes, with conditions. Install if you want a natural-language interface to local code execution and can accept the security model (user approval before each command). However, the package is dormant (no releases in 657 days), carries an unclear license, and depends on 32 libraries—audit the license and dependencies before use in production or proprietary work. Not suitable if you need active maintenance or a stable, well-documented API.
Install
open-interpreter on PyPI
pip
pip install open-interpreteruv
uv add open-interpreterpoetry
poetry add open-interpreterInstalling open-interpreter
Before you install
Low install friction with a pure-Python wheel. The package is dormant (657 days since last release) and carries 32 runtime dependencies including heavy libraries like selenium, matplotlib, and jupyter-client, which may slow initial setup and increase the attack surface.
License in practice
License treatment is unclear—no SPDX identifier or raw license text is available in the metadata. Verify the actual license before using in proprietary or commercial contexts.
Quickstart
pip install open-interpreter
from interpreter import interpreter
interpreter.chat("Plot AAPL and META's normalized stock prices")
Requires Python 3.9 or later. An LLM API key (OpenAI, Claude, or compatible local server) must be configured; the package does not work offline without additional setup.
Verify before relying
- Whether dormant status (657 days since release) indicates active maintenance or abandonment
- Actual license identifier and terms (metadata shows 'unclear')
- Security implications of 32 runtime dependencies, especially selenium and webdriver-manager
- Whether all 32 dependencies are truly required at runtime or if some are optional
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (<4,>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 32 — nltk, setuptools, astor, git-python, inquirer, pyyaml, rich, six, tokentrim, wget, psutil, pyreadline3, html2image, send2trash, ipykernel, jupyter-client, matplotlib, toml, tiktoken, platformdirs, pydantic, google-generativeai, pyperclip, yaspin, shortuuid, litellm, starlette, html2text, selenium, webdriver-manager |
| Maintenance | dormant — 657 days since the last release |
| First released | |
| Downloads | 222,360/month — #9,265 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: open_interpreter-0.4.3-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
llama-index-llms-openaiIntegrates OpenAI's language models into…
permissive · top 1,000 on PyPI
llmLLM is a CLI tool and Python library for…
permissive · top 15,000 on PyPI
regopyregopy wraps the Open Policy Agent's Rego…
permissive · top 15,000 on PyPI
lmstudioPython SDK for interacting with LM Studio, a…
unclear · top 15,000 on PyPI
unclecode-litellmUnified Python interface to call many LLM…
permissive · top 5,000 on PyPI
open-webuiOpen WebUI is a self-hosted AI platform…
unclear · top 5,000 on PyPI
litellm-enterpriseLiteLLM Enterprise provides a unified Python…
unclear · top 5,000 on PyPI
ollamaProvides a Python client to interact with…
permissive · top 5,000 on PyPI
pandasaiPandasAI lets you ask questions about your data…
permissive · top 15,000 on PyPI