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

2 hours ago

Claude Desktop 1.1.7714 (patch release 6)

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-6_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 89725cbed0cd63f54c15979fe5be3b6c61e7fb49d6e24893c3a4b6ca0250d215
AppImage 9fd9a39f082dac8f28476c7ec744a95d5a2a83146197ea907c28814366eab019
Debian c6c2ff4a7d69d4094d8f36833a1a5b7aa9366895ad67e56924b2fad9ce145842
RPM a05e29274761fe855faec636201fceb9f4be1141a9eebf6e1f53d3bf78dcbd41

Changes since last release

Changed

  • fix_dispatch_linux.py — Removed Patch I (bridge-level transform) — The synthetic SendUserMessage transform is no longer needed. With claude-cowork-service now passing --mcp-config through unchanged, Claude Desktop's session manager handles the bidirectional SDK MCP proxy over the event stream (identical to VM mode on Mac/Windows). The model now has native access to mcp__dispatch__send_message, mcp__dispatch__start_task, mcp__cowork__present_files, and all other SDK tools.

Added

  • CLAUDE_BUILT_IN_MCP.md — Per-session dynamic MCP servers — Documented 4 SDK-type MCP servers created dynamically per cowork/dispatch session: dispatch (6 tools), cowork (4 tools), session_info (2 tools), workspace (2 tools). Includes tool schemas, registration method, allowedTools/disallowedTools logic, and SDK server architecture diagram comparing Mac/Windows VM vs Linux native paths.
  • 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

Fixed

  • Dispatch text responses now render — Patched the sessions-bridge rjt() filter (Patch F) to forward text content blocks and SDK MCP tool_use responses (mcp__dispatch__send_message, mcp__cowork__present_files)
  • 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.