Skip to content
Cisco AI Defense logo
CiscoAI Security

defenseclaw tui — DefenseClaw

Overview

defenseclaw tui — Launch the DefenseClaw interactive dashboard (TUI).

Reference

Synopsis

defenseclaw tui [OPTIONS]

Description

Launch the DefenseClaw interactive dashboard (TUI)

Launch the DefenseClaw interactive dashboard (TUI).

Hands off to the defenseclaw-gateway binary which provides the full Bubbletea-based terminal UI with alerts, skills, MCPs, inventory, logs, and audit panels.

Binary resolution goes through :func:defenseclaw.gateway.resolve_gateway_binary which also falls back to the canonical install path so we keep working in the very shell that just ran make all (where ~/.local/bin is not yet on PATH).

Usage

Launch from Python or gateway CLI

defenseclaw tui
defenseclaw-gateway tui

The Python command hands off to the gateway TUI when available.

Related