github patrickjaja/claude-desktop-bin v1.1.3647
Claude Desktop 1.1.3647

latest releases: v1.1.6452, v1.1.6041-2, v1.1.6041...
21 days ago

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-bin

Debian/Ubuntu (APT Repository — recommended)

curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install.sh | sudo bash
sudo apt install claude-desktop-bin

Debian/Ubuntu (manual .deb)

sudo apt install ./claude-desktop-bin_1.1.3647_amd64.deb

AppImage (Any Distro)

chmod +x Claude_Desktop-1.1.3647-x86_64.AppImage
./Claude_Desktop-1.1.3647-x86_64.AppImage

Checksums

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 name f$t contains $ which \w doesn't match
  • fix_app_quit.py — Same [\w$]+ fix for variables f$ and u$ in the cleanup handler
  • fix_claude_code.pygetHostPlatform() 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 claude dynamically when not found at standard paths, supporting npm global, nvm, and other non-standard install locations

Notes

  • New upstream feature: ccdPlugins added to Oh() static registry, louderPenguin moved from QL()-wrapped to direct call with Xi() feature check
  • New settings: chillingSlothLocation, secureVmFeaturesEnabled, launchEnabled, launchPreviewPersistSession
  • Key renames: function names now use $ in identifiers (e.g., f$t, f$, u$)

Links

Don't miss a new claude-desktop-bin release

NewReleases is sending notifications on new releases.