feat: add Windows support (x64 + ARM64)#46
Merged
pszymkowiak merged 1 commit intomainfrom Mar 20, 2026
Merged
Conversation
- Add x86_64-pc-windows-msvc and aarch64-pc-windows-msvc to release matrix - Package Windows builds as .zip instead of .tar.gz - Add install.ps1 for native Windows installation (irm | iex) - Update install.sh to handle Windows via MSYS2/Git Bash - Expand CI to test on macOS, Ubuntu, and Windows
Contributor
Author
📊 Automated PR Analysis
SummaryAdds Windows support (x64 and ARM64) to the release pipeline and CI. Includes new Windows build targets, a native PowerShell installer (install.ps1), updates to install.sh for MSYS2/Git Bash compatibility, and splits CI linting into a separate job while adding Windows to the test matrix. Review Checklist
Linked issues: #43 Analyzed automatically by wshm · This is an automated analysis, not a human review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #43 — adds Windows builds to the release pipeline.
x86_64-pc-windows-msvcandaarch64-pc-windows-msvctargets (packaged as.zip)irm .../install.ps1 | iex), auto-adds to PATHThe codebase was already Windows-compatible (
libcusage gated behind#[cfg(unix)],cloud.rshandlescfg(target_os = "windows")).Test plan
install.ps1on Windows after first release🤖 Generated with Claude Code