https://github.com/pingdotgg/t3code
https://github.com/pingdotgg/t3code
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pingdotgg/t3code
- Owner: pingdotgg
- License: mit
- Created: 2026-02-08T23:46:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-28T07:20:49.000Z (16 days ago)
- Last Synced: 2026-04-28T07:26:50.183Z (16 days ago)
- Language: TypeScript
- Homepage: https://t3.codes
- Size: 101 MB
- Stars: 10,575
- Watchers: 41
- Forks: 1,998
- Open Issues: 717
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-rainmana - pingdotgg/t3code - (TypeScript)
- stars - t3code
- awesome-agent-orchestrators - t3code - Minimal web GUI for coding agents. (Parallel Agent Runners)
- AiTreasureBox - pingdotgg/t3code - 04-22_10301_56](https://img.shields.io/github/stars/pingdotgg/t3code.svg)|| (Repos)
- awesome-claude-code - **t3code** - A minimal web GUI for coding agents. (🖥️ Clients & GUIs)
README
# 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, Claude, and OpenCode.
> Install and authenticate at least one provider before use:
>
> - Codex: install [Codex CLI](https://developers.openai.com/codex/cli) and run `codex login`
> - Claude: install [Claude Code](https://claude.com/product/claude-code) and run `claude auth login`
> - OpenCode: install [OpenCode](https://opencode.ai) and run `opencode auth login`
### Run without installing
```bash
npx t3
```
### Desktop app
Install the latest version of the desktop app from [GitHub Releases](https://github.com/pingdotgg/t3code/releases), or from your favorite package registry:
#### Windows (`winget`)
```bash
winget install T3Tools.T3Code
```
#### macOS (Homebrew)
```bash
brew install --cask t3-code
```
#### Arch Linux (AUR)
```bash
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](./docs/observability.md)
## If you REALLY want to contribute still.... read this first
Before local development, prepare the environment and install dependencies:
```bash
# Optional: only needed if you use mise for dev tool management.
mise install
bun install .
```
Read [CONTRIBUTING.md](./CONTRIBUTING.md) before opening an issue or PR.
Need support? Join the [Discord](https://discord.gg/jn4EGJjrvv).