github patrickjaja/claude-desktop-bin v1.8089.1-3
Claude Desktop 1.8089.1 (patch release 3)

4 hours ago

Claude Desktop 1.8089.1 (patch release 3)

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

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

# x86_64
chmod +x Claude_Desktop-1.8089.1-x86_64.AppImage
./Claude_Desktop-1.8089.1-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.8089.1-aarch64.AppImage
./Claude_Desktop-1.8089.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) 4fbbddf8ef46704d218d8bf12e168595dbb49d64f9d79c727049df764928ca8c
Tarball (aarch64) 7a0281a00ecd36d1e8dddf68830d073f1176041e806d05d99f7c2a86c7219194
AppImage (x86_64) efaeafa6b29580d6f51cd123b06371875278a60c361b50d96dd141d30a815433
AppImage (aarch64) 9c88cb4eb8438ad4383aefed9e739557b991a125b5c6d7fa049516f0af362a7b
Debian (amd64) f62769c1cbf72496126a4ccb166989da652ff99e8d6eb241a4a0360fdc1a3839
Debian (arm64) a38d1b8aa64d677ef00e1302242a5533eb6db6f7d0637db7c9636461766b06ae
RPM (x86_64) 9ce7dbdc5ee2fd7691a1c166be693baebfe9e166e2d630db6078e75484fbdcf1
RPM (aarch64) 9aec1fc31e9536e6b6265182c120f759be0db2662638cbb4e6b71b1552c2d6e8

Changes since last release

  • New static landing page (site/index.html) replaces the minimal APT setup guide at the gh-pages root
  • Single-file HTML/CSS/JS - no build step, no framework dependencies
  • Dark theme with violet accent, responsive design (mobile/tablet/desktop)
  • UA-based distro detection: hero terminal and install tabs auto-select the right commands based on visitor's OS
  • Sections: hero, tabbed quick-install (Arch/Ubuntu/Fedora/Nix/AppImage), 12-card feature grid, distro+arch compatibility matrix, session type table, Cowork Service (native vs KVM), footer with live badges
  • No screenshots included (upstream UI is copyrighted)
  • CI change: build-and-release.yml now copies site/index.html instead of packaging/apt/index.html to gh-pages root
  • No impact on package repos - deb/, rpm/, badges/, install.sh, install-rpm.sh, gpg-key.asc paths all untouched

Links

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

NewReleases is sending notifications on new releases.