Summary Generation Failed
Claude CLI error:
Installation
APT (Debian/Ubuntu - Recommended)
# Add the GPG key
curl -fsSL https://aaddrick.github.io/claude-desktop-debian/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/claude-desktop.gpg
# Add the repository
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
# Update and install
sudo apt update
sudo apt install claude-desktopDNF (Fedora/RHEL - Recommended)
# Add the repository
sudo curl -fsSL https://aaddrick.github.io/claude-desktop-debian/rpm/claude-desktop.repo -o /etc/yum.repos.d/claude-desktop.repo
# Install
sudo dnf install claude-desktopAUR (Arch Linux)
# Using yay
yay -S claude-desktop-appimage
# Or using paru
paru -S claude-desktop-appimagePre-built Releases
Download the latest .deb, .rpm, or .AppImage from the Releases page.
Wrapper/Packaging Changes
The following commits were made to the build wrapper and packaging between v1.3.17+claude1.1.5749 and v1.3.17+claude1.1.7203:
- Update Claude Desktop download URLs to version 1.1.7203 (d6e6c9c)
- Update Claude Desktop download URLs to version 1.1.7053 (140d75a)
- chore: update flake.lock (0a70fe7)
- Update Claude Desktop download URLs to version 1.1.6679 (25d8758)
- Update Claude Desktop download URLs to version 1.1.6452 (fef878d)
- Update Claude Desktop download URLs to version 1.1.6041 (f9df6ef)
- chore: update flake.lock (6035523)