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.
Interface overview
Section titled “Interface overview”- 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.
Launching the app
Section titled “Launching the app”Start the GUI by running:
tormoni-appYou can open directly to a specific run by name:
tormoni-app <NAME>Or open a specific screen directly:
tormoni-app --open listtormoni-app --open newtormoni-app --open settings[!NOTE] Starting and stopping sandboxes inside the GUI actually go through the
tormonibinary beside the app. You can override the binary location using the$TORMONI_CLIenvironment variable.