Claude Desktop 1.22209.3 (patch release 2)
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-2_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.22209.3-2_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-2.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.22209.3-2.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) | 3a29e2463b1cf6f58dbb738613b4893f625e193ef6708157c80cbd648d9bbc98
|
| Tarball (aarch64) | 848c70d85652b1962aa598eb6f4f0a46a75062daa7c63add96aa3573d2f56ad5
|
| AppImage (x86_64) | eea309596ff156119c7a82e2f129b6bb9eefdf492209df40bed07ac3ec255de7
|
| AppImage (aarch64) | 9aae3d1251aa46b9badd2d521f43af78371d15ae7e3519e295d6e045ffdeb202
|
| Debian (amd64) | 2b8255727c5eb78c4518d8d2f0764420f8460d7331a3de00bada9412b9d1c1bc
|
| Debian (arm64) | 3b73a19214583a79fd92e5833dfb45c507bc69a63b722ce1543b386ec2fc1329
|
| RPM (x86_64) | 41f862f47019d6e466e61bd927cd52c507e440c3545d69b865a83800d2aa4b4b
|
| RPM (aarch64) | 320104c73743d4ad2360c8328b649a071560538ed75ddda5833017daed39cd63
|
Changes since last release
From CHANGELOG.md, 2026-07-20:
Fix: Hardware Buddy (Nibblet BLE) in-app scan found no device on Linux
fix_buddy_ble_linux forced the Buddy flag (2358734848) at the isFeatureEnabled read site, which showed the UI but never fired the store-level onFeatureChange listener that arms the BLE transport - so scanDevices silently returned nothing. The flag is now forced at the store level instead, via a built-in Linux force in add_growthbook_overrides (merged before user overrides, so "2358734848": false still opts out); the standalone patch is removed. bluez added as a soft dependency (Arch optdepends, RPM/deb Suggests) since Web Bluetooth needs the daemon running.