Installation
TatsuCode is a portable application — no installation required. Download, extract, and run.
System Requirements
| Requirement | Specification |
|---|---|
| Operating System | Windows 10 or Windows 11 |
| Architecture | x64 or ARM64 |
| Memory | 4GB RAM minimum, 8GB recommended |
| Disk Space | ~100MB for the application |
| Runtime | WebView2 (Windows only, usually pre-installed) |
| Internet | Required for cloud AI models (optional for local models) |
Download
Windows
Download from the TatsuCode website:
- Windows x64 — For most Windows PCs
- Windows ARM64 — For ARM-based devices (Surface Pro X, Snapdragon laptops)
First Launch
- Extract the ZIP file to a folder (only contains tatsu.exe file)
- Double-click
tatsu.exe - If prompted about WebView2, install it (see below)
- TatsuCode opens and you're ready to configure
tatsu.exe will not run from system or Windows folders to prevent damaging Operating System.
WebView2 Runtime
TatsuCode requires Microsoft Edge WebView2 Runtime.
- Windows 11: Included by default
- Windows 10: Usually pre-installed via Windows Update
If you see "WebView2 Runtime not found":
- Download from Microsoft WebView2
- Run the installer
- Restart TatsuCode
Setting Up AI Access
After launching, configure AI access with:
/connect
/providers is still available as an alias.
Option 1: Use Your Existing Subscription (Recommended)
If you already use GitHub Copilot, ChatGPT Plus/Pro, or Gemini Advanced, connect them directly:
| Subscription | Monthly Cost | What You Get |
|---|---|---|
| GitHub Copilot | Free / $10 Pro / $39 Pro+ / $19 Business (per user) | Broad model access depending on plan/client (GPT, Claude, Gemini families) |
| ChatGPT Plus/Pro | $20-200/mo | GPT-5.3 Codex, GPT-5.x Codex family |
| Gemini Advanced | $20-250/mo | Gemini 3 Pro/Flash (availability may vary by route) |
Pricing and model availability change over time. For Copilot details, see GitHub Copilot plans and supported models.
To connect:
- Click "Connect" next to your provider
- Sign in when the browser opens
- Approve access
- Done — your models appear in
/models
Cost: $0 additional — uses your existing subscription's quota.
Option 2: OpenRouter API
Access 200+ models with pay-per-use pricing:
- Create an account at openrouter.ai
- Generate an API key
- In TatsuCode, enter the key in the OpenRouter section
- Add credits to your OpenRouter account
Option 3: Local Models (Offline)
Run AI completely offline with Ollama, LM Studio, or any OpenAI-compatible server:
- Install and start your local model server
- In
/connect(or/providers), add a custom provider - Enter the server URL shown by your local model runtime
See Local Models setup for detailed guidance.
Running from Terminal
To launch TatsuCode from any terminal:
/add-tatsu
This adds TatsuCode to your system PATH. Then you can run:
# Open TatsuCode in current directory
tatsu
# Open TatsuCode in a specific project
tatsu /path/to/project
Updating
TatsuCode checks for updates automatically. When a new version is available, a banner appears.
To update manually:
- Download the new version
- Extract to a new folder (or replace existing files)
- Run the new executable
Your settings and credentials (including credentials.enc) persist across updates in local user data storage.
Uninstalling
To completely remove TatsuCode:
Quick Removal
- Delete the application folder
- That's it — TatsuCode makes no registry changes
Full Removal (Including Settings and all Chat History)
Use the built-in removal command:
/remove-tatsu
This opens a dialog where you can:
- Remove from PATH (if added)
- Delete configuration files
- Delete session history
- Delete cached data
Or manually delete local TatsuCode app data according to your organization’s policy.
Troubleshooting
Application won't start
- Ensure all files are extracted (don't run from inside the ZIP)
- Try running as administrator
- Check for antivirus blocking
Antivirus warnings
TatsuCode may be flagged as unknown software. It's safe to use:
- Add an exception for the TatsuCode folder
- Releases are signed with a trusted certificate
WebView2 issues
If WebView2 installation fails:
- Try the standalone installer from Microsoft
- Run Windows Update
- Restart your computer
See Troubleshooting for more solutions.
Next Steps
- Quickstart — Your first coding session
- Providers — Detailed provider setup
- Commands — All slash commands