so I bought this and tried playing it on my Mac OS X M1 14.4 (Sonoma) and had trouble running the game.app and the nwsj. I DID get it working on my Mac by doing the following:
# Open a Terminal Session cd /Applications/My\ Neighbor\ Enide/Game.app/Contents/Resources/app.nw/ python3 -m http.server 5000 # Now point your web browser at http://localhost:5000
This will let you run the game via the web browser. Thankfully, RPG Maker MZ exports in a format that is heavily Javascript and HTML based.