Claude Desktop 1.1.6041 (patch release 2)
This release provides Claude Desktop version 1.1.6041 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.6041-2_amd64.debFedora/RHEL (manual .rpm)
sudo dnf install ./claude-desktop-bin-1.1.6041-1.x86_64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.6041-x86_64.AppImage
./Claude_Desktop-1.1.6041-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | 4ee93974e16409431adab2f487985f2db37c344d5f954faecfeeb1b21a255a24
|
| AppImage | 8388adafa05bbd701322d07f8e122dd272f6cf2829d7f3fdfab527f98cddce85
|
| Debian | 446e0be8397d1a8be992289b5dc7e522a9f8dc33298f0df759f1440923c945e6
|
| RPM | 4d637c835e944c0f186d152f69d2196cec0eb37fe7eb86c9de2b122c3101d94d
|
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