pingdotgg/t3code

GitHub Trending (daily) Tools

Summary

T3 Code is a minimal web GUI for coding agents supporting Codex and Claude, available as a desktop app and CLI tool across multiple platforms.

No content available
Original Article
View Cached Full Text

Cached at: 04/20/26, 08:33 AM

pingdotgg/t3code

Source: https://github.com/pingdotgg/t3code

T3 Code

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

Installation

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

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)

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 (https://discord.gg/jn4EGJjrvv).

Similar Articles

1jehuang/jcode

GitHub Trending (daily)

jcode is an open-source coding agent harness designed for multi-session workflows with low resource usage, offering CLI installation and performance improvements over existing agents like Claude Code and Cursor Agent.

anthropics/claude-code

GitHub Trending (daily)

Claude Code is an agentic coding tool from Anthropic that lives in the terminal, understands codebases, and helps with tasks like executing routine coding tasks, explaining code, and handling git workflows through natural language commands.

Introducing the Codex app

OpenAI Blog

OpenAI introduces the Codex app for macOS (with Windows support added March 2026), a desktop interface for managing multiple coding agents in parallel, supervising long-running tasks, and collaborating on software development. The app features project-based threading, worktree support for conflict-free multi-agent work, skill extensions, and is available to ChatGPT Free/Go users with doubled rate limits on paid plans.