-
Notifications
You must be signed in to change notification settings - Fork 36
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 m1 version #33
Comments
Thanks for the kind words @paoloestar! No plans as of now, contributions are more than welcome! |
With the release of Go, [version 1.16] Apple Silicon is supported out-of-the-box with support for cgo, internal and external linking. https://tip.golang.org/doc/go1.16 By looking at your go.yml file, you're already on Go 1.17. which means you should be able to build for arm (GOOS=darwin, GOARCH=arm64). If you don't mind to build it real quick and upload it, that would be awesome! Thank you very much! ❤️ |
Hi @longgiangp , unfortunately the FYI I I have been running this on an M1 for quite some time now, rosetta makes it a seamless experience. |
@prashantgupta24 I am on M1 mac and I updated all dependencies, after which it worked. |
good to hear that it works as a native app. Would be great if you could share the build @prashantgupta24 does this enable you to update your code? |
I honestly am not able to find the time to get this done, if someone submits a PR for it, would highly appreciate it! |
This PR : #45 should help, because I'm able to compile/use it on my silicon M2 Pro. |
@paoloestar , please try the latest release and let me know |
It may work building from source, but the "amm.x86.zip" in Releases doesn't work on apple silicon, or at least I get this error when I right click>Open "“amm” cannot be opened because the developer cannot be verified.". It would be awesome if we could get an apple silicon build in Releases :) |
@nighthawk469 the That being said, I will get an apple silicon build in the releases soon! |
I did try right clicking but still I got the same message. I saw this same issue with Alacritty. Something about macos quarantine. |
I just installed Go for the M2, used master and created amm.app using Make. It worked perfectly. And I haven't had any crashes which I used to get using the amm.app binary on my Intel based Mac. |
@prashantgupta24 any plans to do a Apple Silicon release? thanks |
Hey prashanta, very good and efficient piece of software thanks a lot!
have seen (after buying a new MacBook) that it still runs rosetta emulated as intel application. Any plans to make a universal app? Thanks!
The text was updated successfully, but these errors were encountered: