github patrickjaja/claude-desktop-bin v1.3109.0-8
Claude Desktop 1.3109.0 (patch release 8)

5 hours ago

Claude Desktop 1.3109.0 (patch release 8)

This release provides Claude Desktop version 1.3109.0 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)

# x86_64
sudo apt install ./claude-desktop-bin_1.3109.0-8_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.3109.0-8_arm64.deb

Fedora/RHEL (RPM Repository — recommended)

curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install-rpm.sh | sudo bash
sudo dnf install claude-desktop-bin

Fedora/RHEL (manual .rpm)

# x86_64
sudo dnf install ./claude-desktop-bin-1.3109.0-8.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.3109.0-8.aarch64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

# x86_64
chmod +x Claude_Desktop-1.3109.0-x86_64.AppImage
./Claude_Desktop-1.3109.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.3109.0-aarch64.AppImage
./Claude_Desktop-1.3109.0-aarch64.AppImage

Update existing AppImage (delta download — only changed blocks):

appimageupdatetool Claude_Desktop-*-x86_64.AppImage
# Or from within the AppImage:
./Claude_Desktop-*-x86_64.AppImage --appimage-update

Checksums

File SHA256
Tarball e5f6430fb81d02c544532a821956aeaf23060b4fe67e91a2e41ca2def39dfec6
AppImage (x86_64) 32008b538b0f50b3c3ab301e4b56692d34d4c04ef0904cf26911f02cf1757da9
AppImage (aarch64) 1f779bcc7c376c358e5f2f925c4870e650de6349b184816bf62d4f581c47137f
Debian (amd64) daf1af8670ec25e1fd905647de21cde183f55af5172e2f120f07cd59542be457
Debian (arm64) 3a45f935fc57e68bee30de049cb0206292eb964a3cb38b001f928e37b1f508d4
RPM (x86_64) 355446ab5bd8c5deb67e0fea42a0cd842ead23aa6c1f55f13168bb9324383694
RPM (aarch64) 9fe5a4231821d9b5db372978c40ee82a6e66b66f755b9101ac73d39c99eb23f4

Changes since last release

Added

  • claude-desktop --toggle: Fast Quick Entry toggle via Unix domain socket.
    Toggles in ~5-25 ms instead of ~300 ms (no Electron process spawn). Starts the
    app automatically if not running.
    GNOME users: run claude-desktop --install-gnome-hotkey once to update the
    stored shortcut command.

Performance

  • fix_quick_entry_cli_toggle (sub-patch D): Unix domain socket server
    injected on startup. Any connection directly calls the Quick Entry toggle
    handler, bypassing the Electron process-spawn + second-instance IPC path.
  • fix_quick_entry_cli_toggle: Debounce window reduced from 900 ms to
    100 ms. The GNOME double-fire regression (issue #38) is eliminated by the
    socket path bypassing second-instance entirely.
  • fix_quick_entry_position: Position+focus retries (50/150/300 ms) gated
    to X11 only. On Wayland the compositor never repositions windows after
    show(), so the retries caused jitter with no benefit.
  • fix_quick_entry_ready_wayland: ready-to-show timeout reduced from
    200 ms to 100 ms (Chromium first-paint on Wayland: typically 30-50 ms).
  • fix_quick_entry_cli_toggle: First-instance trigger delay reduced from
    500 ms to 250 ms.
  • fix_quick_entry_position: execFileSync timeouts for xdotool and
    hyprctl reduced from 200 ms to 100 ms.

Links

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

NewReleases is sending notifications on new releases.