Sandbox — LSD is in active testing. All systems operational·payments are test-mode (no real charges).
Overview Use Cases News Docs Tool Store Support Community Get LSD
All docs
Docs/ API Reference/ Runtime/ install_dir
Runtime· property

Runtime.install_dir

the directory the LSD product is installed in

Python
install_dir: Path

Returns Path — the directory the product is installed in

Example#

Python
from lsdtools import find_runtime

rt = find_runtime()
if rt:
    print(rt.install_dir)   # → C:\Program Files\LSD Desktop

Notes#

Always set on a discovered Runtime — it is the one required field the dataclass is built around. The launcher and interpreter fields (cli, gui, python) may still be None when those files aren't found inside the install dir.

See also#

API: cli · executable · find_runtime

Guides: Install LSD

By LSD Team · Last updated Jul 17, 2026 Ask on Discord View as Markdown