Claude Desktop App for Linux Enters Beta: What You Need to Know

Anthropic has officially launched a beta version of its Claude desktop application for Linux, along with an apt repository for Ubuntu users to facilitate ongoing updates. The app is designed to offer similar features to its counterparts on macOS and Windows—providing capabilities like parallel sessions, visual diff review, integrated terminal and editor, and live app preview.
However, not all functionalities are currently available in the Linux version. Notably missing are features such as "Computer Use," which allows Claude to control other applications directly, and voice dictation—both of which are supported on other platforms. Anthropic has indicated that support for "Computer Use" will be added in the future, but has not provided a timeline for when voice dictation will be included.
In a brief testing experience, there were some integration issues. Features like prompt completion notifications did not work as expected, and the "Open Quick Entry" option did not launch the intended input box on the Ubuntu 26.04 LTS desktop.
This desktop app acts as a frontend for a cloud service, meaning users require an Anthropic account and cannot operate the app offline. Prior to the official beta, Linux users relied on a community package that adapted Windows files for Linux use or utilized unofficial web-based apps to access Claude.
For those interested in coding with Claude, it’s recommended to utilize the official CLI and API via Claude Code, which works with various terminal applications and AI-friendly IDEs, including VSCode.
Installation Instructions for Claude Desktop on Linux
Anthropic provides a .deb package for 64-bit Intel/AMD and Arm64 devices, but as of now, there’s no direct download available. Instead, users are advised to utilize the official Anthropic apt repository for installation and updates.
-
Install curl:
sudo apt install curl -
Fetch the signing key:
sudo curl -fsSLo /usr/share/keyrings/claude-desktop-archive-keyring.asc https://downloads.claude.ai/claude-desktop/key.asc -
Add the apt repository:
echo "deb [signed-by=/usr/share/keyrings/claude-desktop-archive-keyring.asc] https://downloads.claude.ai/claude-desktop/apt/stable stable main" | sudo tee /etc/apt/sources.list.d/claude-desktop.list -
Update the package list and install Claude:
sudo apt update && sudo apt install claude-desktop
To launch the application, find it in the app grid or run claude-desktop in a terminal. Users will need to sign in with their Anthropic account to start using the app.
Currently, there is no version available for Fedora/RHEL or Arch, but support for additional distributions is planned.