github aaddrick/claude-desktop-debian v1.3.23+claude1.1.7714

9 hours ago

Wrapper Update: v1.3.23+claude1.1.7714

This release updates the wrapper/packaging only — the upstream Claude Desktop version is unchanged.

Changes since v1.3.22+claude1.1.7714

  • style: wrap 89-char _info line now that helpers support $* (a1a7d55)
  • style: wrap --doctor output lines to fit 80-column limit (#270) (db188fb)
  • docs: credit cromagnone for confirming VM download loop on bwrap (7a5aafe)
  • docs: credit jarrodcolburn for virtiofsd PATH detection issue (3eb75b7)
  • fix: disable VM file downloads on Linux to prevent checksum loop (#337) (a3190c3)
  • fix: multi-arg log_message and _info calls drop output (#325) (9c1b5a1)
  • docs: credit CyPack for orphaned cowork daemon cleanup (#325) (11ec1e1)
  • refactor: consolidate armed-pair handlers into reusable helper (f62b553)
  • fix: debounced jiggle for same-size tiling WM workspace switches (#323) (062f460)
  • style: condense resize event comment to essential details (209ccee)
  • fix: handle resize events for tiling WM workspace switches (#323) (2cfc6a8)
  • fix: remove upstream label and reframe triage ownership (a29fc0e)
  • fix: add anti-patterns and escalation rule to triage agent (93e1d17)
  • fix: improve triage investigation accuracy and context (ffd4ef3)
  • fix: kill orphaned cowork-vm-service daemon on startup (ab61db9)

Installation

APT (Debian/Ubuntu)

# First time? Add the repo:
curl -fsSL https://aaddrick.github.io/claude-desktop-debian/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://aaddrick.github.io/claude-desktop-debian 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://aaddrick.github.io/claude-desktop-debian/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.