🌐
GitHub
github.com › aaddrick › claude-desktop-debian
GitHub - aaddrick/claude-desktop-debian: Claude Desktop for Debian-based Linux distributions
This project provides build scripts to run Claude Desktop natively on Linux systems. It repackages the official Windows application for Debian-based distributions, producing either .deb packages or AppImages.
Starred by 1.6K users
Forked by 255 users
Languages   Shell
🌐
GitHub
github.com › aaddrick › claude-desktop-debian › releases
Releases · aaddrick/claude-desktop-debian
Claude Desktop for Debian-based Linux distributions - aaddrick/claude-desktop-debian
Author   aaddrick
🌐
Reddit
reddit.com › r/claudeai › claude desktop for debian-based linux distributions (ubuntu, mint, mx linux, etc.)
r/ClaudeAI on Reddit: Claude Desktop for Debian-based Linux distributions (Ubuntu, Mint, MX Linux, etc.)
December 27, 2024 -

Inspired by k3d3's successful NixOS implementation, I had Claude create a Debian package build script that lets you run Claude Desktop natively on Debian-based Linux distributions.

Key features:

  • Tested on MX Linux

  • Should work on Ubuntu, Linux Mint, and other Debian derivatives

  • Full support for MCP (Model Context Protocol)

  • Working Ctrl+Alt+Space popup

  • System tray integration

  • Proper desktop integration (icons, application menu)

The build script:

  • Checks system compatibility

  • Handles all dependencies automatically

  • Creates a proper Debian package

  • Implements Linux-native keyboard handling

Repository: https://github.com/aaddrick/claude-desktop-debian

To install:

git clone 
cd claude-desktop-debian
sudo ./build-deb.sh
sudo dpkg -i build/electron-app/claude-desktop_0.7.7_amd64.deb

Big thanks to k3d3 for the original work and insights into the application structure!

Note: This is an unofficial build script - please report any issues on GitHub, not to Anthropic.

MCP Setup:

  1. Click on the menu icon in the top left

Step 1

2. Go to File >> Settings

Step 2

3. Follow instructions at https://modelcontextprotocol.io/quickstart/user

MCP config file will be created at ~/.config/Claude/claude_desktop_config.json

4. Restart Claude Desktop using the tray icon

Step 4

When you restart Claude Desktop, the changes to the MCP config will be picked up. Restart Claude fully each time you adjust claude_desktop_config.json

🌐
Medium
medium.com › @abhirupkonwar04 › install-claude-desktop-in-linux-a8da40237c0a
Install Claude Desktop in Linux - Abhirup Konwar - Medium
June 28, 2025 - Install Claude Desktop in Linux Why Claude? Official claude desktop is only available for Win & Mac. So I will install unofficial ones for debian based linux distro git clone …
🌐
studio zandra
studiozandra.com › how-to-install-claude-desktop-with-mcp-desktop-commander-on-ubuntu-debian-systems
How to Install Claude Desktop with MCP Desktop Commander on Ubuntu/Debian Linux – studio zandra
June 6, 2025 - If you haven’t seen it in action, DesktopCommander MCP is a thing of beauty: ... System requirements: Ubuntu 20.04+ or Debian 11+/Debian-based distro (I’m running on Pop!_OS 22.04 LTS with Nvidia); Anthropic doesn’t publish RAM, disk space, ...
🌐
Reddit
reddit.com › r/claudeai › i successfully ran claude desktop natively on linux
r/ClaudeAI on Reddit: I successfully ran Claude Desktop natively on Linux
December 18, 2024 - Claude Desktop, natively on Linux, with MCP support

Link to repository: https://github.com/k3d3/claude-desktop-linux-flake

I got Claude Desktop running on Linux! I use NixOS which means it's packaged as a Nix flake, however the Determinate Nix installer should work on other distributions as well: https://docs.determinate.systems/getting-started/

Given the existing package, it shouldn't be super difficult (especially with Claude's help) to make build scripts for other distributions like Ubuntu. But it's a start!

