Skip to main content
Every scan writes its results to disk as it runs. strix view serves those files in a local dashboard, for a live run or a finished one.
The UI ships prebuilt with Strix, so there is no extra install and no JavaScript build step. The dashboard reads the run files straight off disk. Nothing leaves your machine, and you do not need a cloud account.

Options

string
Run name under ./strix_runs. Defaults to the most recent run.
string
default:"127.0.0.1"
Host to bind to. Use 0.0.0.0 to reach the viewer from other machines.
number
default:"0"
Port to serve on. The default selects an available ephemeral port.
boolean
Do not open the browser automatically.

What Is In The Dashboard

  • Overview — run status, target, and a severity breakdown of everything found so far.
  • Vulnerabilities — each validated finding with its severity, details, and reproduction steps.
  • Agent graph — a live map of the multi-agent team, and what each agent is doing.
  • Steering — send instructions to a live scan to redirect the agents during the run. Steering works only in the dashboard the running scan opens. A standalone strix view has no live scan to steer.
  • History — browse past runs on this machine and move between them. Verify your email address in the dashboard to unlock the other runs.
  • Reports — generate a shareable report and send it by email. Verify your email address first.
The token in the printed URL grants access to the run data, and to the steering of a live scan. Share it only with trusted users.
To reach the viewer from another machine, start it with --host 0.0.0.0 and replace 0.0.0.0 in the printed URL with a reachable IP address or hostname. Restrict the port with your firewall. A request without the token-derived session cannot read run data.