ptwdev
Install ptwdev
The Dosimetry Company's internal developer CLI, for Windows, macOS and Linux.
Install
pwsh -c "irm https://ptwdev.example/install.ps1 | iex"
Requires PowerShell 7+
on all three platforms. The script signs you in with your PTW account, detects your platform,
downloads the matching binary, verifies its SHA-256, and puts it on PATH.
It always installs the currently published release — there is no option to pin an older version.
Alpha ships unsigned
This is an alpha build line: binaries are not code-signed on any platform. The release manifest's SHA-256 is the only integrity check performed — there is no signature to verify.
- Windows. SmartScreen shows an unrecognized-publisher warning on first run. Select "More info", then "Run anyway".
- macOS. Gatekeeper may warn on first run of an unnotarized binary. Allow it via System Settings → Privacy & Security, or run
xattr -d com.apple.quarantine <path>if quarantined. - Linux. No OS-level gate — nothing to confirm.
Staying up to date
Run ptwdev update at any time. It checks both the configuration and
binary release manifests and offers to apply whichever is newer.