Skip to content

Commit 145ddfc

Browse files
Document T3 Code install methods (#1564)
1 parent 0bb787b commit 145ddfc

1 file changed

Lines changed: 33 additions & 3 deletions

File tree

README.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## How to use
5+
## Installation
66

77
> [!WARNING]
88
> T3 Code currently supports Codex and Claude.
@@ -11,13 +11,43 @@ T3 Code is a minimal web GUI for coding agents (currently Codex and Claude, more
1111
> - Codex: install [Codex CLI](https://github.com/openai/codex) and run `codex login`
1212
> - Claude: install Claude Code and run `claude auth login`
1313
14+
### Run without installing
15+
1416
```bash
1517
npx t3
1618
```
1719

18-
You can also just install the desktop app. It's cooler.
20+
### Desktop app
21+
22+
Install the desktop app using whichever method fits your platform:
23+
24+
#### Direct download
25+
26+
[GitHub Releases](https://github.com/pingdotgg/t3code/releases)
27+
28+
#### Windows (`winget`)
29+
30+
Reference: [pingdotgg/t3code#1544](https://github.com/pingdotgg/t3code/issues/1544), [winget-pkgs manifest](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/T3Tools/T3Code/)
31+
32+
```bash
33+
winget install T3Tools.T3Code
34+
```
35+
36+
#### macOS (Homebrew)
37+
38+
Reference: [t3-code cask](https://formulae.brew.sh/cask/t3-code#default)
39+
40+
```bash
41+
brew install --cask t3-code
42+
```
1943

20-
Install the [desktop app from the Releases page](https://github.com/pingdotgg/t3code/releases)
44+
#### Arch Linux (AUR)
45+
46+
Reference: [t3code-bin](https://aur.archlinux.org/packages/t3code-bin)
47+
48+
```bash
49+
yay -S t3code-bin
50+
```
2151

2252
## Some notes
2353

0 commit comments

Comments
 (0)