BIOS TUI

The ctrldot bios command runs an interactive, full-screen TUI styled like a firmware BIOS screen. It talks to the Ctrl Dot daemon (default http://127.0.0.1:7777) and your local config file.

Running

ctrldot bios
# Or with a different daemon:
ctrldot --server http://localhost:7777 bios

Panels

Layout

Styling

Testing without a TTY

ctrldot bios --print-snapshot

Prints a single 80×24 frame of the UI to stdout and exits (useful in CI or non-interactive environments).