Claude Desktop 1.3109.0 (patch release 7)
This release provides Claude Desktop version 1.3109.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.3109.0-7_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.3109.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.3109.0-7.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.3109.0-7.aarch64.rpmNixOS / Nix
nix run github:patrickjaja/claude-desktop-binAppImage (Any Distro)
# x86_64
chmod +x Claude_Desktop-1.3109.0-x86_64.AppImage
./Claude_Desktop-1.3109.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.3109.0-aarch64.AppImage
./Claude_Desktop-1.3109.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 | fc8e4778bb4952f77ef75854d725e966012f18872eb98d672d1a93c2ff0f3939
|
| AppImage (x86_64) | a263a69de5a934b157f250c86d2aad8d83e4d8316a3017770155388c5668d78b
|
| AppImage (aarch64) | 58a090e209e24356aa876a30f490251394a758bea2d5a7020c758e2405547a5f
|
| Debian (amd64) | 48c737b517e2980c3b9c410d9a56626e0df756831ca87aea4bf2f94fa895a800
|
| Debian (arm64) | cb1b4a9b76f39072b40115c7de34e82d0ae0aabb3b179d5e03eb98349ebd8c23
|
| RPM (x86_64) | 9ef485ef926498e70917cc8a92d2d6ec5c7be9fbb5c529df1ab4a7894776d7f7
|
| RPM (aarch64) | 522e7ccec13b9a0ac0134b5622b7a2397265c7b49919f4cd793115a85ce23a83
|
Changes since last release
Fixed
- Quick Entry inherits main window's Wayland
app_id, causing shell extensions like GNOME Blur My Shell to apply blur/animations to it. New patchfix_quick_entry_app_id.nimsets a distinctapp_idso compositors can treat Quick Entry differently. (#39, PR #46 by @boommasterxd) - Badge version mismatch: APT, RPM, AppImage, Nix, and version-check badges showed only the base version (e.g.
v1.3109.0) while AUR showed the full version with patch release (v1.3109.0-5). All badges now include${PKGREL}to match.