Claude Desktop 1.22209.3 (patch release 3)
This release provides Claude Desktop version 1.22209.3 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.22209.3-3_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.22209.3-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.22209.3-3.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.22209.3-3.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-1.22209.3-x86_64.AppImage
./Claude_Desktop-1.22209.3-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.22209.3-aarch64.AppImage
./Claude_Desktop-1.22209.3-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 (x86_64) | 36c2ccf59114be7b62b2b27e799b7341d024aebdadb40c3eca853e6e9514f1c1
|
| Tarball (aarch64) | 7edcbd7ebbfdd24edbf06137358376939b39dd059a8f4d927ce4aa085382483a
|
| AppImage (x86_64) | a34c3b8cc2edff077eac5e1267357e2d99e1919381ad79a7f98a2ce340480441
|
| AppImage (aarch64) | 4e45aa515c9e8b408e379c6ff6b4ecec0719ecc0a16fdb2a81b44b72552c88e8
|
| Debian (amd64) | d88510471da64ec8fbd379125c4c6e5d5aed2783b41febba593fcb2bda490974
|
| Debian (arm64) | 39e49d5c6deb39d47aa6988b25d3868d3453f76e407f4330d66e4824d85e14e7
|
| RPM (x86_64) | 743cb5742e840a24d1b59e50103922056d49661685e34d080e676869c148cfcc
|
| RPM (aarch64) | e3be978ee9ade5fac9572129ebe46f95d599e7f7ccbb034d1310b5504027b42f
|
Changes since last release
Automated upstream bump: repackaged the official Claude Desktop v1.22209.3 .deb. The existing patch set applied cleanly; CHANGELOG.md has no new entries since v1.22209.3-2. See the Full Changelog for the latest maintained notes.