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
API Reference

Runtime

Runtime describes an installed LSD product — its install dir, CLI, GUI, and Python paths. Reference for find_runtime and the API_VERSION constant.

You author against lsdtools in any local Python, but packages run inside the installed LSD product — the MSI-installed runtime (or a dev build), which carries the pacman-built pyarrow, numpy, and GTK your packages need. find_runtime() discovers that install and returns a Runtime describing it: its install dir, the CLI and GUI launchers, and the bundled interpreter. API_VERSION reports the public API version your package was built against.

Usage#

Python
from lsdtools import find_runtime, API_VERSION

rt = find_runtime()
print(rt.cli, API_VERSION)
# → C:\Program Files\LSD Desktop\LSDCli.exe 1.0

Where to start#

LearnInstall LSD

APIEngine · CLI commands · lsdtools API reference

Properties

Functions

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