#インストール articles
11 articles
-
Claude Code
Claude を Ubuntu にインストール|apt と公式手順の使い分け
Ubuntu に Claude Code を導入する手順を、公式ネイティブインストーラ・apt 署名リポジトリ・npm の三系統で整理。Ubuntu 20.04+ の動作要件、Node.js が古いつまずき、claude doctor での確認、自動更新の有無まで Anthropic 公式情報ベースで解説します。
-
Claude Code
npm install で迷うClaude系4パッケージ|用途別の選び方
「npm install anthropic ai claude code」で何を入れるべきか迷う開発者向けに、Claude Code CLI・公式SDK・Vercel AI SDKプロバイダ・Agent SDKの4パッケージを用途別に整理し、正しいインストールコマンドと最小コードを公式情報ベースで解説する。
-
Claude Code
How to Use Claude Terminal | CLI Introduction for Mac, Windows & Linux
-
Claude Code
Installing Claude Code on Linux Mint | apt and the Official Installer
A guide to installing Claude Code on Linux Mint, covering three methods: the official native installer, the apt signed repository, and npm. Explains whether Mint 22.x/21.x/LMDE meets the requirements, the Node.js version pitfall, and how to verify your setup with claude doctor — all based on official Anthropic documentation.
-
Claude Code
SuperClaude Tutorial | How to Install and Use the Claude Code Enhancement Framework
SuperClaude is an open-source configuration framework that adds slash commands and specialized agents to Claude Code. This guide walks you through installation to running your first command, following the official documentation.
-
Claude
How to Install Claude on Mac | Choosing Between the App, App Store, and CLI
A comprehensive guide to installing Claude on Mac via three routes: the desktop app (.dmg), the App Store, and Claude Code (CLI). Covers compatible macOS versions, Apple Silicon requirements, Gatekeeper permission issues, how to choose based on your use case, and the fastest setup steps — all based on official Anthropic documentation.
-
Claude
Using Claude on Windows and Mac | Differences, Setup, and Cowork Requirements
A comprehensive comparison of Claude Desktop on Windows and Mac. Covers supported OS versions, installation methods (.exe / .dmg), launch shortcuts, and Cowork system requirements (Apple Silicon required / Hyper-V required), all based on official Anthropic information.
-
Claude Code
Installing Claude on Arch Linux | Using AUR and the Official Installer
A guide to installing Claude Code on Arch Linux via three methods: the official native installer, npm, and AUR. Since Anthropic does not provide a pacman repository, this article covers the best options for Arch users, including the quickest commands and key considerations.
-
Claude Code
Installing Claude via npm | Avoiding sudo and Updating with @latest
A guide for Node.js developers who want to install Claude Code via npm — covering prerequisites for npm install -g @anthropic-ai/claude-code, why you should avoid sudo, updating with @latest, resolving 'Native binary not found', and WSL pitfalls, based on official Anthropic documentation.
-
Claude Code
Installing Claude CLI | Common Steps for macOS, Windows, and Linux
For anyone looking to install Claude Code (claude CLI) across operating systems, this guide covers installation paths for macOS / Windows / Linux / WSL, when to use Homebrew, WinGet, apt, or npm, first-time authentication, claude doctor diagnostics, and PATH troubleshooting — all based on official Anthropic documentation.
-
Claude
How to Use Claude on Linux | Complete Guide from .deb to Official CLI
Two ways to use Claude on Linux: the official CLI and an unofficial GUI. The official CLI via npm works on all distros with a Pro or higher plan, and the unofficial claude-desktop-debian supports .deb/.rpm/AUR/Nix. Includes the April 2026 APT URL migration.