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

Apple Silicon support? #88

Closed
TimNedvyga opened this issue Dec 9, 2020 · 3 comments
Closed

Apple Silicon support? #88

TimNedvyga opened this issue Dec 9, 2020 · 3 comments
Labels
awaiting-reply Awaiting reply enhancement New feature or request fix-available A fix to the issue is available in a new version

Comments

@TimNedvyga
Copy link

Hey, I just picked up a new Mac mini with M1. The app is working fine, but startup time is noticeable longer, so no pressure, but I wonder if there any plans for a new Apple Silicon supported build?

@semvis123
Copy link
Contributor

Is this fixed if you update the version of electron?

This should do it.
yarn upgrade --latest

note: you will need to compile the app yourself to test this, check out the Dev section first in readme.md

@th-ch
Copy link
Owner

th-ch commented Jan 8, 2021

Hey @TimNedvyga, thanks for submitting the issue! You can have a look at #85 that explains how to build for ARM (only the downloader is reported to be broken) - as @semvis123 mentioned, upgrading dependencies might help too, I plan on upgrading the project to electron 11 soon but feel free to give it a try on your side!

@th-ch th-ch added awaiting-reply Awaiting reply enhancement New feature or request labels Jan 8, 2021
@himankpathak
Copy link

I was able to build for Apple Silicon from master without any issues.

Package upgrade required: electron-builder@22.10.5
Built with Node 14.16.1 arm64

@JellyBrick JellyBrick added the fix-available A fix to the issue is available in a new version label Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-reply Awaiting reply enhancement New feature or request fix-available A fix to the issue is available in a new version
Projects
None yet
Development

No branches or pull requests

5 participants