Description
After updating SourceGit with Homebrew on macOS 26.5.2 (previously installed with brew install --cask sourcegit) on a Macbook Pro M2, SourceGit v2026.16 crashed and cannot open. The app icon flashed in the dock before immediately disappeared and SourceGit is not opened. No matter how I tried to open the app (via Applications in Finder, via Spotlight, via CLI) it always produces this behavior. Previous versions worked smoothly for me, and all I did was a brew update && brew upgrade command and SourceGit is now bricked. Video of the behavior is in this Google Drive link.
Here is the log from /private/var/log:
2026-07-27 17:32:03.017095 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226) <Notice>: internal event: WILL_SPAWN, code = 0
2026-07-27 17:32:03.017102 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226) <Notice>: service state: spawn scheduled
2026-07-27 17:32:03.017103 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226) <Notice>: service state: spawning
2026-07-27 17:32:03.017132 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226) <Notice>: launching: launch job demand
2026-07-27 17:32:03.018254 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226 [7470]) <Notice>: xpcproxy spawned with pid 7470
2026-07-27 17:32:03.018265 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226 [7470]) <Notice>: internal event: SPAWNED, code = 0
2026-07-27 17:32:03.018267 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226 [7470]) <Notice>: service state: xpcproxy
2026-07-27 17:32:03.018300 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226 [7470]) <Notice>: internal event: SOURCE_ATTACH, code = 0
2026-07-27 17:32:03.042766 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226 [7470]) <Notice>: service state: running
2026-07-27 17:32:03.042777 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226 [7470]) <Notice>: internal event: INIT, code = 0
2026-07-27 17:32:03.042781 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226 [7470]) <Notice>: job state = running
2026-07-27 17:32:03.042853 (gui/501/application.com.sourcegit-scm.sourcegit.65852218.65852226 [7470]) <Notice>: Successfully spawned SourceGit[7470] because launch job demand
Expected behavior
SourceGit opens and works normally.
Description
After updating SourceGit with Homebrew on macOS 26.5.2 (previously installed with
brew install --cask sourcegit) on a Macbook Pro M2, SourceGitv2026.16crashed and cannot open. The app icon flashed in the dock before immediately disappeared and SourceGit is not opened. No matter how I tried to open the app (via Applications in Finder, via Spotlight, via CLI) it always produces this behavior. Previous versions worked smoothly for me, and all I did was abrew update && brew upgradecommand and SourceGit is now bricked. Video of the behavior is in this Google Drive link.Here is the log from
/private/var/log:Expected behavior
SourceGit opens and works normally.