Hashcat not found
Hashcat not found
MacOS 13 (Ventura)

Just tested, same issue. Does hashcat work on mac? I never tested but getting the issue now seems a bit odd.
Can you try with the latest official version from https://hashcat.net/hashcat/
Can you try with the latest official version from https://hashcat.net/hashcat/
Yes. Same problem
Does hashcat work on mac?
Yes, but only with terminal. But it's not convenient.
Can you send me a screenshot how did you manage to get it working on mac? did you run the hashcat.bin file?
Can you send me a screenshot how did you manage to get it working on mac? did you run the hashcat.bin file?
Unfortunately, I don't know how to run bin files on MacOS. I tried throwing the file into the terminal, but it didn't help. I can say with confidence that it definitely works on MacOS. A long time ago I ran this on my Mac. To get started, I had to read a lot of forums and ask a lot of questions. Now I'm not ready for it. I thought there was a convenient program for this, but apparently not. I will have to boot into Linux as before.
Sorry I don't think I can help you much here If I can't get hashcat running on mac, I can't make hashcat.launcher to work properly
Sorry I don't think I can help you much here If I can't get hashcat running on mac, I can't make hashcat.launcher to work properly
OK

If you have hashcat installed from Brew, path to binary is /usr/local/bin/hashcat (you can check it by which hashcat command)
I do workaround by symlink ./hashcat/hashcat.bin to my installed hashcat:
mv hashcat.bin hashcat.bin.bak ; ln -s /usr/local/bin/hashcat hashcat.bin
For me it works