github patrickjaja/claude-desktop-bin v1.1062.0
Claude Desktop 1.1062.0

latest release: v1.1062.0-2
17 hours ago

Claude Desktop 1.1062.0

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

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

# x86_64
chmod +x Claude_Desktop-1.1062.0-x86_64.AppImage
./Claude_Desktop-1.1062.0-x86_64.AppImage
# ARM64
chmod +x Claude_Desktop-1.1062.0-aarch64.AppImage
./Claude_Desktop-1.1062.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 898f3aaaa06b1aa4afd6cfd3ec1b92f66b3c6bea35bf3b8784fe9b68a2763363
AppImage (x86_64) a940b91a8fae0fb169d3d1bf4e3e87a57dff1971b323a0e946e4dec0af03d229
AppImage (aarch64) de70783b6258e61159d5b9c4ef7bd575e98adf49a9804ecbf7f46ee618beee27
Debian (amd64) 1f7382d2a669147be71ef2c928ec7c93a13f57b4390fd74b3e142ae50e80a9fb
Debian (arm64) 7483b645f9e0fa56d1049110c2de041e6aacf3b8e4178e8ef42fdab2aad0abaf
RPM (x86_64) 511b631fb751b9b427788fda7a79d3289c2d43e83c5b08b291eedc0b35789300
RPM (aarch64) a2d2f38f68aedf666857963e7eeb4231541fc4733388ef7207a90a9683db4328

Changes since last release

Added

  • fix_computer_use_linux.py: XDG ScreenCast portal screenshot method with PipeWire restore tokens for GNOME Wayland 46+. First screenshot shows a one-time permission dialog, all subsequent screenshots are silent. Token-aware cascade: if restore token exists, portal goes first (fast, silent); if not, gnome-screenshot is tried first (no dialog on older GNOME), with portal as fallback after gdbus. Fixes repeated permission dialogs on GNOME 46+ where gnome-screenshot and gdbus ScreenshotArea are both broken.
  • PKGBUILD.template: New optdepends python-gobject and gst-plugin-pipewire for portal screenshots.

Technical details

  • Python script embedded inline (spawned via python3 - stdin pipe), no extra files needed
  • GStreamer pipeline: single frame capture (num-buffers=1) — ~300ms per screenshot with restore token
  • Restore token persisted at ~/.config/Claude/pipewire-restore-token
  • Graceful degradation: missing python3-gi returns exit code 2, cascade falls through to next method

Links

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

NewReleases is sending notifications on new releases.