Claude Desktop 1.569.0 (patch release 3)
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-3_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.569.0-3_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-3.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.569.0-3.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 | c83972659fb4e87d5021a864d8d059cab085976f0925375e10b82720735ed834
|
| AppImage (x86_64) | a2d8568c6df66aad4f38dab010b79cf544f8cc246e1c777c7f50c1214e2c3b05
|
| AppImage (aarch64) | 103998f27a30a69d8bcd3ee8e9d84b22427df089dfe0ec485babdfb5f5ff87ef
|
| Debian (amd64) | 7df5a2d6872c4b1ec6f5dea4faae1ca428560618c8c764b1e328f38359b79ff8
|
| Debian (arm64) | ba1ecd92ae65695bbe649fc85d3ae7e610e5c0609867b722bd298a030cfe266f
|
| RPM (x86_64) | 861e4355693c8bb22ff913c9430057b04209c967a6e4aa242998082d22fac3fc
|
| RPM (aarch64) | aa79a36c277b04c7cac27e172e874fdad04f3cf5e334abc287054734b69b3eba
|
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.