github aaddrick/claude-desktop-debian v2.0.8+claude1.5354.0

5 hours ago

Fixed

  • Cowork starts again on Claude Desktop 1.5354.0. Upstream's minifier started emitting identifiers with $ in them (C$i, g$i), and two of our regex anchors in scripts/patches/cowork.sh used \w+, which doesn't match $. Patch 2b silently no-op'd, the Swift VM module assignment never landed, and you'd hit Swift VM addon not available at session init. PR #555 widens both anchors to [\w$]+, matching the precedent @Joost-Maker set in #421 for the earlier $e rename. Patch 6 also moves from indexOf to lastIndexOf on the retry-delay anchor as a defensive cleanup. Thanks @sirfaber for the fix, @HumboldtJoker for the diagnostic that pinned it to Patch 2b vs 2a, and @zabka for the earlier writeup and systemd-unit workaround that made the daemon-never-spawned mechanism legible. (#555, fixes #558, likely fixes #553 and #445)

Upstream

Tracks Claude Desktop 1.5354.0 (unchanged from v2.0.7).


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-desktop

DNF (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-desktop

AUR (Arch Linux)

yay -S claude-desktop-appimage

Manual Download

Download .deb, .rpm, or .AppImage from the assets below.

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

NewReleases is sending notifications on new releases.