github patrickjaja/claude-desktop-extra v1.1.9310
Claude Desktop 1.1.9310

latest releases: v1.34493.1, v1.32885.1, v1.32352.1...
4 months ago

Claude Desktop 1.1.9310

This release provides Claude Desktop version 1.1.9310 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.1.9310-1_amd64.deb
# ARM64
sudo apt install ./claude-desktop-bin_1.1.9310-1_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.1.9310-1.x86_64.rpm
# ARM64
sudo dnf install ./claude-desktop-bin-1.1.9310-1.aarch64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

# x86_64
chmod +x Claude_Desktop-1.1.9310-x86_64.AppImage
./Claude_Desktop-1.1.9310-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.1.9310-aarch64.AppImage
./Claude_Desktop-1.1.9310-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 88009a461b23be9750a0a712ded2c8dec506b5d656a21c5e68da3784b21f20d2
AppImage (x86_64) 96131e16c0ebeea82b772fc7e4cae1f36650300699595d7ffa1b14b8517d8b89
AppImage (aarch64) afa62c195089b5a50121e443e66cab3db2e93e714a2f9c0521178ff219750512
Debian (amd64) 6088d0ea420bff885854b4c1d673ee8705d5253e44ecb199a4746080509b7637
Debian (arm64) 032111783996f858223ae66f8c21d9bcc4c6551b5af41dc4d1784e6dd8053008
RPM (x86_64) f420728ed59d42b3db4d55db86c9c6a7bef5d85f38302b8c2a49e91639160eba
RPM (aarch64) 8c9795d00ffd22a6e69310a6056546e295cb791da1dfefa0b10e2a766141bf5d

Changes since last release

Fixed

  • Launcher shebang: Removed two leading spaces before #!/usr/bin/env bash that caused Exec format error when launched from desktop entries or protocol handlers (kernel requires #! at byte 0). Terminal launches were unaffected. (#17)

Changed

  • Build: shebang validation: build-patched-tarball.sh now validates that the launcher script has #! at byte 0 before creating the tarball, preventing this class of bug from reaching users

Links

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

NewReleases is sending notifications on new releases.