|
1 | 1 | # T3 Code |
2 | 2 |
|
3 | | -T3 Code is a minimal web GUI for coding agents. Currently Codex-first, with Claude Code support coming soon. |
| 3 | +T3 Code is a minimal web GUI for coding agents. It supports Codex, Claude Code, Cursor, Copilot, Gemini CLI, Amp, Kilo, and OpenCode. |
4 | 4 |
|
5 | | -## How to use |
| 5 | +## Getting started |
6 | 6 |
|
7 | | -> [!WARNING] |
8 | | -> You need to have [Codex CLI](https://github.com/openai/codex) installed and authorized for T3 Code to work. |
| 7 | +### CLI |
9 | 8 |
|
10 | | -```bash |
11 | | -npx t3 |
12 | | -``` |
| 9 | + > [!WARNING] |
| 10 | + > You need at least one supported coding agent installed and authorized. See the supported agents list below. |
13 | 11 |
|
14 | | -You can also just install the desktop app. It's cooler. |
| 12 | + ```bash |
| 13 | + npx t3 |
| 14 | + ``` |
15 | 15 |
|
16 | | -Install the [desktop app from the Releases page](https://github.com/pingdotgg/t3code/releases) |
| 16 | +### Desktop app |
17 | 17 |
|
18 | | -## Some notes |
| 18 | + You can also just install the desktop app. It's cooler. Install it from the [Releases page](https://github.com/pingdotgg/t3code/releases). |
19 | 19 |
|
20 | | -We are very very early in this project. Expect bugs. |
| 20 | +## Supported agents |
21 | 21 |
|
22 | | -We are not accepting contributions yet. |
| 22 | + - [Codex CLI](https://github.com/openai/codex) (requires v0.37.0 or later) |
| 23 | + - [Claude Code](https://github.com/anthropics/claude-code) |
| 24 | + - [Cursor](https://cursor.sh) |
| 25 | + - [Copilot](https://github.com/features/copilot) |
| 26 | + - [Gemini CLI](https://github.com/google-gemini/gemini-cli) |
| 27 | + - [Amp](https://ampcode.com) |
| 28 | + - [Kilo](https://kilo.dev) |
| 29 | + - [OpenCode](https://opencode.ai) |
23 | 30 |
|
24 | | -Maintaining a custom fork or alpha branch? See [docs/custom-alpha-workflow.md](/Users/mav/Documents/Projects/Experiments/vibes/t3code/docs/custom-alpha-workflow.md). |
| 31 | +## Notes |
25 | 32 |
|
26 | | -Need support? Join the [Discord](https://discord.gg/jn4EGJjrvv). |
| 33 | + - This project is very early in development. Expect bugs. |
| 34 | + - We are not accepting contributions yet. |
| 35 | + - Maintaining a custom fork or alpha branch? See [docs/custom-alpha-workflow.md](docs/custom-alpha-workflow.md). |
| 36 | + |
| 37 | +## Need help? |
| 38 | + |
| 39 | + Join the [Discord](https://discord.gg/jn4EGJjrvv) if you need support. |
0 commit comments