T3 Code is a minimal web GUI for coding agents. Currently Codex-first, with Claude Code support 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.
Read CONTRIBUTING.md before opening an issue or PR.
Need support? Join the Discord.
If you need a local Postgres instance for development, this repo includes a Docker Compose service at the repo root.
docker compose up -d postgresDefault connection details:
host=localhost
port=5432
user=postgres
password=postgres
database=postgres
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres