Skip to Content

ah tui

Launch the TUI dashboard.

ah tui [OPTIONS]

Running ah without arguments is equivalent to ah tui.

Options

OptionDescription
--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

SubcommandDescription
dashboardLaunch dashboard directly (inside multiplexer)
acp-clientRun ACP client TUI for external ACP binary

Examples

Launch TUI:

ah tui

Or simply:

ah

Use specific multiplexer:

ah tui --multiplexer tmux

Connect to remote server:

ah tui --remote-server https://ah.example.com --api-key YOUR_KEY

Launch dashboard directly:

ah tui dashboard