🌐
Claude
code.claude.com › docs › en › 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)
🌐
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.
🌐
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 - Before installation, ensure your environment aligns with Claude Codes system requirements. The CLI supports macOS (10.15+), Linux (Ubuntu 20.04+/Debian 10+, Alpine for native builds), and Windows 10+ (via WSL or Git Bash).
🌐
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 - Install Ubuntu 20.04+ or Debian 10+ through WSL, then follow the standard Linux installation process. Option 2: Native Windows with Git Bash This approach requires Git for Windows and additional configuration.
🌐
ClaudeLog
claudelog.com › home › install
Install Claude Code | ClaudeLog
Complete Claude Code installation guide: step-by-step setup for macOS, Windows & Linux, API configuration, model selection, and troubleshooting tips.
🌐
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

🌐
YouTube
youtube.com › shorts › f-mrDx3yTgY
How to Install Claude Code on a Fresh Linux Machine - YouTube
Learn how to set up Claude code on a fresh Ubuntu machine. This step-by-step guide walks through installing necessary tools like curl, Node.js, and NPM, then...
Published   July 17, 2025
🌐
GitHub
github.com › aaddrick › claude-desktop-debian
GitHub - aaddrick/claude-desktop-debian: Claude Desktop for Debian-based Linux distributions
sudo dpkg -i ./claude-desktop_VERSION_ARCHITECTURE.deb # If you encounter dependency issues: sudo apt --fix-broken install
Starred by 1.6K users
Forked by 253 users
Languages   Shell
🌐
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 - Want Anthropic's AI assistant right in your terminal? Learn how to install the Claude Code on Ubuntu Linux with npm - no more context switching between coding and AI tools!
Find elsewhere
🌐
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're a Linux user who wants to run Claude Desktop with powerful Model Context Protocol (MCP) (https://modelcontextprotocol.io/) tools, this guide will walk you through the entire process. We'll install Claude Desktop and set up the Desktop Commander MCP server, which allows Claude to interact with your desktop environment.This Linux-beginner-friendly guide is based on my…
🌐
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 - Run the following in your terminal: sudo apt install python3-venv python3 -m venv claude_env source claude_env/bin/activate · Claude Code typically interacts via APIs, often wrapped in Python client ...
🌐
phpFashion
phpfashion.com › en › how-to-install-claude-code-beginners-guide
How to Install Claude Code: A Beginner's Guide » phpFashion
This beginner's guide will walk you through installing Claude Code from scratch. Future articles will cover practical usage, but first we need to get the fundamentals working. Once you complete this tutorial, you'll be ready to start experimenting with Claude Code. Claude Code operates through the command line (also called terminal), meaning you interact with it by typing text commands rather than clicking buttons.
🌐
YouTube
youtube.com › watch
How to Install Claude Code (for beginners) - YouTube
Join Ai Foundations: https://www.skool.com/ai-foundationsIn today's guide I show you how to quickly install and use claude code for a total beginner. I'm usi...
Published   July 28, 2025
🌐
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 ... from the Ubuntu Software Centre by searching for snapd. Alternatively, snapd can be installed from the command line: ... Either log out and back in again, or restart your system, to ensure snap’s paths are ...
🌐
How to Use Linux
howtouselinux.com › home › installing claude code on linux: a easy guide
Installing Claude Code on Linux: A Easy Guide - howtouselinux
October 9, 2025 - # STEP 1: Install Node.js (if needed), configure npm mkdir -p ~/.npm-global npm config set prefix ~/.npm-global echo 'export PATH=$HOME/.npm-global/bin:$PATH' >> ~/.bashrc source ~/.bashrc # STEP 2: Install Claude Code npm install -g @anthropic-ai/claude-code # STEP 3: Verify claude doctor ...