TUI
Terminal User Interface.
Overview
TUI provides a rich terminal interface for OpenClaw:
- Full-featured chat
- Status panels
- Keyboard navigation
- No browser needed
Launch
bash
openclaw tuiFeatures
Chat Panel
- Send/receive messages
- Markdown rendering
- Syntax highlighting
Status Panel
- Gateway status
- Connected channels
- Active sessions
Log Panel
- Real-time logs
- Filter by level
- Scrollable history
Keyboard Shortcuts
| Key | Action |
|---|---|
Tab | Switch panels |
Enter | Send message |
Ctrl+C | Exit |
Ctrl+L | Clear screen |
/ | Command mode |
Configuration
json5
{
tui: {
theme: "dark", // dark, light
showStatus: true,
showLogs: true
}
}Commands
In command mode (/):
| Command | Description |
|---|---|
/help | Show help |
/clear | Clear chat |
/session | Switch session |
/quit | Exit TUI |