opencode
The open source coding agent. (by anomalyco)
forgecode
AI enabled pair programmer for Claude, GPT, O Series, Grok, Deepseek, Gemini and 300+ models (by tailcallhq)
| opencode | forgecode | |
|---|---|---|
| 113 | 16 | |
| 170,087 | 7,399 | |
| 10.2% | 4.0% | |
| 10.0 | 9.9 | |
| 7 days ago | 2 days ago | |
| TypeScript | Rust | |
| MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
opencode
Posts with mentions or reviews of opencode.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-06-11.
- MiMo Code Is Now Released and Open-Source
-
What We Lose When Coding Becomes Reviewing
Dax, the creator of OpenCode — an open-source coding agent, of all the people one might expect to disagree — put the case for hand-coding cleanly in a recent interview about Spec-Driven Development:
- Ask HN: What is your (AI) dev tech stack / workflow? (June 2026)
- My AI journey
-
How to add Honeycomb traces to your AI Slack bot
Pipa is our agent for studio operations at Lunch Pail Labs. She lives in Slack, is powered by E2B sandboxes, and uses OpenCode for the harness.
-
Spec-Driven Development with OpenSpec
One reason I liked OpenSpec more than others, such as Kiro and SpecKit, is that OpenSpec is highly portable between coding assistants, codebases and stages of development. I've plugged OpenSpec into all sorts of projects, from infrastructure to Python libraries. I also work on diverse codebases, with a variety of AI friends that OpenSpec supports: OpenCode, Codex and Claude Code.
-
Agentic: Which App/Harness Is Best for Angular Development?
Beyond the big names, I would also keep an eye on OpenCode and T3 Code. OpenCode is a solid open-source, terminal-first option if you want a model-agnostic agent and bring your own provider setup. T3 Code is interesting for the opposite reason: it gives you an open-source GUI on top of the agents you may already pay for, like Claude Code, Codex CLI, OpenCode, or Cursor.
-
Rift: Better Alternative to Git Worktrees
Brought to you by the infamous creator of OpenCode, who will exfiltrate all your data, then feign ignorance:
https://github.com/anomalyco/opencode/issues/10416
- Odysseus – self-hosted AI workspace
-
opencode VS zerostack - a user suggested alternative
2 projects | 30 May 2026
forgecode
Posts with mentions or reviews of forgecode.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-05-16.
- Zerostack – A Unix-inspired coding agent written in pure Rust
-
Qwen3.6-35B-A3B: Agentic Coding Power, Now Open to All
I'm using forge code (https://forgecode.dev/) with various local and cloud models and I really like it. MiniMax 2.7 is really great with it, and the new Qwen 3.6 35B A3B feels much stronger, after some testing, than the 3.5 version.
-
ForgeCode vs Claude Code: which AI coding agent actually wins?
ForgeCode is not an AI model. It's a model-agnostic agent harness, open source under Apache 2.0, written in Rust, that wraps any LLM through OpenRouter or direct API keys. It launched in late January 2025 and hit v2.8.0 on GitHub by April 2026 with over 6,000 stars.
-
Undercover mode, decoy tools, and a 3,167-line function: inside Claude Code's leaked source
Or maybe this is the push to try something else entirely. ForgeCode currently tops TermBench 2.0 and has been getting a lot of attention. I haven't switched yet, but I'd be lying if I said I wasn't curious.
- Show HN: Talk to a coding agent directly inside Zsh
-
Claude Sonnet 4 vs Kimi K2 vs Gemini 2.5 Pro: Which AI actually ships production code?⛵
I tested these models using Forgecode. Want to run them in your own terminal? Install Forgecode⛵
-
Forge v0.98.0: Integrated Authentication and Developer Experience Improvements
Documentation - Setup guides and API reference GitHub Repository - Source code and issues Discord Community - Support and discussions Release Notes - Complete changelog
-
Simple Over Easy: Architectural Constraints That Make AI Generated Code Maintainable
What's interesting is that our architectural constraints don't just make code review faster, they actively teach our Agent to generate better code. Every time agent sees our patterns, it learns and add them in memory. In Forge we call it custom rules. Other agents call them memory, rules etc.
-
To index or not to index: which coding agent to choose?
👨🚀 From Moon Missions to Your Codebase Let your own coding assistant land your next software mission. 👉 Access your Forge dashboard
-
6 Reasons CLI Coding Agents Are the Future of Software Development
Shell-based agents respect the developer’s autonomy and expertise. They expose each step they take (just as normal shell commands do) and invite you to refine or approve actions. Using a shell agent feels like collaborating with a teammate in the terminal, rather than outsourcing tasks to a black box. In a shell environment, you can inspect and modify every command the agent runs. For example, if the AI suggests a code change via a script or regex, you see exactly what it does (and can tweak or undo it). This transparency means nothing happens without your knowledge. The developer remains in control: you issue the query, then fine-tune or approve the AI’s suggestions, rather than being bound to a hidden process.
What are some alternatives?
When comparing opencode and forgecode you can also consider the following projects:
crush - Glamourous agentic coding for all 💘
argc - A Bash CLI framework, also a Bash command runner.
aider - aider is AI pair programming in your terminal
dune - A shell🐚 by the beach🏖️!
goose - an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
rust_cmd_lib - Common rust command-line macros and utilities, to write shell-script like tasks in a clean, natural and rusty way