🌐
Snapcraft
snapcraft.io › install › claudeai-desktop › debian
Install Claude Desktop on Debian using the Snap Store | Snapcraft
October 24, 2025 - Get the latest version of Claude Desktop for on Debian - Claude Desktop App
🌐
GitHub
github.com › AngelAlvarado › claude-desktop-debian-based
GitHub - AngelAlvarado/claude-desktop-debian-based: Claude Desktop for Debian-based Linux distributions
This project takes the Windows Claude Desktop installer and adapts it for Debian-based distributions by replacing Windows-specific components with Linux-compatible implementations.
Author   AngelAlvarado
🌐
Ryandam
ryandam.net › blog › 2025 › 03 › 12 › claude-desktop › index.html
Claude desktop
You can now install the package with: sudo dpkg -i ~/claude-desktop-debian/build/electron-app/claude-desktop_0.8.0_amd64.deb
Find elsewhere
🌐
GitHub
github.com › emsi › claude-desktop
GitHub - emsi/claude-desktop: Claude Desktop for Debian-based Linux distributions
(Screenshot of running on KDE) For Debian-based distributions (Debian, Ubuntu, Linux Mint, MX Linux, etc.), you can build and install Claude Desktop using the provided build script:
Starred by 127 users
Forked by 27 users
Languages   Shell 90.2% | JavaScript 9.8%
🌐
GitHub
github.com › leobuskin › claude-desktop-linux
GitHub - leobuskin/claude-desktop-linux: Claude Desktop for Linux
Automated Linux packages for Claude Desktop, built from the official Windows installer. This project provides a maintenance-free way to install and update Claude Desktop on Debian/Ubuntu systems.
Author   leobuskin
🌐
GitHub
github.com › 8len › claude-desktop
GitHub - 8len/claude-desktop: Claude Desktop for Debian-based Linux distributions
(Screenshot of running on KDE) For Debian-based distributions (Debian, Ubuntu, Linux Mint, MX Linux, etc.), you can build and install Claude Desktop using the provided build script:
Author   8len
🌐
GitHub
github.com › aaddrick › claude-desktop-arch
GitHub - aaddrick/claude-desktop-arch: Builds an Arch Linux package for Claude Desktop by extracting and modifying the official Windows release. I
Debian/Ubuntu Linux users: For the DPKG/AppImage build script and Debian-specific instructions: https://github.com/aaddrick/claude-desktop-debian
Starred by 93 users
Forked by 8 users
Languages   Shell
🌐
MX Linux Forum
forum.mxlinux.org › viewtopic.php
Claude Desktop for Linux Install Methods ? - MX Linux Forum
Building & Installation (Debian/Ubuntu based) For Debian-based distributions (Debian, Ubuntu, Linux Mint, MX Linux, etc.), you can build Claude Desktop using the provided build script. Use command-line flags to specify the desired output format (.deb or .AppImage) and whether to clean up ...
🌐
Homo Ludditus
ludditus.com › 2025 › 12 › 17 › claude-desktop-for-linux-i-didnt-even-know-it-existed
Claude Desktop for Linux: I didn’t even know it existed!
2 weeks ago - This project provides build scripts to run Claude Desktop natively on Linux systems. It repackages the official Windows application for Debian-based distributions, producing either .deb packages or AppImages.
🌐
Snapcraft
snapcraft.io › claudeai-desktop
Install Claude Desktop on Linux | Snap Store
October 24, 2025 - Claude Desktop is not an official Anthropic product but a community-driven app made for seamless desktop access to Claude AI. Install via Snap and start chatting with Claude AI instantly!
🌐
GitHub
github.com › eisbaw › claude-desktop-nix
GitHub - eisbaw/claude-desktop-nix: Claude Desktop for Nix-based Linux distributions
This project provides build scripts to run Claude Desktop natively on Linux systems. It repackages the official Windows application for Debian-based distributions, producing either .deb packages or AppImages.
Author   eisbaw