Files
claude-desktop-debian/README.md
aaddrick 68fddb6345 chore(gh-pages): orphan reset to drop historical binary bloat (#449)
All .deb/.rpm binaries now flow through the Cloudflare Worker at
pkg.claude-desktop-debian.dev (#493); gh-pages serves metadata only.
The accumulated history was ~1.2 GB of blob objects that will never
be served again — and won't re-accumulate post-Phase-4a, since the
strip step in update-apt-repo / update-dnf-repo removes .deb and
.rpm files from the local tree before commit.

History before this reset preserved at tag gh-pages-archive-pre-449.
2026-04-23 16:48:48 -04:00

772 B

Claude Desktop APT Repository

This branch hosts the APT repository for Claude Desktop on Linux.

Installation

# 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-desktop

Updates

Once installed, Claude Desktop will update with your regular system updates:

sudo apt update && sudo apt upgrade

Supported Architectures

  • amd64 (x86_64)
  • arm64 (aarch64)