-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signal checks for 64-bit on windows in a way that doesn't consider 64-bit ARM processors #3156
Comments
ARM64 Windows devices can only run 32-bit x86 exes, and are not compatible with 64-bit x86 .exes. Source The solution (to getting it to run) would either be to compile as a 32-bit application, or to have a separate version for ARM64 Windows. The error message does not help make this clear, however. |
With the new Surface Pro X (and more) running ARM64, could it be possible to create a version that's compatible? |
ARM64 support is something we could potentially investigate: https://www.electron.build/api/electron-builder.html#electron-builderarch-enum |
yes please :) |
Also see #3410 |
@kenpowers-signal any update here? Would be amazing to have signal desktop on windows ARM64 devices (I use the surface pro x). |
I know this has been asked many times (and shot down just as many), but why not not just compile for Windows x86? It's universal, and is currently the only way to run traditional Windows apps on ARM64 Windows. Also see: #1636 |
Here's the issue for Signal Desktop on Windows on ARM, have been making great progress in the last few days: #3745 (comment) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Expected Result: Successful Installation
Screenshots
The text was updated successfully, but these errors were encountered: