psanford / wormhole-william

End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).
MIT License
1.07k stars 54 forks source link

64-bit and ARM binaries for Windows #77

Closed rollingmoai closed 1 year ago

rollingmoai commented 2 years ago

I don't see why not provide these too. Besides, Windows 11 is 64-bit only.

psanford commented 2 years ago

32bit binaries are still supported by windows 11. Is there something specific that doesn't work with the 32bit binary?

rollingmoai commented 2 years ago

32bit binaries are still supported by windows 11. Is there something specific that doesn't work with the 32bit binary?

Nothing in particular. I just thought native 64-bit binaries work better on 64-bit systems. Additionally, ARM binaries for Windows would also be nice (would be better than x86/x64 emulation).

Jacalz commented 2 years ago

I think 64bit binaries would be a good addition and especially for arm64. It allows making use of newer instruction sets for better performance (see https://www.phoronix.com/scan.php?page=article&item=raspberrypi-32bit-64bit, not 100% related but the idea is the same). The amount of people running 32bit systems is also minimal and thus almost everyone will be able to run the 64bit binaries any way.

Jacalz commented 2 years ago

PR #80 should solve this. We just need a fresh new release after it has landed :)

rollingmoai commented 1 year ago

Where is the arm64 build for Windows? I don't see it in https://github.com/psanford/wormhole-william/releases/tag/v1.0.7