Claude Desktop 1.569.0 (patch release 12)
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-12_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.569.0-12_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-12.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.569.0-12.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 | 320970ccbafb9914fd21acd583df1c6274344c05a8b6955443cdc67df06d91ae
|
| AppImage (x86_64) | 5b66aa64b7c2e8aeabff76e1d5515c7cce19e19f73f656ae2e03b6cdda773741
|
| AppImage (aarch64) | dd68eaf1c53697857f504707733b6376a1c9e7eceebb5f4adc84746e820d31fc
|
| Debian (amd64) | 9f461add2c0fe91fbfdda4dd891d0ed4e1a656c6c9d9320c935c885dcd4b729b
|
| Debian (arm64) | d9cf2368941fa7e9e04176e100d4efaeb49ece2f93d43f746d50890c1561bdd0
|
| RPM (x86_64) | 8c6aa86be06dc9efd3ebf6390c9dee67c5467efe83c6a6562d7835dcf546302d
|
| RPM (aarch64) | 662f5174b8fa7237d14bd5d8667f1f47d01def32e9c5d1b31c5f1d051c373189
|
Changes since last release
Added
- fix_computer_use_linux.py sub-patch 13 (13a–13g): Fix computer-use tool descriptions for Linux. The upstream
V7r()builder produces descriptions that tell the model "This computer is running macOS", reference Finder/bundle identifiers, and warn about allowlist gates that are bypassed on Linux. Seven sub-patches wrap key description strings inprocess.platformchecks: (a)Lfallowlist gate suffix → empty on Linux, (b)request_accesssays "Linux" with correct file-manager info, (c–d) app identifiers use WM_CLASS not macOS bundle IDs, (e)open_applicationdrops allowlist requirement, (f–g)screenshotremoves allowlist references. Non-fatal — descriptions don't affect tool functionality.
Changed
- fix_computer_use_linux.py: Reordered GNOME Wayland screenshot cascade —
gnome-screenshotnow takes priority overgdbus(GNOME Shell D-Bus).gnome-screenshotis more widely available (works on Ubuntu GNOME where the D-Bus interface may be absent), so it should be tried first withgdbusas fallback.
Docs
- CLAUDE_BUILT_IN_MCP.md: Rewrote Computer Use tools table with verbatim upstream descriptions (v1.569.0) and platform-dependent notes showing what Linux patches change.
- CLAUDE.md: Updated Wayland GNOME screenshot tool order, sub-patch count (12→13), added sub-patch 13 row.