Claude Desktop (repack)

Unofficial Linux repackage of Anthropic's official build. Version 1.24012.9-0.

Fedora / RHEL (dnf)

sudo curl -fsSL -o /etc/yum.repos.d/claude-desktop-repack.repo https://boommasterxd.github.io/claude-desktop-repack/rpm/claude-desktop-repack.repo
sudo dnf install claude-desktop-repack

Works on dnf5 and dnf4. Updates come with sudo dnf upgrade. Packages are served from the GitHub Release; only the repo metadata is hosted here.

openSUSE (zypper)

sudo zypper addrepo -f https://boommasterxd.github.io/claude-desktop-repack/rpm/claude-desktop-repack.repo
sudo zypper --gpg-auto-import-keys refresh
sudo zypper install claude-desktop-repack

Arch / Manjaro (pacman)

curl -fsSL https://boommasterxd.github.io/claude-desktop-repack/RELEASE-PUBKEY.asc | sudo pacman-key --add -
sudo pacman-key --lsign-key 0EB3E12F87E8DB7C489F71AA2874A3CDE4A67DD1
printf '\n[claude-desktop-repack]\nSigLevel = Required\nServer = https://boommasterxd.github.io/claude-desktop-repack/arch/$arch\n' | sudo tee -a /etc/pacman.conf
sudo pacman -Sy claude-desktop-repack

Debian / Ubuntu (apt)

curl -fsSL https://boommasterxd.github.io/claude-desktop-repack/RELEASE-PUBKEY.asc | gpg --dearmor | sudo tee /usr/share/keyrings/claude-desktop-repack.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/claude-desktop-repack.gpg] https://boommasterxd.github.io/claude-desktop-repack/deb stable main" | sudo tee /etc/apt/sources.list.d/claude-desktop-repack.list
sudo apt update && sudo apt install claude-desktop-repack

Anthropic's official apt repo is also a good option for Debian/Ubuntu.

AppImage (any distro, auto-updating)

Download the .AppImage from the latest release, or add it to GearLever: it reads the embedded update URL and pulls only the changed blocks (zsync delta), never the whole file again.

Nix / NixOS (flake)

NIXPKGS_ALLOW_UNFREE=1 nix profile install --impure github:boommasterxd/claude-desktop-repack

Verify downloads with the signing key + each release's SHA256SUMS.txt.asc. Not affiliated with Anthropic.