v2.0.14+claude1.8555.2
Wrapper-only update. Attempted to fix taskbar grouping by aligning WM_CLASS across all formats. Upstream Claude Desktop unchanged from v2.0.13.
Note: This release's WM_CLASS fix was incomplete. Electron silently ignores the
--classflag, so the gear-icon/orphan-window bug persisted. Update to v2.0.15 for the actual fix.
Fixed
- WM_CLASS / StartupWMClass aligned to
claude-desktopacross deb, RPM, AppImage, and autostart.desktopfiles. This was meant to fix taskbar grouping on GNOME and KDE. It didn't fully work because Electron derives WM_CLASS from its ownproductNamefield and ignores--classentirely. v2.0.15 corrects this by matching what Electron actually advertises. (#648, fixes #647)
Internal
- AppImage smoke test replaced the flat 10s sleep with a readiness-marker poll (30s ceiling, 0.5s tick) and unified the cleanup trap to prevent
squashfs-rootleaks on interrupt. CI-only change, no user-facing impact. (#646)
Installation
APT (Debian/Ubuntu)
# First time? Add the repo:
curl -fsSL https://pkg.claude-desktop-debian.dev/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/claude-desktop.gpg
echo "deb [signed-by=/usr/share/keyrings/claude-desktop.gpg arch=amd64,arm64] https://pkg.claude-desktop-debian.dev stable main" | sudo tee /etc/apt/sources.list.d/claude-desktop.list
# Install or update:
sudo apt update && sudo apt install claude-desktopDNF (Fedora/RHEL)
# First time? Add the repo:
sudo curl -fsSL https://pkg.claude-desktop-debian.dev/rpm/claude-desktop.repo -o /etc/yum.repos.d/claude-desktop.repo
# Install or update:
sudo dnf install claude-desktopAUR (Arch Linux)
yay -S claude-desktop-appimageManual Download
Download .deb, .rpm, or .AppImage from the assets below.