github patrickjaja/claude-desktop-bin v1.1.4498-6
Claude Desktop 1.1.4498 (patch release 6)

latest releases: v1.1.9493-2, v1.1.9493, v1.1.9310-5...
27 days ago

Claude Desktop 1.1.4498 (patch release 6)

This release provides Claude Desktop version 1.1.4498 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.4498-6_amd64.deb

Fedora/RHEL (manual .rpm)

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

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

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

Checksums

File SHA256
Tarball f492ee8de978422bf00fa959849786b4b793ed6a7cdf8409a6ec5d1104a7e653
AppImage 497cfe8ed4ac8e5021a8e1796961d2fb965a31ebbd70195dee12e9fc4859cf0d
Debian eb066132a10c6f79d9b5f70dc9aaa5064c6785f5583fdf02ef6e45d294417ec6
RPM 46d9e576e198863327cf0b0d41491b23ce131775ccbe7a3ff031e6749dcc3cce

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
  • 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.