github aaddrick/claude-desktop-debian v2.0.17+claude1.10628.2

latest release: v2.0.18+claude1.10628.2
9 hours ago

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.sh aborting with [FAIL] addTrustedFolder anchor not found. Upstream 1.10628.x folded the addTrustedFolder log call into a comma-expression inside an if. That removed the trailing `); the old patch anchor matched. Both the parameter extraction and the injection point now key off the unminified async 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-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.