Skip to content

GUI Notebook

tormoni-app is the visual notebook for your runs, live and past. It provides a sidebar reaching its screens and allows you to manage everything without the command line.

  • The list: Shows every run, newest first. Live ones have a thumbnail of their display. Clearing the history removes the ended runs behind an inline confirm; live runs stay.
  • One run: View its posture, output, and results beside its live display. You can use Stop and Shell while it runs, Re-run and Delete after, and Export always.
  • The start form: Every posture flag is available as a field, summarised in the record’s own posture sentence, and confirmed before anything boots.
  • Settings: Choose light, dark, or the desktop’s own mode, adjust the interface scale, pick the screen a plain launch opens on, and view what this machine has to run a sandbox with.

Start the GUI by running:

Terminal window
tormoni-app

You can open directly to a specific run by name:

Terminal window
tormoni-app <NAME>

Or open a specific screen directly:

Terminal window
tormoni-app --open list
tormoni-app --open new
tormoni-app --open settings

[!NOTE] Starting and stopping sandboxes inside the GUI actually go through the tormoni binary beside the app. You can override the binary location using the $TORMONI_CLI environment variable.