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

6 hours ago

Wrapper Update: v1.3.21+claude1.1.7714

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

Changes since v1.3.19+claude1.1.7714

  • fix: address code review findings for --doctor backend display (d499d8d)
  • style: simplify KVM active check in --doctor cowork section (39c9fea)
  • feat: make bubblewrap the default cowork isolation backend (3ada749)
  • docs: update contributor credits for cbonnissent and arauhala (dee729b)
  • docs: add ecrevisseMiroir to contributors for bwrap sandbox isolation (cb770de)
  • fix: bwrap backend mounts at guest paths and uses minimal sandbox root (219ddbe)

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.