Skip to content
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

Closed
gabefair opened this issue Feb 18, 2019 · 9 comments

Comments

@gabefair
Copy link

  1. Installation does not occur on a x64-bit Windows-on-Arm machine.

Expected Result: Successful Installation

Screenshots

image
image

@gfs
Copy link
Contributor

gfs commented Mar 8, 2019

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.

@crbender
Copy link

crbender commented Nov 9, 2019

With the new Surface Pro X (and more) running ARM64, could it be possible to create a version that's compatible?

@kenpowers-signal
Copy link
Contributor

ARM64 support is something we could potentially investigate: https://www.electron.build/api/electron-builder.html#electron-builderarch-enum

@joshjx
Copy link

joshjx commented Nov 12, 2019

ARM64 support is something we could potentially investigate: https://www.electron.build/api/electron-builder.html#electron-builderarch-enum

yes please :)

@gabefair
Copy link
Author

Also see #3410

@gber1983
Copy link

@kenpowers-signal any update here? Would be amazing to have signal desktop on windows ARM64 devices (I use the surface pro x).

@a-woolf
Copy link

a-woolf commented Jan 4, 2020

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

@dennisameling
Copy link
Contributor

Here's the issue for Signal Desktop on Windows on ARM, have been making great progress in the last few days: #3745 (comment)

@stale
Copy link

stale bot commented Sep 24, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

10 participants