Skip to content
Back to Blog
Industry News

Claude Desktop Is Now on Linux: What's in the Beta and What's Still Missing

Anthropic released Claude Desktop as an official beta for Ubuntu and Debian in July 2026, closing a gap that pushed Linux developers to the CLI. Here's what you get, what's still missing, and whether it's worth switching from the browser.

6 min read

TL;DR. Anthropic launched Claude Desktop as an official beta for Linux (Ubuntu 22.04+ and Debian 12+) in July 2026. You get Chat, Cowork, and Code (Claude Code) in one window — no separate CLI install needed. Three features are still missing: Computer Use, voice input, and native Wayland hotkey support. Install via Anthropic's apt repository so updates arrive automatically through your package manager.


If you use Linux for professional work, Anthropic just closed a gap that has pushed developers to the command line since Claude Desktop launched on Mac in 2024: Claude Desktop now runs natively on Linux, in a public beta that brings the same three-tab experience already available on macOS and Windows to Ubuntu and Debian systems.

Here's what you get, what's still missing, and what this means for your day-to-day workflow.

What actually landed

The Linux beta ships the full Claude Desktop feature set, minus a handful of platform-specific capabilities (more on those in a moment). The structure is identical to macOS and Windows:

  • Chat tab — standard Claude conversation: draft content, answer questions, analyze documents.
  • Cowork tab — autonomous cloud tasks. Claude takes the wheel in a sandboxed environment to run multi-step work while you do something else. (Hardware requirements apply — see below.)
  • Code tab — Claude Code, the full agentic coding assistant. It reads your repo, writes and edits files, runs commands, and shows you visual diffs to approve before anything is committed. The desktop app bundles Claude Code: no separate Node.js installation or CLI configuration required.

The beta officially supports Ubuntu 22.04 LTS or later and Debian 12 (bookworm) or later, on both x64 and arm64 architectures. Anthropic has tested only Debian-based distributions; other distros may work but are not formally supported.

How to install it

Via apt (recommended — gets you automatic updates):

Add Anthropic's apt repository and signing key, then run:

sudo apt update && sudo apt install claude-desktop

Future updates arrive through your normal system package manager (apt upgrade) rather than a separate in-app updater — a deliberate design choice for Linux that fits how the platform works.

Via .deb file:

Download directly from claude.com/download. You'll need to reinstall manually for each update. This works fine for a one-time setup, but the apt route is strongly preferred for a tool that changes as frequently as Claude Code.

What's still missing

Three features from the macOS and Windows versions are absent on Linux:

1. Computer Use. The capability that allows Claude to control other applications — clicking buttons, filling forms, operating software in a VM — is not enabled in the Linux beta. This is the most significant functional gap for anyone relying on browser-automation or GUI-driven Cowork tasks.

2. Voice dictation. There is no microphone input in the Linux build. All interaction is keyboard-only.

3. Native Wayland global hotkey. The Quick Entry shortcut — press a keybinding anywhere on your desktop to summon Claude — works correctly on X11. On native Wayland sessions, it depends on whether your desktop environment supports the GlobalShortcuts portal. GNOME 43+ and KDE Plasma 5.27+ support it; older or minimal environments may not.

Everything else is there: MCP connections to local files, databases, and tools; parallel sessions in the Code tab; visual diff review; the integrated editor and terminal; and live app preview.

Cowork hardware requirements on Linux

Cowork's autonomous-task sandbox has higher local requirements on Linux than on other platforms, because of how the virtualized environment is implemented:

  • KVM hardware virtualization — must be supported by your CPU and enabled in BIOS
  • 25 GB free disk space
  • 8 GB RAM minimum

Most developer machines from the past few years meet this. Running Claude on a low-spec VM, a shared server, or a minimal headless box? Cowork likely won't launch. Chat and Code still work.

What this means if you've been using the CLI

Nothing breaks. The CLI (claude in your terminal) is still fully supported and is still the right tool if you prefer keyboard-first, scriptable workflows or run Claude over SSH on remote machines. The desktop app doesn't replace it — it's a different surface.

The practical case for switching from CLI-only: you get Chat and Cowork in the same window as your Code session, visual diff review without terminal output parsing, and MCP tool connections without editing JSON config files manually. If you've been splitting time between the browser tab and the terminal, the desktop app consolidates that into one window.

Whether that's worth a native install depends on your workflow. Heavy terminal users may find the CLI faster. Those who want a richer UI — especially Cowork's visual task flow — have a native option now.

Why this took a while

Linux support has been among the most-requested platform additions since Claude Desktop shipped on macOS (2024) and Windows (early 2025). The delay comes down to implementation complexity: the Cowork sandbox requires proper KVM isolation to be secure across the wide variety of Linux environments, and the Computer Use integration — which still isn't ready — requires platform-level accessibility APIs that differ significantly from macOS and Windows.

The beta ships what's ready. Computer Use and full Wayland polish will presumably follow. For the core professional use case — coding, document work, and autonomous cloud tasks — it's functional today.


Note: the comparison post Claude Desktop vs Codex App has been updated to reflect Linux support. As of July 2026, the Codex app remains macOS and Windows only.


Sources

Free · 60 seconds · No credit card

Curious where AI actually fits your job?

Answer a few questions and get a free, personalized 30-day AI plan for your exact role — the tasks to automate first, and the prompts to do it.

Find my AI wins

Frequently asked questions

Is Claude Desktop available on Linux?+

Yes. As of July 2026, Anthropic released Claude Desktop as an official beta for Ubuntu 22.04 or later and Debian 12 (bookworm) or later, on x64 and arm64 architectures. Fedora, RHEL, and other non-Debian-based distributions are not officially supported yet.

How do I install Claude Desktop on Linux?+

The recommended method is Anthropic's apt repository — add the signing key and source, then run 'sudo apt update && sudo apt install claude-desktop'. You can also download a .deb file from claude.com/download, but you will need to install updates manually that way. Via the apt repository, updates arrive through your system's normal package manager (no separate in-app updater).

What features are missing from the Linux version vs macOS or Windows?+

Three features are absent from the Linux beta: (1) Computer Use — the screen-control capability that lets Claude operate other desktop apps — is disabled entirely; (2) voice dictation input is not included; (3) the Quick Entry global hotkey works on X11 but depends on a desktop environment's GlobalShortcuts portal under native Wayland. Everything else — Chat, Cowork, and Code tabs, parallel sessions, visual diff review, integrated terminal, live app preview, and MCP connections — is present.

Does Claude Cowork work on Linux?+

Yes, with higher hardware requirements than macOS and Windows. Cowork on Linux requires hardware virtualization (KVM enabled in BIOS), at least 25 GB of free disk space, and a minimum of 8 GB of RAM. If your machine meets those specs, you get the same autonomous cloud-task capability as on other platforms.

Is the desktop app better than the browser or CLI on Linux?+

It depends on your workflow. The desktop app bundles Chat, Cowork, and Claude Code in one window — no separate Node.js install or CLI configuration needed. If you prefer the terminal, the CLI is still available and more scriptable. The browser remains useful if you want no local install. The main advantage of the app: everything in one place, with visual diff review in the Code tab and one-click MCP connections.

By Reviewed by Alex LowePublished July 6, 2026

Related Guides

Get weekly AI tips for your profession

Join thousands of professionals saving hours every week with AI. Free. No spam.