[FEATURE] Official Claude Desktop support for Arch-based Linux distributions
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Claude Desktop's Linux beta currently supports only Debian-based distributions (Ubuntu 22.04+, Debian 12+). Arch and Arch-based distributions (Arch Linux, Manjaro, EndeavourOS, CachyOS, etc.) are not officially supported, so the apt-based install path and package doesn't apply.
Arch is a common choice among developers, sysadmins, and self-hosted infrastructure users who would benefit from the native Chat/Cowork/Code experience instead of relying on the CLI or unofficial community packages (e.g. AUR wrappers).
Proposed Solution
I'd like to be able to install and run Claude Desktop natively on Arch-based systems, similar to how it works on Debian-based distros today.
There should be either:
- an AUR package (or an Anthropic-maintained repository Arch users can add, similar to the apt repo for Debian/Ubuntu), or
- a distro-agnostic build (AppImage or tarball) that isn't tied to apt/dpkg, so it runs on Arch, Manjaro, EndeavourOS, CachyOS, etc.
Installation should ideally support automatic updates through the normal package manager (pacman/AUR helper), the same way apt upgrade keeps the Debian build current.
The interface should show full parity with the Debian Linux beta — Chat, Cowork, and Code tabs — with no Arch-specific limitations beyond what's already documented for Linux in general (e.g. Computer Use, voice input, native Wayland hotkeys).
Alternative Solutions
Currently working around this by using the Claude Code CLI directly in a terminal, which covers most functionality but lacks the Chat/Cowork GUI experience and integrated editor/terminal view available in Claude Desktop.
I've also seen unofficial community packages (e.g. AUR wrappers around the Debian .deb build, claude-desktop-debian-style repackaging) that work but aren't vendor-signed or officially maintained, so they lack first-party security updates.
No other tool fully replaces the combined Chat + Cowork + Code desktop experience on Arch today.
Priority
Medium - Would be very helpful
Feature Category
Other
Use Case Example
Example scenario:
- I'm a systems/IT administrator running Arch Linux as my daily driver, managing Linux infrastructure (mail servers, databases, VM hosts, deployments).
- I want to use Claude Desktop's Cowork and Code tabs to manage multi-step admin and automation tasks with an integrated terminal and editor, instead of juggling separate terminal windows and the CLI alone.
- With official Arch support, I could install Claude Desktop via an AUR package or a distro-agnostic build, get automatic updates through my normal package manager, and use the full GUI experience already available to Debian/Ubuntu users.
- This would save time by giving me one native app for chat, task delegation (Cowork), and coding help, instead of splitting work between the CLI and unofficial repackaged builds.
Additional Context
Related open requests for broader Linux Desktop support:
- https://github.com/anthropics/claude-code/issues/40347
- https://github.com/anthropics/claude-code/issues/65697
Reference: the official Linux beta docs confirm only Debian-based distributions (Ubuntu 22.04+, Debian 12+) are currently supported: https://code.claude.com/docs/en/desktop-linux
Existing unofficial workarounds for Arch include AUR packages that repackage the Debian .deb build, which work but are unsigned and not officially maintained.
Since Claude Code CLI already runs natively and reliably on Arch, the main gap appears to be desktop app packaging/distribution rather than underlying platform support.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