If you guys try to open Awaria on MacOS and get "You don't have permission for open this app", try this:
Open terminal,
cd /Applications/Awaria_for_Mac/Awaria.app/Contents/MacOS
(location of the executable)
chmod +x Awaria
(Turning file to a executable)
ls -l Awaria
after that command you should get a message like this:
"-rwxrwxr-x 1 <User> staff 115645 <Date> Awaria"
Have Fun!