mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 00:26:21 +03:00
9e46f61531eb0e2ad9506e828a56a054f1ffb7ae
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)
Description
Languages
TypeScript
46.6%
Shell
40.5%
JavaScript
11.4%
Nix
0.9%
Python
0.6%