All docs
Runtime·
property
Runtime.gui
path to LSDDesktop.exe, the desktop launcher, or None
Python
gui: Optional[Path]
Returns Path | None — the LSDDesktop.exe path, or None if not present
Example#
Python
rt = find_runtime()
print(rt.gui) # → C:\Program Files\LSD Desktop\LSDDesktop.exe
Notes#
LSDDesktop.exe is the desktop (GUI) launcher. None when the file isn't found in the install. For
"the thing to run", prefer executable, which picks cli first and
falls back to gui.
See also#
API: cli · executable
Guides: Install LSD
By LSD Team · Last updated Jul 17, 2026
Ask on Discord
View as Markdown