Skip to content
 
 

Latest commit

 

History

3,642 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this fork

This is a development fork of pingdotgg/t3code, maintained at mclaren-data-systems/t3code. Upstream (pingdotgg) is treated as the source of truth and main here is periodically rebased onto it — most recently onto 5b0c923e on 2026-09-07.

On top of upstream this fork carries a deliberately thin layer: a workflow set a fork can actually run — standard GitHub-hosted runners instead of upstream's Blacksmith ones, no workflow needing credentials a fork lacks, and unsigned desktop artifacts built on every push to main and published as pruned development-build prereleases — plus three server changes for running more than one provider instance (a logged-out Claude instance reports as unauthenticated instead of ready, usage scans every configured instance, and the usage report breaks totals down per instance), the Claude and Codex subscription allowances upstream reports on its Limits view surfaced in the model picker and the context bubble so you can see which plan still has room at the moment of choosing, a configurable worktree branch prefix, and four web UX changes (the sidebar new-thread button under the project selector, "New project" moved into the project scope menu, a commit button on a turn's changed-files card that preselects just those files, and the completed dot persisting until a thread is actually read). Fork builds also never check for updates, and the sidebar carries a link back to this repository whose tooltip names the running build. native/, scripts/, apps/desktop/ and pnpm-lock.yaml are byte-identical to upstream.

The authoritative, up-to-date list of everything that sets this fork apart from upstream — including changes upstream has since implemented, and changes dropped by choice — lives in FORK.md.

Upstream README follows.

T3 Code

T3 Code is an "agent harness control surface". It enables control of the agents on your machine with a best-in-class mobile app (iOS, Android), web app and Electron-based desktop app.

Works with your subscriptions on Claude Code, Codex, Cursor, Grok Build, OpenCode, and Google Antigravity. If they're set up on your computer, T3 Code can control them.

"Wait, what are you selling me?"

Nothing. We built T3 Code because we wanted the best possible development experience with agents. We were inspired by existing solutions like the Codex desktop app, Conductor, Claude Desktop and Cursor Glass, but none met our bar.

We wanted something performant, remote-ready, and truly open. If we ever go the wrong direction, we want you to have everything you need to fork and build the editor that you want.

Installation

Warning

T3 Code currently supports Codex, Claude, Cursor, Grok Build, OpenCode, and Antigravity. 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 agent login
  • Grok Build: install Grok Build CLI and run grok login
  • OpenCode: install OpenCode and run opencode auth login
  • Antigravity: enable it in Settings, then use Install Antigravity and Sign in with Google. No CLI is required.

Try it out (install-free)

The easiest way to test T3 Code is to run the server in your terminal (requires Node.js 22.16+, 23.11+, or 24.10+):

npx t3@latest

This will launch T3 Code's backend on your machine as well as the local web app to control your agents.

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)

Stable:

yay -S t3code-bin

Nightly:

yay -S t3code-nightly-bin

The AUR packaging is maintained in this repository under packaging/aur.

Some notes

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

We are (mostly) not accepting contributions yet. Small fixes may be considered. Big features will not be.

Documentation

Full docs live in docs/. There's no docs site yet.

Building from source? Start at docs/internals/overview.md.

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 reporting a bug or opening a PR.

Have a feature request? Start an Ideas discussion.

Need support? Join the Discord.

About

Resources

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages