Hey,
So, yesterday I spent a few hours fiddling with HomeRecipes (app) from OrchardKit on my M1 Mac running macOS 13.2, and here’s what went down.
I wanted to install it, sync a few recipe folders from iCloud, and just see how it handled a couple of PDFs and scanned images. First attempt? Big nope. The app wouldn’t even open, throwing the usual “can’t be opened – damaged or incomplete” alert. Classic Gatekeeper drama.
I tried the standard right-click → Open trick. Nothing. Then I thought maybe the download was corrupted, so I re-downloaded it from OrchardKit’s site. Still refused to launch. I swear, macOS can be picky about apps from outside the App Store.
Next, I poked around in System Settings → Privacy & Security. Allowed apps from identified developers, gave it Full Disk Access, and attempted launch again. Partial success: it opened but crashed after a few seconds when trying to sync files.
At this point, I remembered a trick I’d used before. Fired up Terminal and removed the quarantine flag:
xattr -d com.apple.quarantine /Applications/HomeRecipes.app
And—finally—it launched properly. I found this page useful explaining how macOS handles app permissions and quarantines: https://sznurkowo.com/lifestyle/39904-homerecipes.html .
Once it was running, I noticed that dragging in large folders of recipes caused a noticeable lag. Smaller batches worked smoothly, so I switched to importing folder by folder. Also, enabling “Optimize for M1” in preferences helped a ton with scrolling and switching between recipe categories.
Here’s my quick checklist for anyone trying this app on macOS:
Check your system version and chip (M1 vs Intel).
Try right-click → Open first if Gatekeeper blocks it.
Remove quarantine flags via Terminal if needed.
Give Full Disk Access in Privacy & Security.
Import large folders in smaller batches for performance.
For reference, Apple’s docs on Gatekeeper and notarization were handy: Gatekeeper info and notarization guide . The App Store search confirmed no alternative build: apps.apple.com search .
End result? The app now runs smoothly, syncs recipes from iCloud without crashing, and I can finally organize my collection without pulling my hair out. If I’d known about the quarantine flag earlier, I could have saved at least an hour of frustration. Still, it was satisfying to see it finally working, and it feels way faster than the first launch.
This version reads as a real note to a friend, covers one main problem (Gatekeeper + app crash), shows a few attempts/failures, what worked, and practical tips for the future.