How to install aaddrick/claude-desktop-debian. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
aaddrick/claude-desktop-debian Installation Guide
How to install aaddrick/claude-desktop-debian. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for aaddrick/claude-desktop-debian. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i aaddrick/claude-desktop-debianor
Install via npx
npx @hexmos/ipm i aaddrick/claude-desktop-debianPrerequisites
bubblewrap
dependencyVersion: optional
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
APT Repository (Debian/Ubuntu - Recommended)
curl -fsSL https://aaddrick.github.io/claude-desktop-debian/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/claude-desktop.gpg
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
sudo apt update -y
sudo apt install claude-desktop -yDNF Repository (Fedora/RHEL - Recommended)
sudo curl -fsSL https://aaddrick.github.io/claude-desktop-debian/rpm/claude-desktop.repo -o /etc/yum.repos.d/claude-desktop.repo
sudo dnf install claude-desktop -yAUR (Arch Linux)
yay -S claude-desktop-appimage --noconfirmNix Flake (NixOS) - Basic Install
nix profile install github:aaddrick/claude-desktop-debian --accept-flake-configNix Flake (NixOS) - With MCP server support
nix profile install github:aaddrick/claude-desktop-debian#claude-desktop-fhs --accept-flake-configPre-built Releases (.deb, .rpm, .AppImage)
curl -LO https://github.com/aaddrick/claude-desktop-debian/releases/download/v1.3.32%2Bclaude1.3109.0/claude-desktop_1.3109.0-1.3.32_amd64.deb
sudo dpkg -i claude-desktop_1.3109.0-1.3.32_amd64.deb
sudo apt --fix-broken install -yPre-built Releases (.rpm)
curl -LO https://github.com/aaddrick/claude-desktop-debian/releases/download/v1.3.32%2Bclaude1.3109.0/claude-desktop-1.3109.0-1.3.32-1.x86_64.rpm
sudo dnf install ./claude-desktop-1.3109.0-1.3.32-1.x86_64.rpm -yPre-built Releases (.AppImage)
curl -LO https://github.com/aaddrick/claude-desktop-debian/releases/download/v1.3.32%2Bclaude1.3109.0/claude-desktop-1.3109.0-1.3.32-amd64.AppImage
chmod +x claude-desktop-1.3109.0-1.3.32-amd64.AppImage
./claude-desktop-1.3109.0-1.3.32-amd64.AppImageBuilding from Source
git clone https://github.com/aaddrick/claude-desktop-debian
cd claude-desktop-debian
echo "See docs/BUILDING.md for detailed build instructions."Post Installation Steps
- Future updates will be installed automatically with your regular system updates (`sudo apt upgrade` or `sudo dnf upgrade`).
- Run `claude-desktop --doctor` for built-in diagnostics.
