-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Include Windows on ARM64 official build for NWJS #7599
Comments
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. |
Wanted to comment +1 so that this issue isn't closed due to a lack of activity :) |
Interested in ARM as well for my app. |
Node compiles for Windows on Arm64, is there any ETA on when an nw.js build will be made? |
Now is 2023 and there is still no NWJS sdk for ARM64 |
Node officially supports windows on arm as of 19.9, and chromium has windows on arm support as well. When will nw.js support be added? |
As Chrome is already natively available for Windows on ARM64 for some time now:
https://community.arm.com/developer/tools-software/tools/b/tools-software-ides-blog/posts/native-chromium-builds-windows-on-arm
and even Electron has a build for Windows on ARM64 for even longer time:
https://community.arm.com/developer/tools-software/tools/b/tools-software-ides-blog/posts/electron-6-for-windows-on-arm
Can we also have a build of NWJS for Windows on ARM64 @rogerwang
Then we would be able to run our NWJS based apps natively on Windows on ARM64 devices like:
Microsoft Surface Pro X, Lenovo Yoga 5G, and Samsung Galaxy Book S etc.
Of course nw-gyp would need also to be adjusted to be able to compile node modules for Windows on ARM64 as well.
Hopefully also soon Mac on ARM will follow for the new Apple Silicon Macs that will be released next month.
The text was updated successfully, but these errors were encountered: