Summary
macOS Gatekeeper can block the app with:
“ForgeTerm is damaged and can’t be opened. You should move it to the Trash.”
This happens because the app is not notarized/signed yet (Apple Developer Program is required).
Workarounds (macOS)
- Drag
ForgeTerm.app into /Applications first.
- Right‑click the app → Open → Open.
- System Settings → Privacy & Security → Open Anyway.
- Or remove quarantine via Terminal:
xattr -dr com.apple.quarantine /Applications/ForgeTerm.app
## Notes
We plan to add official signing/notarization when an Apple Developer account is available.
Summary
macOS Gatekeeper can block the app with:
“ForgeTerm is damaged and can’t be opened. You should move it to the Trash.”
This happens because the app is not notarized/signed yet (Apple Developer Program is required).
Workarounds (macOS)
ForgeTerm.appinto /Applications first.xattr -dr com.apple.quarantine /Applications/ForgeTerm.app ## Notes We plan to add official signing/notarization when an Apple Developer account is available.