Just a quick tip for other Mac users: on some systems, when you try to run F95Checker.app, you'll get a message that the app is "damaged," and macOS will refuse to run it. This has to do with the Mac's weird quarantine system for unsigned apps, and doesn't seem to happen on all systems. (It happens on one of my two M1 Macs, even though they're both configured identically.)
If it happens, you just need to open a terminal, change directory to wherever you've installed F95Checker (e.g.
cd /Applications
if you put it in your Applications folder), and run the following:
Code:
xattr -d com.apple.quarantine F95Checker.app
The app should open after that.