No description https://t3.codes
  • TypeScript 95.2%
  • MDX 1.5%
  • JavaScript 1.1%
  • Astro 0.6%
  • CSS 0.4%
  • Other 1%
Find a file
2026-07-20 20:01:48 +02:00
.agents/skills Add portable mobile app testing guidance (#4165) 2026-07-20 01:32:19 +02:00
.claude Make test-t3-app skill discoverable by Claude Code (#4162) 2026-07-19 20:32:36 +02:00
.codex Add portable mobile app testing guidance (#4165) 2026-07-20 01:32:19 +02:00
.cursor Set up Cursor Cloud dev environment (web + Android toolchain) (#3755) 2026-07-07 13:18:58 -07:00
.devcontainer Devcontainer / IDE updates (#2208) 2026-04-19 17:07:12 -07:00
.github Pass CLI OAuth config to hosted web deploy (#4186) 2026-07-20 14:22:35 +00:00
.macroscope/check-run-agents feat(client): persist offline environment data and mobile preferences (#3795) 2026-07-09 11:23:51 +02:00
.plans feat: add headless t3 connect setup for SSH hosts (#3749) 2026-07-19 18:59:23 +02:00
.repos chore: add Alchemy reference repo subtree (#2918) 2026-06-03 00:08:31 +00:00
.vite-hooks Upgrade Vite Plus and enable bundled dev opt-in (#3679) 2026-07-03 11:21:47 -07:00
.vscode feat(relay): Add managed relay tunnels and APN service (#2837) 2026-06-04 19:53:56 -07:00
apps Finale: upgrade changed files card to fix various UI issues (#4113) 2026-07-20 12:45:36 +00:00
assets Refresh splash screen and favicon branding (#4120) 2026-07-18 15:44:06 +02:00
docs Add isolated app testing workflow (#4121) 2026-07-19 11:57:58 +02:00
experiments/messages-glass-lab Add adaptive split-view layout for iPad/mobile workspace (#3514) 2026-07-02 22:42:14 -07:00
infra/relay Skip stale working-task notifications (#3961) 2026-07-14 18:00:16 +02:00
oxlint-plugin-t3code [codex] Enforce canonical Node namespace imports (#3238) 2026-06-20 01:06:37 -07:00
packages [codex] preserve custom model slugs (#4168) 2026-07-20 13:32:30 +02:00
patches fix(mobile): Stabilize native stack option updates (#4037) 2026-07-19 19:40:22 +02:00
scripts fix(packaging): declare RPM runtime dependencies 2026-07-20 06:10:15 +00:00
.env.example feat: add headless t3 connect setup for SSH hosts (#3749) 2026-07-19 18:59:23 +02:00
.gitattributes Add eol=lf to .gitattributes for Windows users (#1491) 2026-03-28 10:34:00 -07:00
.gitignore Merge branch 'main' into main 2026-07-17 22:36:33 +02:00
.mcp.json Add portable mobile app testing guidance (#4165) 2026-07-20 01:32:19 +02:00
AGENTS.md Add portable mobile app testing guidance (#4165) 2026-07-20 01:32:19 +02:00
app.json [codex] Add Android mobile support (#3579) 2026-07-12 12:03:35 +02:00
CLAUDE.md Build for Windows ARM (#2080) 2026-04-16 17:01:27 -07:00
CONTRIBUTING.md ci(github): add pull request size labels (#901) 2026-03-12 09:10:07 -07:00
favicon.svg Add repo-root favicon.svg so t3 code shows its own icon (#3683) 2026-07-04 15:05:45 -07:00
LICENSE license 2026-03-05 22:58:18 -08:00
package.json Merge branch 'main' into main 2026-07-17 22:36:33 +02:00
pnpm-lock.yaml fix(mobile): Stabilize native stack option updates (#4037) 2026-07-19 19:40:22 +02:00
pnpm-workspace.yaml [codex] Expand real-route app store screenshot harness (#4014) 2026-07-17 11:33:40 +02:00
README.md include @latest 2026-06-04 23:01:09 -07:00
tsconfig.base.json Migrate TypeScript checks to Effect TSGo (#2851) 2026-05-28 15:59:42 -07:00
vite.config.ts Upgrade Vite Plus and enable bundled dev opt-in (#3679) 2026-07-03 11:21:47 -07:00

T3 Code

T3 Code is a minimal web GUI for coding agents (currently Codex, Claude, Cursor, and OpenCode, more coming soon).

Installation

Warning

T3 Code currently supports Codex, Claude, Cursor, and OpenCode. 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

Run without installing

npx t3@latest

Tip: Use npx t3@latest --help for the full CLI reference.

Desktop app

Install the latest version of the desktop app from GitHub Releases, or from your favorite package registry:

Windows (winget)

winget install T3Tools.T3Code

macOS (Homebrew)

brew install --cask t3-code

Arch Linux (AUR)

yay -S t3code-bin

Some notes

We 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.

Documentation

If you REALLY want to contribute still.... read this first

Install vp

T3 Code uses Vite+ so you'll need to install the global vp command-line tool.

macOS / Linux

curl -fsSL https://vite.plus | bash

Windows

irm https://vite.plus/ps1 | iex

Checkout their getting started guide for more information: https://viteplus.dev/guide/

Install dependencies

vp i

Read CONTRIBUTING.md before opening an issue or PR.

Need support? Join the Discord.