Provide a native PowerShell installation script for Windows users.
Expected Usage
irm https://.../install.ps1 | iex
Requirements
Detect architecture
Download latest release
Verify checksum
Install binary
Update PATH if needed
Upgrade existing installation
Support custom install directory
Support version selection
Acceptance Criteria
Windows installation completes with a single command.
Provide a native PowerShell installation script for Windows users.
Expected Usage
irm https://.../install.ps1 | iex
Requirements
Detect architecture
Download latest release
Verify checksum
Install binary
Update PATH if needed
Upgrade existing installation
Support custom install directory
Support version selection
Acceptance Criteria
Windows installation completes with a single command.