pingdotgg/t3code
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.
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
Open-source dashboard to visualize AI coding agents (Claude Code)
Developer releases an open-source medieval-themed dashboard that visualizes multiple Claude Code agents as 2D village characters to simplify real-time tracking of parallel coding sessions.
1jehuang/jcode
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
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.
@JinjingLiang: Want to ditch Claude? Someone just released the any-agent version of 'Claude Agent View' Use Codex, Pi, Droid, whatever…
Orca is an open-source AI orchestrator that lets developers run multiple CLI agents like Claude Code, Codex, and Gemini side-by-side across repositories on macOS, Windows, and Linux.
Introducing the Codex app
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.