Claude Desktop for Linux: Anthropic Launches the Official Beta

Claude Desktop for Linux: Anthropic Launches the Official Beta

Claude Desktop for Linux: Anthropic Launches the Official Beta

https://basic-tutorials.com/news/claude-desktop-for-linux-anthropic-launches-the-official-beta/

Publish Date: 2026-06-30 23:20:00

Source Domain: basic-tutorials.com

There is now an official Claude desktop app for Linux. Anthropic released it on June 30, 2026, as a beta, initially for Ubuntu and Debian. The app features the same three sections as on macOS and Windows—Chat, Cowork, and Code—and runs via its own apt repository, so updates are delivered through the system update process as usual.

Until now, Linux users had to make do with either the web interface or unofficial community packages that awkwardly ported the Windows version to Linux. That’s now a thing of the past. We took a look at what the beta can do, how the installation goes, and where it still has some kinks.

Key Points at a Glance

  • Anthropic released Claude Desktop as an official beta for Linux on June 30, 2026.
  • It supports Ubuntu 22.04 (and newer) as well as Debian 12 (and newer) on x86_64 and arm64.
  • Installation is done via Anthropic’s apt repository; the app includes Chat, Cowork, and Code.
  • Not yet included: Computer Use (screen control), voice input in the interface, and full Wayland support for hotkeys.
  • A paid subscription (Pro, Max, Team, or Enterprise) is required for Claude Code.

What Claude Desktop Offers on Linux

The Linux version isn’t a stripped-down stopgap solution; according to Anthropic, it offers the same feature set as on other platforms. Specifically, you get three tabs: Chat for traditional conversations, Cowork for collaborative work, and Code for development tasks right within the desktop window.

The Code section is particularly interesting. You can run multiple sessions in parallel, visually review and approve code changes as diffs, use an integrated terminal with an editor, and preview applications in real time. At its core, it’s the same Claude Code that many are already familiar with from the terminal—just in a proper window instead of the command line.

A key feature is support for the Model Context Protocol (MCP). This allows the app to connect to local files, databases, and tools on your computer….

Source