opencode
codex
| opencode | codex | |
|---|---|---|
| 111 | 131 | |
| 170,087 | 88,919 | |
| 10.2% | 12.8% | |
| 10.0 | 10.0 | |
| 5 days ago | 4 days ago | |
| TypeScript | Rust | |
| MIT License | Apache License 2.0 |
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
- 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
- The Dead Economy Theory
-
AI Coding Subscriptions: Where to Go After GitHub Copilot Changes
OpenCode is a coding agent by Anomaly. It is a terminal UI application. Here are the tiers of their subscription offering.
codex
-
Lockdown Mode
> reduce the risk of data exfiltration
Yet, their tools such as codex are able to read ALL FILES on my PC without explicit permission unless you spawn them within a container: https://github.com/openai/codex/issues/2847
It seems like OpenAI stealing sensitive data from their customers is not a big problem for them as it has been reported as an issue for almost a year now and currently has the 2nd most upvotes among open issues (they work on issues based on upvotes, so they claim).
-
MCP Is Dead
It would be really, really great if Codex could support MCP Prompts[0]
This would allow us to deliver standard prompts across the team without having to sync manually or with scripts; keep everyone up to date. Even allow per-user customization of "skills" via server rendering of the prompts.
AFAIK, Codex is the only major harness to not support this.
[0] https://github.com/openai/codex/issues/5059#issuecomment-453...
-
Run OpenAI Codex CLI on Claude, Gemini, or Llama — in 50 lines of C#
OpenAI's Codex CLI ships with a great editor-agent UX: shell tool, apply_patch, plan tracking, the lot. The catch — as of February 2026 it only speaks the OpenAI Responses API. Chat Completion support was dropped (codex-rs/model-provider-info/src/lib.rs: the WireApi enum has one variant, Responses). If you wanted to point it at a Chat-Completion-only endpoint — Ollama, LM Studio, your favorite Llama runner — you're out of luck.
- Codex is flagged as malware on macOS
- OpenAI intentionally removed Codex's visible context usage indicator
-
codex VS faryo - a user suggested alternative
2 projects | 20 May 2026
-
How Far Can a Small Coding Model Go With a Better Harness?
Every edit goes through one tool: apply_patch. I standardized on it instead of a generic edit or write because Codex models are trained directly on the V4A patch format, and because structured diffs are easier to validate, retry, and explain than arbitrary file writes. V4A is OpenAI's diff envelope for Codex-family models — in Hookele, one payload can create, update, and delete files in a single call:
-
Work with Codex from Anywhere
Looks like codex has it to since last week, https://github.com/openai/codex/releases/tag/rust-v0.130.0
- Codex downloaded by Xcode 26.4.1 reported as Malware
-
Tokenmaxxing: Codex + Claude Code Operator Stack 2026
This is also the story behind Codex itself climbing onto the GitHub trending board this week (#10 blip, 367 stars). The repo trending alongside addyosmani/agent-skills isn't a coincidence — it's a market signal that operators are pulling Codex into stacks where Claude Code already lives.
What are some alternatives?
crush - Glamourous agentic coding for all 💘
qwen-code - An open-source AI coding agent that lives in your terminal.
aider - aider is AI pair programming in your terminal
opencode - A powerful AI coding agent. Built for the terminal.
goose - an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
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.