Skip to content

Gui Workflow

Launch the ReaxKit Dash Web UI.

This module implements CLI workflow orchestration for its command family, including argument parsing, request construction, execution dispatch, and result presentation handoff.

Usage context

  • Command routing: Resolve CLI aliases and normalized command names.
  • Task execution: Build request objects and invoke registered tasks.
  • Output handling: Forward results to table, plot, export, or report flows.

Command: gui

Arguments

No command-specific arguments found.

A view of the graphical user interface (GUI) is seen below:

ReaxKit_Graphical_User_Interface

Figure: View of ReaxKit's GUI.

Common Runtime and Presentation Arguments

These are shared workflow-level CLI flags added before command-specific options, covering runtime context (engine/input/storage) and output presentation/export behavior.

No common arguments found.