#4 · Primary category: AI Coding Assistants
opencode
The open source coding agent.
Project last updated:08/29/26
GitHub Stars
202.4K
Forks
26.3K
Contributors
1.0K
License
MIT
Why we included this project
OpenCode is a terminal-first coding agent that works inside your editor and command line, so you can delegate real development work to a model rather than just getting code suggestions. It ships with two agents you can switch between with a keypress: a build agent with full file access for writing and editing code, and a read-only plan agent that explores unfamiliar codebases and asks before running commands. That split is genuinely useful for teams that want the safety of a review step before anything touches the filesystem. It runs as a local CLI or desktop app and supports a wide range of models, and installation is straightforward on macOS, Linux, and Windows. Developers and small teams who want an autonomous coding assistant they can run themselves, without vendor lock-in, will find this a practical daily driver.
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.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
claude-code
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.