-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
ARM64 support (Linux and macOS) #2959
Comments
macOS running on Apple Silicon will be able to run Suite via Rosetta after #3164 is fixed (which should happen just in time for the January release). In the meantime, November's release works just fine on Apple Silicon devices, i.e. only December's release does not work on Rosetta. |
It seems like Golang 1.16+ add support for darwin/arm64 already. (Compiling From My Intel MacBook Air)
|
Right. We can already build Trezor Bridge for arm64-mac. We are still missing tor binary for arm64-mac, though. |
I found a script that can compile tor into native arm64 format. It's from Brave Browser which also use tor as it's dependencies. Here is the link: https://github.com/brave/tor_build_scripts
Hope this could help :) |
You're more than welcome! @prusnak |
If ya'll need some testers on real hardware let me know! So excited ya'll got this so fast! |
I'm on a mac mini m1 |
It should be possible to run Trezor Suite on ARM64 systems:
Progress:
Landing pages - merged via PR #2969 🎉
Linux - merged via PR #2969 🎉
macOS - PR in #4082
We decided to not do Windows ARM64 build for now:
The text was updated successfully, but these errors were encountered: