Zotero Connector does not work in Safari version 27.0
dstillman
Zotero Team
This discussion was created from comments split from: Announcing Zotero 10.
Upgrade Storage
But rather than following the usual steps, can you open Terminal via Spotlight and run a few things, and let us know the output?
codesign --verify --deep --strict "/Applications/Zotero.app/Contents/PlugIns/ZoteroSafariWebExtension.appex"spctl -a -vv /Applications/Zotero.apppluginkit -mAv | grep -i zoteroThen restart Safari, confirm that it's still not showing up, and run this:
log show --last 15m --predicate 'subsystem == "com.apple.Safari" AND category == "Extensions"' | grep -i zoteroYou can email the output from the above to support@zotero.org with a link to this thread or post here if it fits.
And then run both of these and see if the extension appears in the Safari settings after either, including after restart Safari:
touch "/Applications/Zotero.app/Contents/PlugIns/ZoteroSafariWebExtension.appex"/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -f /Applications/Zotero.appcodesign --verify --deep —strict "/Applications/Zotero.app/Contents/PlugIns/ZoteroSafariWebExtension.appex”
OUTPUT: —strict: No such file or directory
spctl -a -vv /Applications/Zotero.app
OUPUT: /Applications/Zotero.app: accepted
source=Notarized Developer ID
origin=Developer ID Application: Corporation for Digital Scholarship (8LAYR367YV)
pluginkit -mAv | grep -I zotero
OUTPUT: org.zotero.zotero.SafariWebExtension(5.0.213) 9585C1A4-C732-4398-B595-7F95D0EBA066 2026-08-24 18:33:08 +0000 /Applications/Zotero.app/Contents/PlugIns/ZoteroSafariWebExtension.appex
log show --last 3h --predicate 'subsystem == "com.apple.Safari" AND category == "Extensions"' | grep -i zotero