What I’m trying to do
I’m trying to launch Obsidian on macOS Sonoma 14.7.1 (MacBook Pro with M3 Max).
I’ve used it before with no issues, but now after reinstalling it, the app won’t open — the icon just keeps bouncing in the Dock indefinitely, and no window appears.
Things I have tried
- Searched the forum for similar issues
- Followed the debugging steps
- Deleted
~/Library/Application Support/obsidian/
- Gave Obsidian Full Disk Access
- Checked Console logs — no crash report, but saw errors related to
xpcproxy
, amfid
, and file access
- Reinstalled the latest version from the official website
Still can’t get the app to launch at all.
Any ideas or things I should try next?
1 Like
I’m having the same issue on macOS Sequoia 15.4.1
I tried a couple of other steps without luck:
- Deleting
~/Library/Preferences/md.obsidian.plist
- Deleting the .obsidian folder in my vault
- Installing an older version of obsidian
Any help would be greatly appreciated
Is it M3 as well? (Trying to see if that’s the factor.)
@rigmarole It is an M3 yeah
I solved my issue, it is probably not be what OP was experiencing though. My issue was that I had a Docker Desktop installed that was experiencing an issue with certs (Malware detection prevents Docker Desktop to start · Issue #7527 · docker/for-mac · GitHub) which had it constantly popping up messages saying the app was blocked from running.
I had one of these message boxes left open and just hidden away in a corner of my screen to prevent it popping up all the time. This message, however, was preventing the standard ‘This app was downloaded from the internet, are you sure you want to open it?’ message from appearing when trying to open Obsidian for the first time after install, which for some reason meant my Mac gave zero indication of anything happening when trying to open Obsidian.
Once I sorted out my Docker issue and these messages disappeared I got the security message for Obsidian and allowed it which let the app open as normal