If you are having troubles with the mac version not opening and can't be fucked to join the discord, here is the fix in the faq.
Don't use commands unless you know what you are doing (i.e. don't trust strangers). Posting here cause I dislike the concept of having to join discords for fixes. If you are confused the 2nd command's file path is for the text file nwjs.
Q: My Mac Version isn't working, is there a fix?
Open Terminal and type:
sudo xattr -r -d com.apple.quarantine INSERTFILEPATHHERE
You simply copy paste the part before INSERTFILEPATHHERE and then drag the .app file onto the line in Terminal after the command to easily enter the filepath to the .app file. This command will ask for your password.
STEP TWO:
Right click the .app file and click "Show Package Contents", then navigate through from the Contents folder to the MacOS folder, where you will find a text file nwjs
Inside terminal again, type:
chmod +x INSERTFILEPATHHERE
and finally enter chmod - R 755 INSERTFILEHERE (this file being the game itself once the previous steps are done)