Wrapper Update: v3.3.0+claude2.7032.0
This release updates the wrapper/packaging only — the upstream Claude Desktop version is unchanged.
Changes since v3.2.4+claude2.7032.0
- docs(changelog): cut v3.3.0 (cdb3ec8)
- docs(acknowledgments): credit kkkzbh for the CLAUDE_FORCE_SANDBOX config fix (#804, #886) (c1a9349)
- docs(configuration): list CLAUDE_FORCE_SANDBOX in the config-file allowlist (07f4d07)
- fix: honor CLAUDE_FORCE_SANDBOX in launcher config (ffa69c5)
- docs(acknowledgments): credit yannicklescure for the cowork quit-reap tests (#369, #881) (acba8d9)
- fix(patches): make _bundle_digest fail on an empty tree, state its scope (9d6daa3)
- docs(acknowledgments): credit yannicklescure and cbnuke for the apport blacklist (#582, #880) (eca382f)
- test(cowork): scope the real-process reaper's pgrep to the stand-in (d29bee2)
- test(deb): anchor the conffiles assertion to the echo statement (f912b6b)
- test(app-asar): flatten the registry-kind loop with an early continue (e03b2f4)
- feat(patches): fail the build when an active patch is a no-op (afdc242)
- test(cowork): pin quit-time reap of the bwrap fallback daemon (#369) (c018b4e)
- fix(deb): ship an apport crash blacklist to stop the syslog flood (ce77929)
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.