Claude Desktop 1.569.0 (patch release 6)
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-6_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.569.0-6_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-6.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.569.0-6.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 | 4d752d112715cc990c8a18d0c7710a6e978806e142b9595595f2f7ee5e3a60a7
|
| AppImage (x86_64) | 7341d2e807f067d468729d79ccef6dc608385f8bb640c0dfe353b2b81a13ace7
|
| AppImage (aarch64) | 7caaea1c6aa968b652579ef10c537ae5567f20fcdc2fd0bbd768f09e28b66196
|
| Debian (amd64) | 388b78cb63ec6b668104a0ab454a941ac911498405aeabced6b0e751fedd3c5c
|
| Debian (arm64) | 9a0cef0fbec144b4ef1d0a6316af9c32eef771b03b304da7b9bdb4678080fc12
|
| RPM (x86_64) | 57127d2297f374a11963fdd9cb43f6806d2131e360c243c0aabd6c3c45eedc8d
|
| RPM (aarch64) | 1c3b19d5932ddf19c60766cb7f15f35dcd9570b6c699746b205d55b0b4a44063
|
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.