Alternatives to Open Interpreter
A command-line coding agent built to work with open language models such as Kimi and GLM. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Open Interpreter
A command-line coding agent built to work with open language models such as Kimi and GLM.
Replacements
Listings that take over the same core job as Open Interpreter.
OpenCode
Work with an AI coding assistant from your terminal.
OpenCode is an MIT licensed terminal coding assistant supporting multiple model providers across Windows, macOS and Linux, with provider charges separate from the client.
Crush
Terminal coding agent that works with whichever large language model you point it at.
Crush is an MIT licensed terminal coding agent for any OpenAI- or Anthropic-compatible API, letting you switch models mid-session and use language server context.
Aider
AI pair programming in a terminal, working directly on your git repository and committing as it goes.
Aider is an Apache-2.0 terminal pair programmer that commits each change to git and runs linters and tests, connecting to local or hosted models.
Claude Code
Agentic coding tool that reads a codebase, edits files and runs commands.
Claude Code is a paid, closed source agentic coding tool available in terminal, IDEs, desktop and web, requiring a Claude plan or API credits instead of open models.
Kilo Code
An open-source AI coding agent for VS Code, JetBrains, the terminal and the cloud.
Kilo Code is an MIT licensed coding agent for VS Code, JetBrains, CLI and cloud, supporting your own keys or local models with at-cost model usage.
Goose
Run an extensible AI assistant on your desktop or in a terminal.
Goose is an Apache-2.0 extensible assistant for desktop or terminal that connects model providers with tools through MCP extensions, not only coding tasks.
Also worth comparing
These listings name Open Interpreter as their own alternative, so the relationship runs both ways.
Cline
An open-source AI coding agent for VS Code, the terminal and a standalone desktop app.
Open Interpreter is a terminal coding agent built around open-weight models such as Kimi and GLM, with no editor extension or desktop app.
Codex CLI
OpenAI's open source coding agent that runs in your terminal.
Open Interpreter is a free terminal coding agent designed around open-weight models such as Kimi and GLM rather than OpenAI's hosted models.
Gemini CLI
Google's open source AI agent for the terminal, powered by Gemini.
Open Interpreter is a terminal coding agent designed around open-weight models such as Kimi and GLM rather than Gemini's cloud models.
GitHub Copilot
An AI coding assistant from GitHub that suggests code and carries out coding tasks in editors and terminals.
Open Interpreter is a free terminal coding agent built around open-weight models, running code on your machine instead of a GitHub-hosted service.
OpenHands
Self-hosted control centre for running coding agents against your projects.
Open Interpreter is a terminal coding agent designed around open-weight models such as Kimi and GLM, and it is not open source unlike OpenHands.
Twinny
An open-source AI coding assistant for VS Code that works with local or hosted models.
Open Interpreter is a terminal coding agent designed around open-weight models, running code on your machine rather than inside VS Code.
Similar software
Related functionality, not a direct replacement.
Ollama
The simplest way to pull down an open language model and run it on your own machine, from one command or a desktop app.
AIChat
A command-line tool for chatting with language models, with a shell assistant, RAG and agents.
LLM
A command-line tool and Python library for prompting remote and locally installed language models.
llama.cpp
The C++ engine most local AI apps are built on, running language models on ordinary hardware.
LM Studio
A polished desktop app for downloading, running and chatting with local language models, with an OpenAI-compatible server built in.