T3 Code is a minimal web GUI for coding agents (currently Codex, Claude, Cursor, OpenCode, and Pi, more coming soon).
Warning
T3 Code currently supports Codex, Claude, Cursor, OpenCode, and Pi. Install and authenticate at least one provider before use:
- Codex: install Codex CLI and run
codex login - Claude: install Claude Code and run
claude auth login - Cursor: install Cursor CLI and run
cursor-agent login - OpenCode: install OpenCode and run
opencode auth login - Pi: install the Pi CLI and configure a provider API key (Pi is Early Access and disabled by default — see docs/providers/pi.md)
npx t3@latestTip: Use npx t3@latest --help for the full CLI reference.
nix run github:zepi2509/t3code#server
nix run github:zepi2509/t3code#desktopThe default package and app are the desktop client.
Install the latest version of the desktop app from GitHub Releases, or from your favorite package registry:
winget install T3Tools.T3Codebrew install --cask t3-codeyay -S t3code-binWe are very very early in this project. Expect bugs.
We are not accepting contributions yet.
There's no public docs site yet, checkout the miscellaneous markdown files in docs.
- Getting started
- Remote access
- Keeping T3 Code in sync
- Architecture overview
- Provider guides
- Operations
- Reference
T3 Code uses Vite+ so you'll need to install the global vp command-line tool.
curl -fsSL https://vite.plus | bashirm https://vite.plus/ps1 | iexCheckout their getting started guide for more information: https://viteplus.dev/guide/
vp iRead CONTRIBUTING.md before opening an issue or PR.
Need support? Join the Discord.