Since Farmer is not yet notarized by Apple, macOS will show a warning that the app is "damaged" or "can't be opened" when you first try to run it. This is a security feature, not an actual problem with the app.
After downloading and extracting Farmer.app:
-
Open Terminal
-
Run this command:
xattr -cr /path/to/Farmer.app
Replace
/path/to/with the actual path where you extracted the app (e.g.,~/Downloads/Farmer.app) -
Double-click Farmer.app to run
- Download and extract Farmer.app
- Right-click (or Control-click) on Farmer.app
- Select "Open" from the context menu
- Click "Open" in the security dialog
- Try to open Farmer.app normally (it will be blocked)
- Open System Settings → Privacy & Security
- Scroll to the Security section — you'll see a message about Farmer being blocked
- Click "Open Anyway"
macOS uses Gatekeeper to protect users from potentially harmful software. Apps distributed outside the Mac App Store need to be:
- Code signed with a valid Apple Developer certificate
- Notarized by Apple
Farmer is currently using ad-hoc signing for development. In future releases, we plan to implement proper code signing and notarization.
Yes! Farmer is open source and you can review all the code at: https://github.com/GuildMasterDev/Farmer
The app only:
- Displays a collection of curated resource links
- Opens links in your default browser
- Does not collect any personal data
- Does not require special permissions
If you would rather skip the desktop install, the same frontend is hosted at https://guildmasterdev.github.io/Farmer — no download or Gatekeeper ritual required.
If you continue to have problems:
- Make sure you've fully extracted the .zip file before running
- Try moving Farmer.app to your Applications folder first
- Check that your macOS version is compatible (macOS 11 Big Sur or later, required by Electron 41)
For additional help, please open an issue at: https://github.com/GuildMasterDev/Farmer/issues