Claude Desktop APT Repository

Unofficial Linux packages for Claude Desktop

Quick Install

1. 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
2. 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
3. Install
sudo apt update && sudo apt install claude-desktop

Supported Architectures

amd64 arm64

Updates

Once installed, Claude Desktop updates automatically with your system:

sudo apt update && sudo apt upgrade

Other Distributions

Using Fedora or RHEL?

DNF Repository (Fedora/RHEL)

Links