#398 · Primary category: AI Coding Assistants
reopencode
OpenCode Cover.
Project last updated:06/17/26
GitHub Stars
1.6K
Forks
115
Contributors
3
License
Other
Why we included this project
ReOpenCode is a Rust-based coding assistant that reimplements the opencode agent loop as a single compiled binary, so there's no Node.js runtime to install. The model has 18 tools to work with, including shell execution, file read/write/edit, patch application, ripgrep and semantic code search, web fetch/search, task tracking, LSP operations, and MCP tool proxying, which means it can actually work through a codebase rather than just chat about it. You can drive it through a ratatui terminal interface or a REST API; the API handles streaming and session management, supports forking and undo, and is easy to embed in scripts or other tooling. A permission system gates dangerous actions, and shadow git snapshots are taken before and after tool runs, a nice safety net for teams that want agentic editing without giving the model free rein. If you want a self-contained, fast terminal workflow and would rather skip the Node toolchain, this is a practical alternative to the original opencode.
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.