Claude Desktop 1.1.3647
This release provides Claude Desktop version 1.1.3647 pre-patched for Linux.
Installation Options
Arch Linux (AUR)
yay -S claude-desktop-binDebian/Ubuntu (APT Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install.sh | sudo bash
sudo apt install claude-desktop-binDebian/Ubuntu (manual .deb)
sudo apt install ./claude-desktop-bin_1.1.3647_amd64.debAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.3647-x86_64.AppImage
./Claude_Desktop-1.1.3647-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | e263b6254ad1e02bcc36c09c4aadfbfcf94d4660879a1e149a6ba4e245a6a191
|
| AppImage | f1d5635a9500697f0a6fe23b6f29b012ef65ae14e2abd413500d205984c33846
|
| Debian | 676439f104e98a4ff8daf22a0d0d117e2e67c2d00c1e914d4563e7ad927eeb67
|
Changes since last release
Changed
- Update to Claude Desktop v1.1.3647 (from v1.1.3363, +284 builds)
Fixed
- fix_tray_path.py — Use
[\w$]+instead of\w+for function/variable names; minified namef$tcontains$which\wdoesn't match - fix_app_quit.py — Same
[\w$]+fix for variablesf$andu$in the cleanup handler - fix_claude_code.py —
getHostPlatform()pattern updated: win32 block now has arm64 conditional (e==="arm64"?"win32-arm64":"win32-x64") instead of hardcoded"win32-x64". Also tightened the "already patched" idempotency check to prevent false positives from other patches'if(process.platform==="linux")injections - fix_claude_code.py / fix_cowork_linux.py — Claude Code binary resolution now falls back to
which claudedynamically when not found at standard paths, supporting npm global, nvm, and other non-standard install locations
Notes
- New upstream feature:
ccdPluginsadded to Oh() static registry,louderPenguinmoved from QL()-wrapped to direct call withXi()feature check - New settings:
chillingSlothLocation,secureVmFeaturesEnabled,launchEnabled,launchPreviewPersistSession - Key renames: function names now use
$in identifiers (e.g.,f$t,f$,u$)