v1.0.0 — Now available

Code with AI,
right in your terminal

tatAI Code CLI drops into any workflow. Read files, understand your codebase, write and apply changes — all from one command.

Requires Node.js 18+

tatAI CLI

tatAI CLI v1.0.0 — Intelligence Unleashed

Model: Nova · Dir: ~/my-project

───────────────────────────────

Youfix the TypeScript error in @src/api/chat.ts
tatAII can see the issue — the `messages` parameter is typed as `any[]` but the function expects `UIMessage[]`. Here's the fix:
// src/api/chat.ts
import { UIMessage } from "ai";

export async function POST(req: Request) {
  const { messages }: { messages: UIMessage[] } = await req.json();
  // ...
}

Apply changes to src/api/chat.ts? [y/N]

How it works

Three steps to AI-powered coding

01

Install

One command installs tatAI globally. Works on macOS and Linux.

curl -L tatai.cloud/install.sh | bash
02

Point at your code

Use @filename to include any file or folder in the conversation.

tatai "review @src/"
03

Apply changes

tatAI suggests edits. You approve each write with a single keypress.

Apply to app.ts? [y/N]

Start in seconds

Common ways to use tatAI Code

tatai

Start interactive AI coding session

tatai "fix this bug"

One-shot prompt, result in terminal

tatai @src/app.ts

Include a file in context

tatai @src/

Include a whole directory

Slash commands

Type these inside the interactive session

/modelSwitch between Flash / Nova / Ultra
/read <file>Load a file into the conversation
/ls [dir]Browse project files
/pasteMulti-line paste mode
/clearClear chat history
/login <key>Save your access key
/exitQuit

Ready to code faster?

Install takes 10 seconds. Access key required before use.