-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Question] M1 Mac & Rosetta #5115
Comments
https://github.com/vercel/hyper/runs/1561963547 has an arm64 artifact, can you try it? |
I'm getting the following error when trying to run it:
|
@Stanzilla I got the same issue as @segersniels when attempting to run the arm64 artifact |
Yeah I think I know what it is, will be fixed soonish |
I am looking for M1 native support |
Any news? |
Still have to fix the CI to properly upload the artifact |
I tried this new build, it shows file is damaged, cannot open. |
I tried "sudo xattr -rd com.apple.quarantine /Applications/Hyper.app",and it shows
|
Still broken |
@Stanzilla Anything we can do to assist? |
@segersniels I mean you can try building it locally and see if that works, I don't have a M1 mac to do that. |
Building canary is working on M1, I'm using it right now |
Hmm I'm receiving the same error as reported above building from |
Yes. I'm also have node and yarn for arm64. |
Aha, so apparently building using node 14 (which doesn't run natively on m1) causes the above error @Stanzilla. Building using 15 does seem to work now and hyper is running natively. |
@mindesik Thanks for clarifying that you were using node 15 👍 |
Updated the CI to node 15, seems like there is still more to do though: https://github.com/vercel/hyper/runs/1645081308 |
https://github.com/vercel/hyper/runs/1645081308#step:7:165 I think it must use |
Exactly. It seems that the
Can you see if manually defining |
I just did that, yeah |
Can run normally👍, very fast
|
I get the following (using that artifact) again, even though I was able to build and run it locally 🤔 :
|
Opening app fails with "damaged and can't be opened", but it opens and runs correctly after |
Except for having to do the |
Hello fellow M1 Hyper users! 👋 Chiming in to say, Run the full command What the command is doing is removing the "extended attribute" of If you get an error like |
Is there a download link for the latest canary m1 build? |
https://github.com/vercel/hyper/actions/runs/766491280#artifacts |
Thank you! Using |
Building from source on node 16 worked for me, tyvm 🚀🚀 |
Has there been any progress made on creating an ARM compatible build for the new M1 Macs so everything isn't executed through Rosetta?
Sorry if this has been discussed elsewhere before.
The text was updated successfully, but these errors were encountered: