No description
- TypeScript 97.7%
- JavaScript 1.8%
- Astro 0.3%
- CSS 0.2%
| .cursor | ||
| .devcontainer | ||
| .docs | ||
| .github | ||
| .plans | ||
| .vscode | ||
| apps | ||
| assets | ||
| docs | ||
| packages | ||
| scripts | ||
| .gitattributes | ||
| .gitignore | ||
| .mise.toml | ||
| .oxfmtrc.json | ||
| .oxlintrc.json | ||
| AGENTS.md | ||
| bun.lock | ||
| CLAUDE.md | ||
| CONTRIBUTING.md | ||
| KEYBINDINGS.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| REMOTE.md | ||
| TODO.md | ||
| tsconfig.base.json | ||
| turbo.json | ||
| vitest.config.ts | ||
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.