Claude Desktop 1.569.0 (patch release 7)
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-7_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.569.0-7_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-7.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.569.0-7.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 | 45339215bb6d8d6c833de6d4549a41eda0e08c6788bf9e300c48dc5f69e5f035
|
| AppImage (x86_64) | a419ba3c409d016f1f879cd77de6db33468fd560971cee3e20be232a2991ce89
|
| AppImage (aarch64) | 6b204e1894d3b511e1daf841f718707feb6ed633a3c690ec35f0faaef383295a
|
| Debian (amd64) | 077d1940e7660f1d663daff2e92b7ca870b67be67c16308ddb9ecdc89adcfa28
|
| Debian (arm64) | e3665c8a840ee9e7087dd358d5aeb54cfd1b4f0f93aa19e1260eee69cf3e6a01
|
| RPM (x86_64) | 06488c05c5ca7192817ef099268710a0b09a3784ae758832879a7e43d9a3e30b
|
| RPM (aarch64) | 8ac2531e6d33e767f3e9a748df7492273a9d53646f7ab02bc673167bea478be4
|
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.