Skip to content

DanielGGordon/t3code

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1,998 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

T3 Code

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

T3 Code chat view

This is a fork of pingdotgg/t3code with a batch of extra features on top β€” selectable color themes, header usage/spend meters, cross-chat AI restart alerts, a flat "chats by activity" sidebar, per-device feature toggles, and an Android build. See What this fork adds.

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

What this fork adds

Everything below is additive on top of upstream T3 Code. Screenshots are from a live instance.

🎨 Selectable color themes

A color scheme axis that is independent of the light/dark toggle. Pick from Solarized, Dracula, Gruvbox, Catppuccin, and Tokyo Night β€” each ships a full light and dark variant β€” or stay on Default. The scheme re-tints the whole app (sidebar, chat, header) and is applied before first paint, so there's no flash, and it syncs across browser tabs.

Set it in Settings β†’ General, right below the light/dark Theme control:

Theme and color scheme controls in Settings

Solarized Light
Solarized Β· Light
Solarized Dark
Solarized Β· Dark
Dracula
Dracula
Gruvbox
Gruvbox
Catppuccin
Catppuccin
Tokyo Night
Tokyo Night

πŸ“Š Usage, spend & token meters in the header

Keep an eye on how much you're burning without leaving the chat. Small chips in the top bar always show the thread's token usage and your Claude plan usage; a bar-chart menu lets you switch on larger, color-coded readouts per device: Context window, Spend estimate, Claude Session %, Claude Weekly %, and Codex subscription %. Hovering a usage tile shows a countdown to when that limit window resets.

Large color-coded usage stats in the chat header

The Codex meter reads your Codex CLI subscription's rate-limit usage passively from local rollout files β€” no extra API calls β€” so it even reflects out-of-band codex exec runs. Toggle any stat from the header menu:

Header usage stats toggle menu

πŸ” Cross-chat AI restart alerts

When an agent asks you to restart the service it's working on, T3 Code surfaces it so your other chats on the same project don't stomp on the restart. The requesting chat gets a banner with a Mark resolved action, its sidebar row shows a Restart Requested pill, and sibling chats get a "hold" banner. It auto-clears when you reply in the requesting chat.

AI restart request banner and sidebar pill

πŸ—‚οΈ "Chats by activity" sidebar

Flip the sidebar from the grouped project tree into a single flat list of every chat, ordered by last activity, with each row tagged by its project. The choice persists per device.

Flat chats-by-activity sidebar view

βš™οΈ Per-device feature toggles

A Settings β†’ Features page with auto/show/hide toggles for the chat header's action controls β€” Git actions, Open in editor, and Project scripts. "Auto" shows them on desktop and hides them on mobile-width screens. Stored per device.

Features settings page

And more

  • Resumable Claude Code conversation import β€” t3 import claude <session> turns an existing Claude Code transcript into a resumable T3 thread, forking to a new transcript so your original session is untouched.
  • Android app β€” a full native Android build (Ghostty terminal, Shiki-highlighted code blocks, themed native chrome, self-signed-TLS trust, sideload APK publish script).
  • File explorer collapsed by default, and a fix so the left edge of message lines is selectable.

Some notes

We are very very early in this project. Expect bugs.

There's no public docs site yet, checkout the miscellaneous markdown files in docs.

Documentation

Contributing

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.

About

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.4%
  • MDX 1.3%
  • JavaScript 0.7%
  • Astro 0.4%
  • CSS 0.4%
  • Swift 0.3%
  • Other 0.5%