T3 Code is a minimal web GUI for coding agents (currently Codex and Claude, more coming soon).
Warning
You need to have Codex CLI installed and authorized for T3 Code to work.
npx t3You can also just install the desktop app. It's cooler.
Install the desktop app from the Releases page
We are very very early in this project. Expect bugs.
We are not accepting contributions yet.
This repo includes a local Git setup command to reduce noisy merge conflicts, especially around bun.lock.
bun run git:setup-merge-toolsThat command configures this checkout to:
- use
diff3conflict markers - enable
rerere - treat
bun.lockas generated and prefer the incoming version during merges - enable
mergiraffor all files if it is installed on yourPATH
After resolving dependency manifest conflicts, regenerate the lockfile with:
bun run lockfile:refreshRead CONTRIBUTING.md before opening an issue or PR.
Need support? Join the Discord.