Closed VeyronSakai closed 7 months ago
The issue stems from macOS's security policy, which blocks unrecognized apps to protect your Mac. It's Apple's way of keeping you safe from harmful software.
However, you found a workaround by using chmod +x
and opting for "Open Anyway". This is a great solution that allows macOS to accept the application.
Alternatively, downloading the binary with wget
or curl
might sidestep some of these security prompts:
wget https://github.com/termkit/gama/releases/download/v1.1.4/gama-macos-arm64
And don't forget to make it executable:
chmod +x gama-macos-arm64
This method offers a smooth path past macOS's security checks, ensuring you can use your apps without hassle.
Note: I think to add go install
method to install GAMA. But go install, installs the application directly the source. This is a little problem for us because the version of gama, setting at build stage as build argument.
Thank you very much for your kind information!
Overview
This is to report that I could not execute the v1.1.4 Binary downloaded from Releases.
Verification environment
OS: macOS Sonoma 14.4.1 Chip: Apple M2 Max
Procedure
Other things I tried
After executing the above commands, I tried the same procedure and were able to successfully launch the application.