clawd-code vs openai/codexGenerated from a shallow structural read of both repositories on 2026-03-31.
clawd-code looks like a compact Python porting/research workspace.openai/codex looks like a large production monorepo for a shipping agent CLI.src/ + tests/codex-cli/ packaging layercodex-rs/ real Rust implementationdocs/ is extensiveThe README explicitly says the repo is now a Python-first porting workspace rather than a tracked snapshot. The CLI entrypoint in src/main.py is mostly for:
summary manifest parity-audit subsystems commands tools route show-command show-tool
That strongly suggests a harness skeleton focused on representation, inspection, and porting progress rather than a fully polished runtime.
The docs and package manifests say “shipping CLI product” everywhere. The Rust README makes the architecture explicit:
core/ business logic exec/ headless automation CLI tui/ fullscreen TUI cli/ command multitool wrapper
That is a much more mature and productionized split.
clawd-code if you want to...openai/codex if you want to...Bottom line: clawd-code is easier to reason about; openai/codex is the better specimen of what a serious harness looks like in production.