-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 for Mac #1907
Comments
This should get more attention! The version of electron implemented already supports building for Apple Silicon, the potential issues could be the dependencies |
Yes, when I try to compile on arm64,
|
@brasilikum any luck getting this to build? |
@slayerjain No. I fiddled around with it a little but I am not familiar for the complexity of electron. |
I tried but faced this problem - #1923 |
As far as I can tell, @feross's commit on November 16th 2020 (b5fad54#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519), upgraded to Electron 11, which adds support for Apple Silicon. It looks like the only issue now is the build process (https://github.com/webtorrent/webtorrent-desktop/blob/master/bin/package.js)? And the fact that there hasn't been a release in over a year? I'd be happy to try to spend some time to help push this forward. Just let me know. |
How is going? Get someone working native version on Mac? |
Seems to be working now, just need to improve package script |
What version of WebTorrent Desktop are you using?
WebTorrent Desktop Version 0.24.0 (0.108.6) Mac
What operating system and version?
MacOS Big Sur 11.0.1; Macbook Pro M1 Chip
What problem do you want to solve?
Update the App to support Apple Silicon Natively
What do you think is the correct solution to this problem?
The app runs a bit slow and also the torrent files played using the player skips frames from time to time! Updating the app will allow it to use the full power of the laptop and greatly optimise the app. It will also provide a better experience of using the app too.
The text was updated successfully, but these errors were encountered: