Install the CLI
npm install -g @lmctl-ai/lmprobe
lmprobe --help
The npm package exposes the same command surface as the manual.
Repeated runs are fastest with npm install -g @lmctl-ai/lmprobe;
use npx only for one-off execution because it
re-resolves each time and can add seconds per invocation.
The homepage is lmctl.com/lmprobe.