Anthropic, please ship an official Claude Desktop for Linux

509 points · 287 comments on HN · read original →

Points and comments are a snapshot, not live.

Feature request for an official Claude Desktop build for Linux, arguing the capability already exists internally.

A GitHub issue requests Anthropic release an official Claude Desktop for Linux, targeting Ubuntu LTS and Debian via signed apt repositories. The requester argues this is justified because: Anthropic already distributes signed Linux binaries for Claude Code (via apt, dnf, apk); the Cowork agent internally runs Ubuntu 22.04 in a VM on macOS (per reverse-engineering by Simon Willison and others), meaning the Linux execution path exists; and 27.7% of professional developers use Ubuntu as their primary OS (Stack Overflow 2025). Currently, Linux users rely on third-party repackages like aaddrick/claude-desktop-debian (4.5k stars), which are unsigned and unaudited despite handling OAuth tokens and API keys. The issue lacks a published Anthropic position on Linux support. As a fallback, the requester asks for a public roadmap statement and security review of recommended community projects.

What commenters are saying

Thread splits between practical workarounds and agreement on the core request. Top comments highlight that Claude Code CLI works on Linux but lacks desktop-specific features: plugin testing as desktop extensions, computer use, Cowork, and sandboxing. Several users describe custom sandboxing solutions using jai (with casual/strict/bare modes), bubblewrap, Docker, and local indexing for cross-conversation search. One commenter notes Cowork's utility for non-technical tasks like expense receipt OCR and filing. Another disputes whether Desktop's sandboxing would actually be better than CLI sandboxing, suggesting bubblewrap or container approaches. General sentiment: the CLI is usable but Desktop features matter for plugin developers and agents; third-party repackages are the status quo for Linux users.