Skip to content

CliToolStatus

Result of probing the user’s machine for a CLI tool. Returned by the cli_tool_status Tauri command.

found: boolean

The binary was found and ran successfully.


optional installedVersion?: string | null

Parsed version (e.g. "2.40.0"), when one could be extracted.


optional path?: string | null

Resolved path to the binary, when known.


optional raw?: string | null

First line of the tool’s version output, for display/debugging.