github patrickjaja/claude-desktop-bin v1.1.5368
Claude Desktop 1.1.5368

one day ago

Claude Desktop 1.1.5368

This release provides Claude Desktop version 1.1.5368 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)

sudo apt install ./claude-desktop-bin_1.1.5368-1_amd64.deb

Fedora/RHEL (manual .rpm)

sudo dnf install ./claude-desktop-bin-1.1.5368-1.x86_64.rpm

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

chmod +x Claude_Desktop-1.1.5368-x86_64.AppImage
./Claude_Desktop-1.1.5368-x86_64.AppImage

Checksums

File SHA256
Tarball efb498c375b344b1612923b8b1875348bdb13bda7b0996a63cdf0e9a42f9cf6f
AppImage 0def71b5fa2605df036afbba92538b44a9847577aa53b2a16d1b5ac39aa51086
Debian 4a857d155574615ecd002921d13d069747f472aea288950f16d5991fae6f42b4
RPM afd42e736e929a5ed493d7d7788a48344568cd82667b009cc086fbc00d0d1ae7

Changes since last release

Fixed

  • scripts/build-patched-tarball.sh — Bundle claude-ssh binaries from Windows package into locales/claude-ssh/ to fix SSH remote environment feature (#8)
  • patches/fix_0_node_host.py — Fix shell path worker error (Shell path worker not found at .../locales/app.asar/...) by replacing process.resourcesPath,"app.asar" with app.getAppPath() before the global locale path redirect
  • PKGBUILD.template — Restore {{placeholders}} so generate-pkgbuild.sh can substitute version/URL/SHA; hardcoded values caused local builds to use stale cached tarballs missing claude-ssh binaries
  • patches/claude-native.js — Fix patch target from app.asar.contents/node_modules/claude-native/ to app.asar.unpacked/node_modules/@ant/claude-native/ to eliminate ERR_DLOPEN_FAILED invalid ELF header error
  • scripts/build-patched-tarball.sh — Remove Windows claude-native-binding.node DLL after asar repack to prevent shipping unusable PE32 binary
  • packaging/debian/build-deb.sh — Set SUID permission (4755) on chrome-sandbox after Electron extraction and in postinst script to fix startup crash on Ubuntu/Debian
  • packaging/rpm/claude-desktop-bin.spec — Set SUID permission on chrome-sandbox in %post and %files sections to fix startup crash on RPM-based distros

Links

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

NewReleases is sending notifications on new releases.