Wrapper Update: v3.1.0+claude1.18286.2
This release updates the wrapper/packaging only — the upstream Claude Desktop version is unchanged.
Changes since v3.0.1+claude1.18286.2
- docs(changelog): promote [Unreleased] to v3.1.0 (e7673c9)
- fix(#772): address @sabiut re-review — config-loader defects, doctor parity (ff7dca2)
- feat(#772): config-file flag + statfsSync feature-detection (0ebdeb2)
- test(#772): address @sabiut review — tests, CI, node floor, warn-not-fail (4233478)
- feat(#772): opt-in bubblewrap Cowork backend for KVM-less hosts (ff1b26a)
- fix(#772): --version launcher fast-path; finish the -unofficial rename (dd22d01)
- test(#771): artifact exec-bit assert for bundled virtiofsd + _cowork_incomplete coverage (98abe17)
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-unofficial.gpg
echo "deb [signed-by=/usr/share/keyrings/claude-desktop-unofficial.gpg arch=amd64,arm64] https://pkg.claude-desktop-debian.dev stable main" | sudo tee /etc/apt/sources.list.d/claude-desktop-unofficial.list
# Install or update:
sudo apt update && sudo apt install claude-desktop-unofficialDNF (Fedora/RHEL)
# First time? Add the repo:
sudo curl -fsSL https://pkg.claude-desktop-debian.dev/rpm/claude-desktop-unofficial.repo -o /etc/yum.repos.d/claude-desktop-unofficial.repo
# Install or update:
sudo dnf install claude-desktop-unofficialAUR (Arch Linux)
yay -S claude-desktop-appimageManual Download
Download .deb, .rpm, or .AppImage from the assets below.