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

Does Not Work on Apple Silicon Macs #4

Open
deg4uss3r opened this issue Feb 18, 2022 · 9 comments
Open

Does Not Work on Apple Silicon Macs #4

deg4uss3r opened this issue Feb 18, 2022 · 9 comments

Comments

@deg4uss3r
Copy link

deg4uss3r commented Feb 18, 2022

Running npm install fails at:

npm ERR! HTTPError: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v9.4.4/electron-v9.4.4-darwin-arm64.zip

Because v9.4.4 does not have an darwin-arm64 build

According to the docs you'll need at least electron 11.0.0.

@hfuturer

This comment was marked as resolved.

@dan-bishopfox
Copy link
Member

I don't have a mac to test on. Does it work if you just roll the electron version up? I'm not quite sure what might break with that upgrade

@dropocol
Copy link

Updating the version to 11.0.1 works.

@DeEskalator
Copy link

How can I do that?

@dropocol
Copy link

dropocol commented Feb 21, 2022

@DeEskalator in package.json file, update the electron version to 11.0.1 and run -> npm install

@dan-bishopfox
Copy link
Member

I tried out 11.0.1 just now and it looks like it does sub-pixel rendering by default. Which causes the results to have a color to them. I wonder how to turn that off.

@DeEskalator
Copy link

@dropocol Thanks man! This fixed it

@david-benes
Copy link

I can confirm that electron 11 works on mac silicon. Versions 9 or 10 don't.

@bokova
Copy link

bokova commented Dec 11, 2023

Just to add a bit of context, according to https://www.electronjs.org/blog/apple-silicon they Electron has support for M1 Macs (Apple Silicon) added from version 11.0.0-beta.1 upwards.

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

No branches or pull requests

7 participants