#17 · Primary category: AI Coding Assistants
openinterpreter
A coding agent for open models like Kimi K3
Project last updated:08/20/26
GitHub Stars
68.2K
Forks
5.9K
Contributors
566
License
Apache-2.0
Why we included this project
Open Interpreter is a fork of OpenAI's Codex, reimplemented in Rust to emulate the agent harnesses that get the best results from low-cost open models. Its headline feature is a /harness command that swaps between several harnesses, including native, Claude Code, Kimi Code, Qwen Code, and DeepSeek TUI, so you can match the prompting style to whatever model you are running. It runs commands under native sandboxing on macOS, Linux, and Windows, and it speaks the Codex exec protocol and the Agent Client Protocol, which means it can drop into editors and existing Codex SDK workflows with a one-line binary override. Teams already using shared AGENTS.md instructions, MCP, and .agents/skills directories will find it portable rather than locked into a proprietary format. A built-in QA skill even lets the agent drive real web and native apps for testing, so it reaches beyond code editing into interface verification.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.