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

7 hours ago

Claude Desktop 1.1.7714 (patch release 4)

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-4_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 ec0ac8f35475f5611aef61a096379ff8558fcbf9fa1f20a0637630d5e7f80c9a
AppImage 655e92e535a8c72336d2fcab590f762350a2f13b064e0c8941df28782325aa0c
Debian a01cc500b3c41a39bc14120c78cbf639fb6d48f8c8fa4a79e020bf50df20009e
RPM 2f73e8d06d5c5e2ebbeb07d9cd3f2e00119d07b0db7b4dfb1a3ac8aaf3d28e66

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

Fixed

  • 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"

Links

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

NewReleases is sending notifications on new releases.