Skip to content
kazma.
ع Star 7 Get Started

Terminal UI (TUI)

Terminal window
kazma-tui

Built with Textual (kazma-tui). Provides a dashboard for chat, status, files/editor, and HITL prompts without a browser.

AreaNotes
ChatTalk to the same agent brain as Web/gateway
Editor / filesIDE-style workspace operations via shared IdeService / tools
DocumentsDocuments tab (DocumentsPanel) — list/inspect processed docs via shared DocumentIngestionService (upload still Web/chat)
HITLApproval modal widgets for danger tools
StatusModels, gateway, health
Demo modeKAZMA_DEMO_MODE (never use in real prod)
  • Nav rail entry Documents (keyboard 8).
  • Lists tenant-scoped documents from the same process-wide ingestion service as Web.
  • Select a row to preview fenced processed content when ready.
  • Upload / convert / GC remain on Web /documents or agent tools — TUI is inspect-first.

Guide: Document Intelligence.

Respects the same kazma.yaml, ConfigStore, and env vars as the Web UI (KAZMA_SECRET when talking to a remote server, vector memory envs, etc.).