Claude Desktop 1.569.0 (patch release 5)
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-5_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.569.0-5_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-5.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.569.0-5.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 | 0fd0df8e94247f8b04445eb376995928fcf2ba401ad74679ec7ebddbba9f2e67
|
| AppImage (x86_64) | fadd10cd36428a2a10df0fecc7fd7d26c32f48a4a32014eb175a335661d111fe
|
| AppImage (aarch64) | a9bad1d8e770e87f57bbb5dae23da76572343b2d4a852c4626beb4f793b2f18c
|
| Debian (amd64) | a41e54b5167478bba2dbbe64ecf67ec20e723a9b2c59b5d770de972d6f7217e4
|
| Debian (arm64) | 09575cbcdcc2420217563bedd06b82c790d3e51a45252ccb9f7ad89ad01d17c3
|
| RPM (x86_64) | 553604bf01ce06bfcbb9259875d988fb9b46f41a95edce68e8f44628988a42ba
|
| RPM (aarch64) | 73dd10b9de8dca1035408d11ca886715c3a68095a8a0561aefd379e5d88b90fd
|
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.