github patrickjaja/claude-desktop-bin v1.3109.0-4
Claude Desktop 1.3109.0 (patch release 4)

latest releases: v1.3109.0-6, v1.3109.0-5
3 hours ago

Claude Desktop 1.3109.0 (patch release 4)

This release provides Claude Desktop version 1.3109.0 pre-patched for Linux.

Installation Options

Arch Linux (AUR)

yay -S claude-desktop-bin

Debian/Ubuntu (APT Repository — recommended)

curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install.sh | sudo bash
sudo apt install claude-desktop-bin

Debian/Ubuntu (manual .deb)

# x86_64
sudo apt install ./claude-desktop-bin_1.3109.0-4_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.3109.0-4_arm64.deb

Fedora/RHEL (RPM Repository — recommended)

curl -fsSL https://patrickjaja.github.io/claude-desktop-bin/install-rpm.sh | sudo bash
sudo dnf install claude-desktop-bin

Fedora/RHEL (manual .rpm)

# x86_64
sudo dnf install ./claude-desktop-bin-1.3109.0-4.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.3109.0-4.aarch64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (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.AppImage

Update 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 dd90f99015d59f2a2533300565d2da038259a6de100df679dc86d2073beaf5a4
AppImage (x86_64) 5f3df80a19e98a2c5a234cd43effe7eeca7f9eea79fd40f92dd6abd6c3abacd7
AppImage (aarch64) d01ded914bef58ba8722206df0b1d669c56b34109b7e584c135931ea4027c11e
Debian (amd64) 43c93e96bedd4056e5ddeff3c1f4fa3974820f0ac7e54f401ed5cbe4ecdbe2e0
Debian (arm64) 7cffc0fe51f733de474f7b4ee97f32b2d7cb1029c4a4e17b23351d86edc8ca1d
RPM (x86_64) 9ddc46018c2db0657d307a2edb35f57e1981647cec4e1c4239cf856be90d6e2a
RPM (aarch64) c1205caa977913ab20e2a23942a9bfe8c48cd3980b1c08134cea0e611c2cf9ec

Changes since last release

Fixed

  • CI build broken: patches/.gitignore patterns (fix_*, add_*, enable_*) excluded .nim source files from git. All 41 Nim patches were never committed, causing CI to apply zero patches and crash on en-US.json ENOENT. Added !*.nim negation to track sources while still ignoring compiled binaries.
  • Nim compile fails on read-only mount: CI bind-mounts /input as read-only, so Nim can't write .nimcache or compiled binaries. Build script now copies patches to a writable temp dir when the source dir is read-only.

Links

Don't miss a new claude-desktop-bin release

NewReleases is sending notifications on new releases.