ah tui
Launch the TUI dashboard.
ah tui [OPTIONS]Running ah without arguments is equivalent to ah tui.
Options
| Option | Description |
|---|---|
--multiplexer <TYPE> | Multiplexer to use |
--remote-server <URL> | URL of remote server |
--api-key <KEY> | API key for remote server |
--bearer-token <TOKEN> | JWT bearer token for remote |
Multiplexer Options
- auto (default)
- tmux
- kitty
- i-term2
- wezterm
- zellij
- screen
- tilix
- windows-terminal
- ghostty
- neovim
- vim
- emacs
Subcommands
| Subcommand | Description |
|---|---|
dashboard | Launch dashboard directly (inside multiplexer) |
acp-client | Run ACP client TUI for external ACP binary |
Examples
Launch TUI:
ah tuiOr simply:
ahUse specific multiplexer:
ah tui --multiplexer tmuxConnect to remote server:
ah tui --remote-server https://ah.example.com --api-key YOUR_KEYLaunch dashboard directly:
ah tui dashboard