github patrickjaja/claude-desktop-bin v1.1.7464-3
Claude Desktop 1.1.7464 (patch release 3)

15 hours ago

Claude Desktop 1.1.7464 (patch release 3)

This release provides Claude Desktop version 1.1.7464 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.7464-3_amd64.deb

Fedora/RHEL (manual .rpm)

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

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

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

Checksums

File SHA256
Tarball b60bd9e9a768992e394311b3feb3778edb156dedb6c1b6be4a28f247e94299aa
AppImage 206b26f4aea07ac9b9b964886c1476070390346cfcd617c337d78bf6c35c47af
Debian b693ba2a28d81a44a8d62dcd8ab05c03ff71d8f1d57d31dce4cebb43e9cd0721
RPM 30113c0c34670f663fb2e084059c4590a1e35bbe6cd433a94caddfe9e829c562

Changes since last release

Changed

  • Update to Claude Desktop v1.1.7464 (from v1.1.7053)

Added

  • fix_dispatch_linux.py — New patch: enables Dispatch (remote task orchestration from mobile) on Linux. Four sub-patches:
    • A: Forces sessions-bridge init gate ON (GrowthBook flag 3572572142let f=!1let f=!0)
    • B: Bypasses remote session control check (GrowthBook flag 2216414644!Jr(...)!1)
    • C: Adds Linux to HI() platform label ("Unsupported Platform""Linux")
    • D: Includes Linux in Xqe telemetry gate so dispatch analytics are not silently dropped
  • fix_window_bounds.py — New patch: fixes three window management issues on Linux:
    • Child view bounds fix: hooks maximize/unmaximize/fullscreen/moved events to manually set child view bounds (fixes blank white area on KWin corner-snap)
    • Ready-to-show size jiggle: +1px resize then restore after 50ms to force Chromium layout recalculation on first load
    • Quick Entry blur before hide: adds blur() before hide() for proper focus transfer
  • scripts/claude-desktop-launcher.sh — New launcher script replacing the bare exec electron one-liner:
    • Wayland/X11 detection (defaults to XWayland for global hotkey support, CLAUDE_USE_WAYLAND=1 for native Wayland)
    • Auto-detects Niri compositor (forces native Wayland — no XWayland)
    • Electron args: --disable-features=CustomTitlebar, --ozone-platform, --enable-wayland-ime, etc.
    • Environment: ELECTRON_FORCE_IS_PACKAGED=true, ELECTRON_USE_SYSTEM_TITLE_BAR=1
    • SingletonLock cleanup (removes stale lock files from crashed sessions)
    • Cowork socket cleanup (removes stale cowork-vm-service.sock)
    • CLAUDE_MENU_BAR support (auto/visible/hidden)

Notes

  • 27/27 patches pass (fix_mcp_reconnect.py: upstream fix, no patch needed)
  • Feature flag architecture unchanged from v1.1.7053 — same 14 flags, same 3-layer override
  • New upstream features in v1.1.7464: SSH remote CCD sessions, Scheduled Tasks (cron), Teleport to Cloud, Git/PR integration, DXT extensions, Keep-Awake
  • New sidebar mode: "epitaxy" (purpose unknown)
  • CoworkSpaces stubs remain sufficient — Spaces is real on macOS/Windows but Dispatch works without it
  • Function renames: rp/zM/$Se/oq (was Kh/$M/Qwe/K9)
  • eipc UUID: fcf195bd-4d6c-4446-98e4-314753dfa766 (dynamically extracted)

Links

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

NewReleases is sending notifications on new releases.