anomalyco/opencode
The open source coding agent.
About the project
Open source AI coding agent with terminal and desktop interfaces. Ships with a build agent (full edit and command access) and a read-only plan agent for code analysis.
Useful for
- Run the plan agent to explore an unfamiliar codebase without file edits
- Use the build agent to make code changes and run commands in a project
- Invoke the @general subagent for complex multi-step searches across a repository
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 68 stars so far today, about 133 expected by the end of the day.
- GitHub Trending TypeScript today: #13, +198 stars.
- About 64 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 209,974
- Today
- 68 · ≈ 133 by evening
- Forks
- 27,758
- Issues and pull requests
- 50,661
- Watchers
- 814
- Language
- TypeScript
- License
- MIT
- Latest release
- v1.18.32 · September 21, 2026
- Created
- April 30, 2025
- Last push
- September 25, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 25, 2026GitHub Trending TypeScript today: #13, +198 stars
Similar by description
-
3.5
anthropics/claude-code
An agentic coding tool that lives in the terminal: it understands your codebase, executes routine tasks, explains complex code, and handles git workflows via natural language commands.
-
2.3
xai-org/grok-build
SpaceXAI's terminal-based AI coding agent: a fullscreen TUI that understands your codebase, edits files, runs shell commands, searches the web, and manages long-running tasks — interactively, headlessly, or via ACP in…
-
1.9
XiaomiMiMo/MiMo-Code
Xiaomi's terminal-native AI coding assistant: reads and writes code, runs commands, manages Git, and keeps persistent project memory across sessions. Supports connecting to any mainstream LLM provider.
-
3.8
openai/codex
A local coding agent from OpenAI that runs in the terminal: installed with one command and used as a CLI tool for working with code.
-
0.4
mukundzha/hazzel
A small Python terminal coding agent that reads code, edits files, runs commands and works with git, asking for approval before every change. It works with any provider via your own API key or a local Ollama model.
-
3.8
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…