github patrickjaja/claude-desktop-bin v1.1.7714-5
Claude Desktop 1.1.7714 (patch release 5)

latest release: v1.1.7714-6
5 hours ago

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-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.7714-5_amd64.deb

Fedora/RHEL (manual .rpm)

sudo dnf install ./claude-desktop-bin-1.1.7714-1.x86_64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

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

Checksums

File SHA256
Tarball b5934e7cd8e0372873635a3236d3d5077d109264586eb9b6677d80bfa69ba8ef
AppImage 5014566f71b5632456ae6d5f00cb2a96484099559d38bb3e517119a8d2cef6b0
Debian 00742a8d9083735ed8e923a2b7a22ca6d18c4b19558c671e14d9e744670d0923
RPM 005323e339bce8cef6392cc1b318824e25cbe37a94ba08bca7d03b8a89807ee1

Changes since last release

Added

  • fix_updater_state_linux.py — New patch: add version/versionNumber empty strings to idle updater state so downstream code calling .includes() on version doesn't crash with TypeError: Cannot read properties of undefined
  • fix_process_argv_renderer.py — New patch: inject Ie.argv=[] into preload so SDK web bundle's process.argv.includes("--debug") no longer throws TypeError
  • fix_dispatch_linux.py Patch I — Transform plain text and mcp__cowork__present_files assistant messages into synthetic SendUserMessage tool_use blocks so the Dispatch API renders responses. Includes file upload to /api/oauth/file_upload for 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 where SendUserMessage (BriefTool) is never exposed on Linux due to server-side kairosActive gate + FF$() initialization order
  • Dispatch file sharing — Unblocked mcp__cowork__present_files in rjt() 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-ready only to both did-navigate + dom-ready fallback, closing the window where page scripts see real navigator.platform while process.platform is 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

Links

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

NewReleases is sending notifications on new releases.