nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.33k stars 3.88k forks source link

Include Windows on ARM64 official build for NWJS #7599

Open gpetrov opened 3 years ago

gpetrov commented 3 years ago

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.

stale[bot] commented 2 years ago

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.

spotlightishere commented 2 years ago

Wanted to comment +1 so that this issue isn't closed due to a lack of activity :) As devices progressively convert to ARM64, I'd like to ensure that my applications can run on all platforms possible.

mthompson0220 commented 2 years ago

Interested in ARM as well for my app.

Qiangong2 commented 2 years ago

Node compiles for Windows on Arm64, is there any ETA on when an nw.js build will be made?

shenzhy16 commented 12 months ago

Now is 2023 and there is still no NWJS sdk for ARM64

Qiangong2 commented 10 months ago

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?