Claude Desktop 1.569.0 (patch release 4)
This release provides Claude Desktop version 1.569.0 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)
# x86_64
sudo apt install ./claude-desktop-bin_1.569.0-4_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.569.0-4_arm64.debFedora/RHEL (RPM Repository — recommended)
curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install-rpm.sh | sudo bash
sudo dnf install claude-desktop-binFedora/RHEL (manual .rpm)
# x86_64
sudo dnf install ./claude-desktop-bin-1.569.0-4.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.569.0-4.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (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.AppImageUpdate 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 | 03e944cd95d1f4e0d2b9688d7c18fbebcaaedb93fb328e0fddc2959af64b5468
|
| AppImage (x86_64) | 0c61e75639c1386733181ec240cb6458117a6c0fdf42d1020ea8c26c1329eba3
|
| AppImage (aarch64) | e63b78859a17ac6209e144248d5ae33247da60059cf5ed2e349af8a5e82bcd71
|
| Debian (amd64) | 53402706a437c80e954077d01781c4cecca843dd580b3c358187db507bc9dd4b
|
| Debian (arm64) | 8713be3dd18c9102016f3469a907599e5d57dc1bf09c5e228a3d4a9c8c5f9e6f
|
| RPM (x86_64) | f12db152f3412b1289f46676bb014f00eb3d4bb1ae453edfe1175db026d8dc57
|
| RPM (aarch64) | 561ea3a83ac4dd26917fdbec1164dfbcbe806e3bb7743a1309e27aa24cef5d6c
|
Changes since last release
Fixed
- Desktop files: Remove
Path=%hfrom all .desktop files (#26).%his a field code only valid in theExeckey — inPathit's treated as a literal string, causing desktop environments (Cinnamon, others) to fail silently when launching from the app menu. Thefix_asar_workspace_cwd.pypatch already handles cwd sanitization in JS, so the .desktopPathwas unnecessary.