Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Web Interface Overview

The Taka Web UI is how you drive scans in a Docker deployment. It runs on port 7331 inside the container and is published on the host port set by TAKA_PORT (default 7331).

DARWIS Taka: left navigation and New Scan form

Layout

A persistent sidebar on the left carries four sections:

SectionPurpose
DashboardRecent activity and finding counts.
ScansBrowse past scans and launch a new one.
RulesInspect the loaded detection rules.
SettingsGlobal API keys, scan defaults, and AI verification prompts.

The header shows:

  • a Search box that opens a command palette (keyboard shortcut ⌘K / Ctrl+K), searchable over scans, rules, and navigation targets;
  • a Live indicator driven by the WebSocket connection to the server (green “Live” when connected); and
  • a light/dark theme toggle.

Typical flow

  1. Open Settings once and save an API key for your AI provider if you plan to use AI verification.
  2. Open Scans → New Scan and fill in a target URL.
  3. Submit. The scan detail page opens and streams live findings as the engine runs.
  4. Click any finding to open Finding Details and optionally run AI verification on it.

What’s next