Claude Desktop 1.3109.0 (patch release 6)
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-6_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.3109.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.3109.0-6.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.3109.0-6.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 | 970784b91163c8d555f5550bd345d9cda07f9d1b59513b0891d87bfa067ba440
|
| AppImage (x86_64) | 212422e3b0ceac9c3a86666d0741f4a8b76edcb7dfc5438e42576241d3558325
|
| AppImage (aarch64) | a2ef5eed17f4377598d7bf8f66c8bbdbc7116bbd95d57ba6a294e0e7e5428cc1
|
| Debian (amd64) | 3a40d664b75e73e5a44eb834f863f912273af1cd2f4eedd76da974cff213cb8c
|
| Debian (arm64) | 6d847a0c1de0a314ffdc66d675308a306a6743f7d9c34c904f153fe3011efb15
|
| RPM (x86_64) | 99689bbfd5ca8435cb56e1939bcae8a3e6b55a5db85c24b2742947196fe8c4ff
|
| RPM (aarch64) | d1ce729e5aa719beee45574848abf6a032ea5a0a07052730df92d86c0bd94c58
|
Changes since last release
Changed
- AUR PKGBUILD bundles Electron from GitHub releases instead of depending on the system
electronpackage (flagged out-of-date on Arch, installs to version-specific paths that broke the build). Matches how deb/rpm/AppImage packages already work. - Runtime deps changed from
electrontoalsa-lib,gtk3,nss(the shared libraries bundled Electron links against). - Electron version fallback removed across all packaging scripts (deb, AppImage, AUR). Build now fails with a clear error if the GitHub API is unreachable, instead of silently bundling a stale version.
- Launcher updated to search
resources/app.asarpath (new bundled Electron layout).