Skip to main content

Install

Agent Terminal is a Tauri desktop application. It requires both Rust and Node.

Supported paths:

  • Windows (WSL2) — primary development platform
  • macOS — native Tauri build
  • Linux — native Tauri build
  • contributor source mode — for modifying the terminal itself

Prerequisites

# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# Install Node dependencies
npm install

Windows (WSL2)

Use this when running on Windows with WSL2. The Tauri shell runs via WSLg for native window rendering.

npm run tauri dev

macOS / Linux

Build and run natively with Tauri:

npm run tauri dev

Contributor source mode

Use this when modifying the terminal itself.

npm install
npm test
npm run tauri dev

Brain and Harness are optional

Agent Terminal runs without Agent Brain or Agent Harness configured. Brain recall and Harness delegation are gracefully skipped when the services are not reachable.