What problem does it solve? It answers whether a working LaTeX toolchain exists on the current machine by detecting bundled Tectonic, TeX Live, or MacTeX installations, reporting missing tools, and verifying them with small compile smoke tests. ## Core Features & Use Cases - Toolchain Detection: Locates Tectonic, TeX Live, and MacTeX installations along with tools like latexmk, pdflatex, xelatex, lualatex, biber, and kpsewhich. - Smoke Compile Tests: Runs small compile checks to confirm a runtime actually works, not just that binaries exist. - Status Classification: Reports ready, existing-usable, existing-partial, or missing states to guide whether managed TeX Live installation should be offered. - Use Case: Before compiling a LaTeX document, run the diagnostic to confirm xelatex and biber are present and functional, then decide whether to use the existing installation or install a managed TeX Live runtime. ## Quick Start Ask the assistant to check whether LaTeX, Tectonic, and TeX Live are installed and working on this machine.