https://github.com/zortos293/t3code-copilot
T3 Code with GitHub Copilot support, kept up to date with upstream plus Copilot changes.
https://github.com/zortos293/t3code-copilot
ai copilot effect-ts electron github-copilot t3code
Last synced: 25 days ago
JSON representation
T3 Code with GitHub Copilot support, kept up to date with upstream plus Copilot changes.
- Host: GitHub
- URL: https://github.com/zortos293/t3code-copilot
- Owner: zortos293
- License: mit
- Created: 2026-03-07T07:31:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T19:22:12.000Z (28 days ago)
- Last Synced: 2026-04-15T20:31:32.821Z (28 days ago)
- Topics: ai, copilot, effect-ts, electron, github-copilot, t3code
- Language: TypeScript
- Homepage: https://t3.codes
- Size: 51.3 MB
- Stars: 62
- Watchers: 0
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
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 and Claude.
> Install and authenticate at least one provider before use:
>
> - Codex: install [Codex CLI](https://github.com/openai/codex) and run `codex login`
> - Claude: install Claude Code and run `claude 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).