Claude Desktop 1.10628.2 + build fix
This release tracks upstream Claude Desktop 1.10628.2 and fixes a build break that version introduced.
What changed
- Updated the packaged Claude Desktop to 1.10628.2.
- Fixed
./build.shaborting with[FAIL] addTrustedFolder anchor not found. Upstream 1.10628.x folded theaddTrustedFolderlog call into a comma-expression inside anif. That removed the trailing`);the old patch anchor matched. Both the parameter extraction and the injection point now key off the unminifiedasync addTrustedFolder(…)method declaration, so they can't drift apart if upstream drops the log line. Thanks @maplefater. (#685)
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.