# Runtime.gui
URL: https://lsd.tools/docs/api-runtime-gui
Updated: 2026-07-17

## 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](/docs/api-runtime-executable), which picks `cli` first and
falls back to `gui`.

## See also

**API:** [cli](/docs/api-runtime-cli) · [executable](/docs/api-runtime-executable)

**Guides:** [Install LSD](/docs/start-install)
