> For the complete documentation index, see [llms.txt](/llms.txt).
> Markdown versions of each page are available by appending .md to any URL.

# Getting started with Warp TUI

Install and run the Warp TUI to use Warp's agent from any terminal without installing the Warp app.

Note

The Warp TUI is coming soon. Installation instructions will be added here at launch.

The Warp TUI gives you an interactive agent session in your terminal by running a single command. No Warp app installation required.

## Requirements

-   Any terminal (macOS, Linux, Windows)
-   Works inside IDEs (VS Code terminal, JetBrains, etc.)
-   Works in cloud environments and remote dev boxes

## Run the TUI

```
/warp
```

This opens an interactive interface similar to the Claude Code CLI — you can prompt Warp’s agent, review responses, and iterate from wherever you work.

## Supported environments

The Warp TUI works in any terminal that supports standard I/O. It connects to the same Warp agents available in the Warp app and will eventually support kicking off [Software Factory](/platform/software-factory/) runs directly from the TUI.
