Wrapper Update: v3.0.1+claude1.18286.0
This release updates the wrapper/packaging only — the upstream Claude Desktop version is unchanged.
Changes since v3.0.0+claude1.18286.0
- docs(changelog): promote [Unreleased] to v3.0.1 (5c38a48)
- docs(upstream-reports): mark virtiofsd probe report FILED (anthropics/claude-code#74605) (10c4145)
- fix(#771,#772): un-gate Cowork's bundled virtiofsd; doctor mirrors the client probe (4b3b9de)
- fix(#768): launcher-side config-wipe recovery; park the in-band asar guard (4bf6f9b)
- docs(changelog): add Cowork EFI VARS fix (#767); use [[ ]] in shim guard (c4db121)
- fix(nix): ship the OVMF VARS template so Cowork's efivars seed exists (f6ba7f3)
- docs(changelog): add Cowork qemu FHS entry (#766) (7226f8d)
- feat(nix): ship qemu in the FHS env so Cowork can boot its VM (3e1dff5)
- feat(nix): add the Vulkan ICD dir via VK_ADD_DRIVER_FILES (eaa472f)
- docs(nix): tighten libGL comment; changelog entry for the EGL fix (2b861fd)
- fix(nix): put the glvnd EGL dispatcher on every ELF's runpath (426c119)
- chore(nix): rename away from deprecated xorg attrs (181fb57)
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.