Claudexor 3.0.1
Claudexor 3.0.1
(2026-07-20) — hotfix: every browser-downloaded 3.0.0 DMG crashed
at launch (EXC_BREAKPOINT in applicationDidFinishLaunching). The SwiftPM
Bundle.module accessor fatalErrors when the resource bundle fails to load,
and a quarantined process refuses the plist-less bundle swift build emits.
Fixed twice over: the Dock-icon override (essential for the bare dev
executable, harmlessly re-applied by the packaged app) is now resolved by
plain file path (no Bundle.module, cosmetic degrade instead of crash),
and build-app.sh writes a minimal Info.plist into the resource bundle.
If you downloaded 3.0.0: upgrade to this DMG — that is the fix. Only if
you must stay on 3.0.0, first verify you have an intact app signed by the
official Claudexor Developer ID:
spctl -a -vv /Applications/Claudexor.app must report Notarized Developer ID AND origin=Developer ID Application: Andrei Kaznacheev (N7RDVVZ7LA) — a generic notarization line alone proves only that
some notarized app sits at that path. (Signer identity proves an intact
official build, not byte-identity with the published artifact; for that,
check the downloaded DMG against SHA256SUMS on the release page.) Only
then drop the quarantine flag:
xattr -d com.apple.quarantine /Applications/Claudexor.app.
Signed, notarized, stapled, SBOM-backed and provenance-attested.