-
Notifications
You must be signed in to change notification settings - Fork 628
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
macOS Version needs compiled in Universal for M1 #1971
Comments
x86 apps need to become native. It is a future requirement. There is nothing wrong with Rosetta, it’s common sense there will be hiccups translating x86 to ARM. Apple isn’t going to continue making a translation platform work better for every single app they get a bug report about, it’s the developers responsibility to update their apps not apples. I suggest the developers research into Apple’s easy universal compiling program to make the App Universal (native binaries for both architectures). |
NW.js is absolutely working on M1 already. There are already OSX ARM64 builds. |
@tehfalcon-vw you are a bit too fast. |
looks like it should soon be possible? 🤞 nwjs/nw.js#7620 (comment) |
FYI this is now working here: https://github.com/berard/popcorn-desktop |
@Berard tried it out but it crashes after a few minutes of running |
Current x86-64 Build very buggy in rosetta, needs a native compile for ARM64
The text was updated successfully, but these errors were encountered: