Claude Desktop 1.1.6452
This release provides Claude Desktop version 1.1.6452 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.6452-1_amd64.debFedora/RHEL (manual .rpm)
sudo dnf install ./claude-desktop-bin-1.1.6452-1.x86_64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.6452-x86_64.AppImage
./Claude_Desktop-1.1.6452-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | 82ba4b6b8d33c563f74eb70b4816dbe10c8f0bd2436411d49d882c8fe5cff5a5
|
| AppImage | bd2b13cbd8a3794e37a2feed6a86d61105b0d3d97908f0146c8707999a6d1376
|
| Debian | de33c3ba1789e808d9d4374272e858122c2da6db1e1b56fd0ef6950317929f00
|
| RPM | 9ed94c41a6ab4808951b4f6416bc0f9b00bec8815fb03c2e2c8b535518022570
|
Changes since last release
Changed
- Update to Claude Desktop v1.1.6041 (from v1.1.5749)
Fixed
- fix_computer_use_tcc.py — Dynamically extract eipc UUID from source files instead of hardcoding it. The UUID changed from
a876702f-...todbb8b28b-...between versions, causingNo handler registered for ComputerUseTcc.getStateerrors. Now searches index.js (fallback: mainView.js) for the UUID at patch time, making the patch resilient to future UUID rotations.
Notes
- 22/22 patches pass (fix_mcp_reconnect.py: upstream fix, no patch needed)
- No new platform gates requiring patches — all critical darwin/win32 checks already handled
- Upstream now ships Linux CCD binaries (linux-x64, linux-arm64, musl variants) and Linux VM rootfs images in manifest
- New IPC handler groups: CoworkScheduledTasks, CoworkSpaces, CoworkMemory, LocalSessions SSH/Teleport, expanded Extensions
- New
sshcrypto.nodenative addon for SSH support (not yet needed for core functionality) louderPenguin(Office Addin) remains darwin+win32 only — no action needed for Linux