github patrickjaja/claude-desktop-bin v1.6259.1
Claude Desktop 1.6259.1

5 hours ago

Claude Desktop 1.6259.1

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

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

# x86_64
chmod +x Claude_Desktop-1.6259.1-x86_64.AppImage
./Claude_Desktop-1.6259.1-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.6259.1-aarch64.AppImage
./Claude_Desktop-1.6259.1-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 (x86_64) cedb130d56ec26d07577fc1b70c236d2e58baf59ae839e2330295b68d8f7b726
Tarball (aarch64) c4ed06aaf9bd5d33c98aaabc62b78dda34f1c35ee33a9aed5d2f48e1adb3217e
AppImage (x86_64) 1fd690f421e3d9b29d64dbf572475cef071d72eb546e2f97e4a0ddc95909ed75
AppImage (aarch64) 9672dbdeb5cc18e29f262c6cb9ab403658a09cb8145d356f2620ea9df7512a86
Debian (amd64) 1f66ca31113f0d9c461a5e9d450c66ddb39a638d0733345b2f66d6f8e5f3faa7
Debian (arm64) 42bcdd2fa65a5a66a417ae4c43a3467af67ba17124b0874e0f2af9bd2f5a436a
RPM (x86_64) 554c9f33d4d7f3920c554834ed6a94a2ec9fafa36d3c209408248d3a0729ac11
RPM (aarch64) 1069174476839f9af50849054088fd66d82e1e6ee7ed5a0aac530e605175e735

Changes since last release

  • Dispatch patch (fix_dispatch_linux.nim): Force GrowthBook flag 1143815894 (hostLoopMode) OFF alongside dispatch ON. HostLoop bypasses cowork-svc, breaking skills/plugins on Linux. Patch E now handles three states: fully patched, stale combined override, and dispatch-only — adding hostLoop OFF in all cases. Renamed references from Jr() to Pt() to match v1.6259.1 minified names.
  • Autostart migration (fix_startup_settings.nim): isStartupOnLoginEnabled() now migrates old com.anthropic.claude-desktop[-PROFILE].desktop files to claude[-PROFILE].desktop before checking, so users upgrading from the old APP_ID don't lose their startup-on-login setting.
  • CLAUDE.md: Updated all references from Claude-Setup-x64.exe / nupkg extraction to Claude.msix extraction paths. Added per-binary glibc floor table (node-pty 2.31, kwin-portal-bridge 2.39).

Links

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

NewReleases is sending notifications on new releases.