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-binDebian/Ubuntu (APT Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install.sh | sudo bash
sudo apt install claude-desktop-binDebian/Ubuntu (manual .deb)
sudo apt install ./claude-desktop-bin_1.1.7714-4_amd64.debFedora/RHEL (manual .rpm)
sudo dnf install ./claude-desktop-bin-1.1.7714-1.x86_64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
chmod +x Claude_Desktop-1.1.7714-x86_64.AppImage
./Claude_Desktop-1.1.7714-x86_64.AppImageChecksums
| File | SHA256 |
|---|---|
| Tarball | ec0ac8f35475f5611aef61a096379ff8558fcbf9fa1f20a0637630d5e7f80c9a
|
| AppImage | 655e92e535a8c72336d2fcab590f762350a2f13b064e0c8941df28782325aa0c
|
| Debian | a01cc500b3c41a39bc14120c78cbf639fb6d48f8c8fa4a79e020bf50df20009e
|
| RPM | 2f73e8d06d5c5e2ebbeb07d9cd3f2e00119d07b0db7b4dfb1a3ac8aaf3d28e66
|
Changes since last release
Added
- fix_updater_state_linux.py — New patch: add
version/versionNumberempty strings to idle updater state so downstream code calling.includes()onversiondoesn't crash withTypeError: Cannot read properties of undefined
Fixed
- Navigator platform timing gap — Changed navigator.platform spoofing from
dom-readyonly to bothdid-navigate+dom-readyfallback, closing the window where page scripts see realnavigator.platformwhileprocess.platformis already spoofed to"win32"