No description
  • TypeScript 97.7%
  • JavaScript 1.8%
  • Astro 0.3%
  • CSS 0.2%
Find a file
2026-04-23 18:05:15 +00:00
.cursor Refactor provider model selections to option arrays (#2246) 2026-04-23 09:35:40 -04:00
.devcontainer Devcontainer / IDE updates (#2208) 2026-04-19 17:07:12 -07:00
.docs Implement server auth bootstrap and pairing flow (#1768) 2026-04-09 10:18:30 -07:00
.github fix(release): use v<semver> tag format for nightly releases (#2186) 2026-04-19 10:58:04 -07:00
.plans Implement server auth bootstrap and pairing flow (#1768) 2026-04-09 10:18:30 -07:00
.vscode Devcontainer / IDE updates (#2208) 2026-04-19 17:07:12 -07:00
apps chore(release): prepare v0.0.21 2026-04-23 18:05:15 +00:00
assets Nightly release channel (#2012) 2026-04-14 18:18:37 -07:00
docs Adopt Node-native TypeScript for desktop and server (#2098) 2026-04-16 22:14:35 -07:00
packages chore(release): prepare v0.0.21 2026-04-23 18:05:15 +00:00
scripts effect-codex-app-server (#1942) 2026-04-19 21:46:40 -07:00
.gitattributes Add eol=lf to .gitattributes for Windows users (#1491) 2026-03-28 10:34:00 -07:00
.gitignore Closes #1795 - Support building and developing in a devcontainer (#1791) 2026-04-07 19:41:08 +00:00
.mise.toml Stabilize runtime orchestration and fix flaky CI tests (#488) 2026-03-10 15:54:34 -07:00
.oxfmtrc.json Devcontainer / IDE updates (#2208) 2026-04-19 17:07:12 -07:00
.oxlintrc.json fmt 2026-02-26 16:58:27 -08:00
AGENTS.md feat: add Claude Code adapter (#179) 2026-03-20 02:54:21 +00:00
bun.lock chore(release): prepare v0.0.21 2026-04-23 18:05:15 +00: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
KEYBINDINGS.md feat(web): add extensible command palette (#1103) 2026-04-11 11:02:06 -07:00
LICENSE license 2026-03-05 22:58:18 -08:00
package.json Add ACP support with Cursor provider (#1355) 2026-04-17 16:21:31 -07:00
README.md docs: Document environment prep before local development (#1975) 2026-04-13 12:14:27 -07:00
REMOTE.md Document remote server network access setup (#1872) 2026-04-10 07:43:38 +00:00
TODO.md fix: everything AICodeKing reported (#320) 2026-03-07 02:06:55 -08:00
tsconfig.base.json Adopt Node-native TypeScript for desktop and server (#2098) 2026-04-16 22:14:35 -07:00
turbo.json chore(turbo): pass through PATHEXT (#2184) 2026-04-19 23:35:37 -07:00
vitest.config.ts Move toolbar below chat input, fix electron preload bundling, and update build configs 2026-02-11 11:44:24 -08:00

T3 Code

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

Installation

Warning

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

Run without installing

npx t3

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.

Observability guide: docs/observability.md

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

Before local development, prepare the environment and install dependencies:

# Optional: only needed if you use mise for dev tool management.
mise install
bun install .

Read CONTRIBUTING.md before opening an issue or PR.

Need support? Join the Discord.