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.

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.