Closed markhdavid closed 3 years ago
According to this article, you have to click with Control key and choose Open. You should also go to System Preferences > Security & Privacy >General > Allow apps...., as said in this article. Also check that the file has executable permission: chmod a+x redbean-now.com
.
Did you follow the install instructions recommended on the website?
curl https://justine.lol/redbean/redbean-latest.com >redbean.com
curl https://justine.lol/redbean/redbean-latest.com.dbg >redbean.com.dbg
chmod +x redbean.com
./redbean -v
bash -c './redbean.com -v' # zsh/fish workaround (we upstreamed patches!)
Right now what you can do to verify that a binary came from me, is to check the VirusTotal service, and look for an upvote from howishexeasier
. That's the closest thing we have to multi-platform portable code-signing. I don't have much knowledge about the restrictions that XNU uses, but the curl command above might help.
Instructions almost work: you have to use ./redbean.com
on the 4th line. Thanks.
Thanks for pointing that out. I've updated the website!
This seems like a never-ending battle, but I just tried downloading a cosmopolitan file (redbean.com), then did
chmod +x redbean.com
, then tried to run. MacOS 10.15.7 just puts up an alert:I tried the workaround of right-clicking and then doing open, but it says
It seems this has gotten harder, but perhaps I missed the latest advice. Can someone point to any solution or workaround?