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

latest releases: v1.1.6679-6, v1.1.6679-5, v1.1.6679-4...
7 hours ago

Claude Desktop 1.1.6679 (patch release 3)

This release provides Claude Desktop version 1.1.6679 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.6679-3_amd64.deb

Fedora/RHEL (manual .rpm)

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

NixOS / Nix

nix run github:patrickjaja/claude-desktop-bin

AppImage (Any Distro)

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

Checksums

File SHA256
Tarball f92edfb10925def51115fb4b86aff0b6941cb52aa731008f8096c5bab0ea13ca
AppImage 8b609ea7c48cea964d10486c0e6b9c8992fad471be1253fc3ff80a70ee951fae
Debian 5a43d306c5c45792daf936c3f70cdafb60625deef5493574c9b4fa405f4dbdd2
RPM 1b3154c9a90d13ad1e383b778477d46797fe1c565a44d5027a83be21cc0fa6d3

Changes since last release

Fixed

  • fix_dock_bounce.py — Complete rewrite to actually fix taskbar flashing on Wayland (#10). The previous patch was a no-op because dockBounceEnabled defaults to falseflashFrame() was never being called. The real causes are app.focus({steal:true}) (Electron docs: "may result in a flashing app icon on Wayland") and BrowserWindow.focus() on non-focused windows triggering xdg_activation_v1 requests that KWin translates to demands-attention. The new patch:
    • Injects early monkey-patches: no-op flashFrame, strip steal from app.focus(), guard BrowserWindow.focus() to skip when window is invisible
    • Removes inline app.focus({steal:!0}) calls
    • Early-returns from requestUserAttention() on Linux

Links

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

NewReleases is sending notifications on new releases.