github patrickjaja/claude-desktop-bin v1.569.0-2
Claude Desktop 1.569.0 (patch release 2)

6 hours ago

Claude Desktop 1.569.0 (patch release 2)

This release provides Claude Desktop version 1.569.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.569.0-2_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.569.0-2_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.569.0-2.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.569.0-2.aarch64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

# x86_64
chmod +x Claude_Desktop-1.569.0-x86_64.AppImage
./Claude_Desktop-1.569.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.569.0-aarch64.AppImage
./Claude_Desktop-1.569.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 47cb478dfb0b9e323ba54b49937cded6925599c44b91317de3b537b6fa354531
AppImage (x86_64) 2f06f387ff085da03c5d25309e650b20e5ddc2e5917bb5b9c590c20c890b0bbe
AppImage (aarch64) 86912106f7ea94375d240bddb7165efbe04ea456f4d94fa9b437d6a9df40e1c7
Debian (amd64) 2ffe07e0d6f22848e68c43c82adc33ed69c904ce15945c1e27531a191d5e8f87
Debian (arm64) 57aef0d13a52d818357d510b8470d283948d61c8683c8a25a3aea4c801aa9a79
RPM (x86_64) 710f485ff2220f23e0ad09d21dc05db52413cc5917ea29a50970542e791c23b9
RPM (aarch64) dd12957f1502254d19fce98d42d50f5feb52a023f07722e03bae9d9b10f00af8

Changes since last release

Fixed

  • Desktop files: Remove Path=%h from all .desktop files (#26). %h is a field code only valid in the Exec key — in Path it's treated as a literal string, causing desktop environments (Cinnamon, others) to fail silently when launching from the app menu. The fix_asar_workspace_cwd.py patch already handles cwd sanitization in JS, so the .desktop Path was unnecessary.

Links

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

NewReleases is sending notifications on new releases.