Claude Desktop 1.1.6679
This release provides Claude Desktop version 1.1.6679 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.6679-1_amd64.debFedora/RHEL (manual .rpm)
sudo dnf install ./claude-desktop-bin-1.1.6679-1.x86_64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.6679-x86_64.AppImage
./Claude_Desktop-1.1.6679-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | 48986a84fb512ceb48fb718e29e261a6bce69312cfe76ffb00b5b7f1cba36a51
|
| AppImage | bb7b93d8f0d43e4af908632c2c36ad7f33df0ad0e9f9d619e80997a71acd7f01
|
| Debian | 2a104de4ddb691ce6d0524849be7b3c07768207de9700b0d37f51408b792bf03
|
| RPM | 7a9583ba7bbb211da2a5130909a6b0d692529c916eb3337f6bee73237c1c7953
|
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