🌐
iTechs Online
itecsonline.com › post › how-to-install-claude-code-on-ubuntu-linux-complete-guide-2025
How to Install Claude Code on Ubuntu Linux: Complete Guide 2025 | Blog // ITECS
July 30, 2025 - This comprehensive guide walks you through installing Anthropic's Claude Code AI assistant on Ubuntu Linux. You'll learn how to properly configure Node.js and npm, authenticate with the Anthropic API, and start using this powerful AI coding tool in your development workflow.
🌐
Claude
docs.claude.com › en › docs › claude-code › setup
Set up Claude Code - Claude Code Docs
Install, authenticate, and start using Claude Code on your development machine. ... Operating Systems: macOS 10.15+, Ubuntu 20.04+/Debian 10+, or Windows 10+ (with WSL 1, WSL 2, or Git for Windows)
🌐
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

🌐
GitHub
github.com › aaddrick › claude-desktop-debian
GitHub - aaddrick/claude-desktop-debian: Claude Desktop for Debian-based Linux distributions
# Make executable chmod +x ./claude-desktop-*.AppImage # Run directly ./claude-desktop-*.AppImage # Or integrate with your system using Gear Lever · Note: AppImage login requires proper desktop integration. Use Gear Lever or manually install the provided .desktop file to ~/.local/share/applications/.
Starred by 1.6K users
Forked by 255 users
Languages   Shell
🌐
Snapcraft
snapcraft.io › install › claudeai-desktop › ubuntu
Install Claude Desktop on Ubuntu using the Snap Store | Snapcraft
October 24, 2025 - For versions of Ubuntu between 14.04 LTS (Trusty Tahr) and 15.10 (Wily Werewolf), as well as Ubuntu flavours that don’t include snap by default, snap can be installed from the Ubuntu Software Centre by searching for snapd.
🌐
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 - This Linux-beginner-friendly guide is based on my experience installing it this week on Pop!_OS on an Asus Nvidia machine, and was of course created with help from Claude. 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, or CPU requirements, but third-party online posts recommend 8GB ~ 32GB RAM
🌐
Medium
medium.com › @ke7hav.ai › installing-claude-desktop-on-ubuntu-the-easy-way-a-docker-based-approach-6160b346b013
🚀 Installing Claude Desktop on Ubuntu the Easy Way: A Docker-Based Approach | by Keshav Mishra | Medium
August 18, 2025 - Claude Desktop isn’t officially available for Ubuntu. To make it reliable and easy to install, I built a Dockerized workflow that produces a native Debian package (.deb), then wrote a small script to install it on Ubuntu 24.04+ (x86_64). No local build dependencies, clean and repeatable.
Find elsewhere
🌐
ClaudeLog
claudelog.com › home › install
Install Claude Code | ClaudeLog
Get Claude Code up and running on your system in just a few steps. This complete Claude Code installation and setup guide covers download, installation, configuration, and model selection for Windows, Mac, and Linux systems.
🌐
DEV Community
dev.to › shahidkhans › from-zero-to-ai-powered-developer-your-complete-claude-code-cli-setup-guide-4l9i
From Zero to AI-Powered Developer: Your Complete Claude Code CLI Setup Guide - DEV Community
August 6, 2025 - Claude Code also integrates with Cursor and other modern editors using a similar process—start Claude Code from the editor's terminal and use the /ide command to enable integration. Use the local installation method: claude migrate-installer
🌐
Bind AI IDE
blog.getbind.co › 2025 › 08 › 26 › how-to-install-claude-code-cli
How to Install Claude Code CLI – Bind AI IDE
August 27, 2025 - Run the following command to install globally bash npm install -g @anthropic-ai/claude-code · Do not use sudo for this command, as it causes permission issues. If you encounter permissions errors, consider using a user-local npm directory (npm ...
🌐
UnderConstructionPage
underconstructionpage.com › home › how to install claude code on ubuntu linux: a developer’s guide
How to Install Claude Code on Ubuntu Linux: A Developer’s Guide
April 29, 2025 - Developed by Anthropic, Claude is one of the most capable AI-powered assistants, known for its ability to generate, revise, and analyze source code. If you’re a developer working in a Linux environment—especially Ubuntu—this guide will walk you through the steps to install and set up Claude Code effectively and securely.
🌐
Snapcraft
snapcraft.io › claudeai-desktop
Install Claude Desktop on Linux | Snap Store
October 24, 2025 - Secure & Private – Your data stays safe; the app stores nothing locally. 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!
🌐
Claude Fast
claudefa.st › blog › guide › installation-guide
Installation Guide | Claude Fast
1 day ago - npm install -g @anthropic-ai/claude-code claude --version · Success looks like: A version number displays without errors. If that worked, skip to Troubleshooting. If not, follow your platform-specific steps below.
🌐
LinuxShout
linux.how2shout.com › home › how to install claude code on ubuntu linux: a developer’s guide
How to Install Claude Code on Ubuntu Linux: A Developer's Guide - LinuxShout
April 2, 2025 - The installation process is identical across variations. ... The base installation requires approximately 100MB, but usage logs and caching can grow over time. I recommend having at least 500MB available.
🌐
Geeky Gadgets
geeky-gadgets.com › home › ai › how to install claude code on windows
How to Install Claude Code on Windows Using Ubuntu - Geeky Gadgets
July 4, 2025 - Effective permissions management and directory navigation are crucial for optimizing workflows and minimizing interruptions while using Claude Code. To begin, you need to install a Linux distribution on your Windows system. Ubuntu, available through the Microsoft Store, is a convenient and widely supported option.
🌐
Reddit
reddit.com › r/chatgptcoding › how to install and use claude code, maybe the best ai coding tool right now?
r/ChatGPTCoding on Reddit: How to Install and Use Claude Code, Maybe the Best AI Coding Tool Right Now?
February 26, 2025 -

Hey everyone,

Since Claude Code has been around for a while now and many of us are already familiar with Claude Sonnet 3.7, I wanted to share a quick step-by-step guide for those who haven’t had time to explore it yet.

This guide sums up everything you need to know about Claude Code, including:

  • How to install and set it up

  • The benefits and when to use it

  • A demo of its capabilities in action

  • Some Claude Code essential commands

I think Claude Code is a better alternative to coding assistants like Cursor and Bolt, especially for developers who want an AI that really understands the entire codebase instead of just suggesting lines.

https://medium.com/p/how-to-install-and-use-claude-code-the-new-agentic-coding-tool-d03fd7f677bc?source=social.tw

🌐
Claude
claude.ai › public › artifacts › d5297b60-4c2c-4378-879b-31cc75abdc98
Complete Claude Code Installation Guide for Windows | Claude
# Install Node.js from Ubuntu repository sudo apt install -y nodejs npm # Verify installation node --version npm --version # Configure npm global directory mkdir ~/.npm-global npm config set prefix '~/.npm-global' echo 'export PATH=~/.npm-g...