T3 Code

Open-source coding agent built on top of OpenAI's Codex CLI by Theo (t3.gg). Available to everyone, fully open source.

What It Is

T3 Code is an open-source coding-agent app built on top of OpenAI's Codex CLI by Theo (t3.gg) — bring your existing Codex subscription. Its stated focus is "simple, smooth, and highly performant" management of many agents running in parallel: Theo argues raw CLIs "don't scale well" once you run lots of them at once, so T3 Code wraps the Codex engine in a higher-level surface for parallel agent work. It is heavily inspired by Codex App, Conductor, OpenCode desktop, and Antigravity, and runs directly via npx t3@alpha; Claude Code support was flagged as coming. Fully open source. Source: X/@theo thread, 2026-03-07

The reviewed launch image shows the concrete surface: a dark desktop app called "T3 Code is the best way to code with AI," with a multi-agent task list, project sidebar, and actions such as "Open" and "Commit & push." The useful pattern is not another Codex wrapper by itself; it is a parallel-agent operator UI that makes many concurrent coding runs scannable. Source: local image artifact review, 2026-07-01

This follows the same pattern as Claude Code → custom harnesses: take a capable base-model CLI, add project-specific rules and workflows, ship it as a standalone tool. Kevin's own Claude Code Harness and Codex Harness (OpenAI) document the underlying runtimes; the difference is T3 Code packages a parallel-agent GUI as a standalone product rather than a configuration layer. Source: X/@theo, 2026-03-07

Relevance to Kevin's Stack

Validates the "harness over base model" thesis: the value isn't in the model itself but in the orchestration, rules, and context management wrapped around it. T3 Code building on Codex CLI is structurally identical to Kevin building agent config on top of Claude Code / Cursor.

Worth watching for T3-specific patterns or conventions that could be ported to Kevin's setup.

Current source/version authority: npm package t3 is 0.0.28 on latest, 0.0.2 on alpha, and 0.0.29-nightly.20260701.697 on nightly; registry modified 2026-07-01. Repository authority is pingdotgg/t3code, default HEAD 7b9eef7ac29f9d4819c6411dfb1c5f04fef50264; the matching nightly tag v0.0.29-nightly.20260701.697 points to the same commit, while latest stable tag v0.0.28 points to fda6486233e0b2f07ecfea166e1a94533cb923c4. Source: npm registry; git ls-remote, 2026-07-01

Signal

  • ~6,485 combined engagement across multiple posts - Theo's audience is heavily frontend/full-stack developers, making this a signal for what that community considers useful in coding agents

Timeline

  • 2026-07-01 | Deep-reviewed the local launch image and refreshed version authority: t3@0.0.28 latest, same-day nightly 0.0.29-nightly.20260701.697, pingdotgg/t3code HEAD 7b9eef7ac29f9d4819c6411dfb1c5f04fef50264. Source: npm/GitHub, 2026-07-01
  • 2026-05-17 | Added to wiki tool registry. Source: X bookmark absorption, 2026-05-17
  • 2026-04-28 | T3 Code announced as available to everyone. Built on Codex CLI, fully open source. Source: X/@theo, 2026-04-28
  • 2026-03-07 | Public launch — "T3 Code is now available for everyone to use. Fully open source. Built on top of the Codex CLI." 4,732 likes, 1,753 bookmarks. Thread: focus on running many agents in parallel; npx t3@alpha; inspired by Codex App / Conductor / OpenCode desktop / Antigravity; Claude Code support flagged. (Correct date/source for the "available to everyone" launch noted in the 2026-04-28 entry above.) Source: X/@theo, 2026-03-07