Artfical AI Open tAI →
← All announcements

tCode: tAI in Your Terminal

August 30, 2026 · Product

A terminal-based coding agent powered by tAI, now available for Windows and Linux — read, write, and run code in your own projects, with your approval before anything changes.

tCode brings tAI into a place a lot of real engineering work actually happens: the terminal. Instead of copy-pasting code back and forth with a chat window, tCode reads your project directly, edits files in place, runs commands, and searches your codebase, all in a normal REPL you keep open next to your editor.

It's built the way we'd want a terminal agent to behave on our own machines: nothing that changes your system happens without a visible confirmation first, and every turn is checkpointed so a change you don't like is one command away from being undone.

Install

pip install tcode-cli

Then run tcode from any project folder. The first run asks you to trust the folder, then signs you in with your tAI account.

What it does

tCode supports Python 3.9 through 3.14 on Windows and Linux today. Run /help inside tCode any time for the full command list.

References