Claude Desktop 1.1.7714 (patch release 5)
This release provides Claude Desktop version 1.1.7714 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.7714-5_amd64.debFedora/RHEL (manual .rpm)
sudo dnf install ./claude-desktop-bin-1.1.7714-1.x86_64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.7714-x86_64.AppImage
./Claude_Desktop-1.1.7714-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | b5934e7cd8e0372873635a3236d3d5077d109264586eb9b6677d80bfa69ba8ef
|
| AppImage | 5014566f71b5632456ae6d5f00cb2a96484099559d38bb3e517119a8d2cef6b0
|
| Debian | 00742a8d9083735ed8e923a2b7a22ca6d18c4b19558c671e14d9e744670d0923
|
| RPM | 005323e339bce8cef6392cc1b318824e25cbe37a94ba08bca7d03b8a89807ee1
|
Changes since last release
Added
- fix_updater_state_linux.py — New patch: add
version/versionNumberempty strings to idle updater state so downstream code calling.includes()onversiondoesn't crash withTypeError: Cannot read properties of undefined - fix_process_argv_renderer.py — New patch: inject
Ie.argv=[]into preload so SDK web bundle'sprocess.argv.includes("--debug")no longer throws TypeError - fix_dispatch_linux.py Patch I — Transform plain text and
mcp__cowork__present_filesassistant messages into syntheticSendUserMessagetool_use blocks so the Dispatch API renders responses. Includes file upload to/api/oauth/file_uploadfor attachment support (download on mobile pending)
Fixed
- Dispatch text responses now render — Patched the sessions-bridge
rjt()filter (Patch F) and added bridge-level message transform (Patch I) to work around a CLI timing bug whereSendUserMessage(BriefTool) is never exposed on Linux due to server-sidekairosActivegate +FF$()initialization order - Dispatch file sharing — Unblocked
mcp__cowork__present_filesinrjt()filter and added file path extraction with API upload in Patch I. File cards render; mobile download pending further API integration - Navigator platform timing gap — Changed navigator.platform spoofing from
dom-readyonly to bothdid-navigate+dom-readyfallback, closing the window where page scripts see realnavigator.platformwhileprocess.platformis already spoofed to"win32" - Removed diagnostic patches G/H — forwardEvent and writeEvent logging removed from fix_dispatch_linux.py (no longer needed)
Documentation
- CLAUDE.md — Added "Dispatch Debug Workflow" section with step-by-step debug commands for bridge events, audit analysis, cowork-service args, and session clearing
- README.md — Added "Clear Dispatch session" troubleshooting section