github patrickjaja/claude-desktop-bin v1.1617.0
Claude Desktop 1.1617.0

latest release: v1.1617.0-2
4 hours ago

Claude Desktop 1.1617.0

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

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

# x86_64
chmod +x Claude_Desktop-1.1617.0-x86_64.AppImage
./Claude_Desktop-1.1617.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.1617.0-aarch64.AppImage
./Claude_Desktop-1.1617.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 82ecc1addb0859a112a6a7743bf7697c2de99cce072a6d55406d3c55cd3299a7
AppImage (x86_64) 296e03983dd37ed5691715a870a7779b40f2ccfa96652950fa7ae870704e1f0a
AppImage (aarch64) 534addba3284b66196d352d9b11764139a88a195d680fc6284d7c62516ffd89c
Debian (amd64) fd053e5f35771884d212d31d2b4247aff33f81ff78c789796601d51c3c773aa5
Debian (arm64) d5d226245f70a23d2f431fa7dbc5322b40c6b650e6b92fe851747afd4b27620e
RPM (x86_64) 3b81ba791943a2011ca0812e06243753fc931b93d5d73f4c65f718d78ead8f83
RPM (aarch64) 0ff360067b4efb744a91dee79aecfc76cf4eaa751633a63a1b349ba6ce983940

Changes since last release

Build

  • Fix RPM install failure on Fedora 40 — the node-pty rebuild (added in 6509b00) compiled pty.node inside the archlinux:base-devel CI container, which links against glibc 2.42 (Arch rolling release). rpmbuild auto-detected this as a package dependency, making the RPM uninstallable on Fedora 40 (glibc 2.39). Fix: added a post-processing CI step that rebuilds pty.node inside a node:20-bullseye container (Debian 11, glibc 2.31), then repackages the tarball. This makes the RPM compatible with Fedora 38+, Ubuntu 20.04+, Debian 11+, and RHEL 9+.

Links

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

NewReleases is sending notifications on new releases.