IAM X-ray is self-hosted. One signed executable, no cloud account, no data leaving your network — you point it at your directory and it opens a local control panel in your browser.
Verify your download: SHA-256 checksum
Self-hosted · data stays on your host · offline-capable · no telemetry
The same executable is a full CLI. From PowerShell:
# launch the web UI (default) IAMXray.exe # or run headless against a domain IAMXray.exe run -c config.yaml --connector ad-live ` --bind-dn "DOM\svc-iamxray-ro" --credential-ref env:IAMXRAY_PASS ` --out runs/today # collect a portable snapshot, analyze it anywhere IAMXray.exe snapshot --connector ad-live --bind-dn ... --out site.iamx IAMXray.exe run --connector snapshot --source site.iamx -c config.yaml
Spin it up against the synthetic snapshot in two minutes. Open the live HTML report. Decide if you want it pointed at your real environment.