openinterpreter/openinterpreter
This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Repository Details
Repository Description
A lightweight coding agent for open models like Deepseek, Kimi, and Qwen
A lightweight coding agent for open models like Deepseek, Kimi, and Qwen
<h1 align="center">Open Interpreter</h1> <p align="center">A coding agent for low-cost models.</p> <p align="center"> <a href="https://discord.gg/Hvz9Axh84z"><img alt="Discord" src="https://img.shields.io/discord/1146610656779440188?style=flat-square&label=Discord" /></a> <a href="https://www.openinterpreter.com/docs/terminal"><img alt="Documentation" src="https://img.shields.io/badge/Documentation-white?style=flat-square" /></a> <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/License-Apache--2.0-white?style=flat-square" /></a> </p> <p align="center"> <a href="https://www.openinterpreter.com/docs/terminal"> <img alt="A close-up of a laptop screen running a terminal agent" src="https://www.openinterpreter.com/blog/open-interpreter-1-0/blog-hero-1.jpg" width="720" /> </a> </p> > [!NOTE] > This is the new Rust version of Open Interpreter. Looking for the original Python project? It lives on as a community-maintained fork at [endolith/open-interpreter](https://github.com/endolith/open-interpreter). ### Installation macOS and Linux: ```bash curl -fsSL https://www.openinterpreter.com/install | sh ``` Windows: ```powershell irm https://www.openinterpreter.com/install.ps1 | iex ``` Then type `i` or `interpreter` in your terminal to start a session. ### Harness Emulation Open Interpreter is a fork of OpenAI's Codex, with a focus on emulating the agent harness that gets the best performance out of low-cost models. Use `/harness` to switch the active harness: ```text > /harness native claude-code claude-code-bare kimi-cli qwen-code deepseek-tui swe-agent minimal ``` Read more in the [harness docs](https://www.openinterpreter.com/docs/terminal/harness) and [model provider docs](https://www.openinterpreter.com/docs/terminal/providers). ### Computer Use Open In
Related Repositories
Product Discussion
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...