Description
After upgrading from v1.1.3963 to v1.1.4088, Claude Desktop gets stuck on the loading screen when clicking the tray icon. The window never fully renders.
Steps to Reproduce
- Upgrade from a working version (v1.1.3963) to v1.1.4088
- Launch Claude Desktop
- Click the tray icon — app shows loading spinner indefinitely
Expected Behavior
App should open and render the main window.
Actual Behavior
App starts but gets stuck loading. The main process logs show repeated Starting app entries but nothing beyond initialization. main-window.log is never updated, indicating the renderer never loads.
Relevant Logs
2026-02-24 19:06:50 [info] Starting app {
appVersion: '1.1.4088',
isPackaged: true,
platform: 'linux',
arch: 'x64',
nodeVersion: '24.13.1'
}
No further log entries after startup no errors, no window creation.
Workaround
Downgrading to v1.1.4010 resolves the issue.
Environment
- OS: Debian 12 (Linux 6.1.0-40-amd64)
- Arch: x86_64
- Package: claude-desktop_1.1.4088-1.3.12_amd64.deb
- Previous working version: v1.1.3963, v1.1.4010
Description
After upgrading from v1.1.3963 to v1.1.4088, Claude Desktop gets stuck on the loading screen when clicking the tray icon. The window never fully renders.
Steps to Reproduce
Expected Behavior
App should open and render the main window.
Actual Behavior
App starts but gets stuck loading. The main process logs show repeated Starting app entries but nothing beyond initialization. main-window.log is never updated, indicating the renderer never loads.
Relevant Logs
2026-02-24 19:06:50 [info] Starting app {
appVersion: '1.1.4088',
isPackaged: true,
platform: 'linux',
arch: 'x64',
nodeVersion: '24.13.1'
}
No further log entries after startup no errors, no window creation.
Workaround
Downgrading to v1.1.4010 resolves the issue.
Environment