v2.0.16+claude1.9255.0
Hotfix for Cowork auto-launch, which was completely broken on v2.0.15 due to a minifier naming change in upstream 1.9255.0.
Fixed
- Cowork VM fails to launch on v2.0.15. The spawn-guard patch extracts a minified function name to attach a dedup/cooldown wrapper. The extraction regex used
\w+, which doesn't match$-prefixed identifiers like$Bethat upstream's minifier now produces. Silent match failure fell through to a bare_globalLastSpawnvariable, which throwsReferenceErroron first read before assignment. Fix widens the capture to[$\w]+and moves the tracking variable toglobalThis._lastSpawnso it's always defined. (#660, fixes #658, #659, #661)
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.