#インストール articles
18 articles
-
Claude Code
npx claude code は正しい?公式コマンドと安全な導入方法
「npx claude code」と入力しても動かない理由を、npxの仕組みとClaude Codeの正式なパッケージ名から整理。公式推奨のネイティブ導入、npm経由の手順、npxで試す場合の正しい書き方、Node.js要件、エラー対処まで初心者にもわかりやすく解説します。
-
Claude
0x80073cf6 claudeの原因と対処 Windowsインストール失敗
0x80073cf6 claudeがWindowsでインストールや更新に失敗する原因を、MSIX登録、CoworkVMService、保存先ドライブの設定から整理します。確認手順、PowerShellとイベントログの見方、再インストール前の注意点をまとめ、復旧の流れを解説します。
-
Claude Code
Claude Code を yum/dnf で入れる|公式RPMリポジトリ設定
「yum install claude code」で見つからないのは公式RPMリポジトリの設定が前提だから。RHEL・CentOS Stream・Rocky・AlmaLinux・Fedora で /etc/yum.repos.d に署名済みリポジトリを追加し dnf(yum)で導入する手順を、公式ドキュメントベースで整理します。
-
Claude
Claude のダウンロード方法|Web・スマホ・PC 版の入手手順
Claude はどこから入手するのが正解か迷う人向けに、Web 版(ダウンロード不要)・デスクトップアプリ(Mac/Windows/Linux)・スマホアプリ・CLI の 4 経路を、公式ダウンロードページの手順と動作環境つきで整理します。
-
Claude Code
Node.js は Claude Code に必要か|18以上とネイティブ版
「node js claude code」で調べる人向けに、Claude Code に Node.js が必要かを整理。npm 版は Node.js 18 以上が前提、推奨のネイティブ版なら Node.js は不要という違いを、バージョン確認と導入手順つきで公式情報ベースに解説する。
-
Claude Code
Claude Code ネイティブインストール|npmから移行と自動更新
Claude Code のネイティブインストールを解説。Node.js に依存しない公式推奨方式の導入コマンドを OS 別に整理し、npm グローバルからの移行、~/.local/bin での確認、自動更新チャンネル、アンインストールまで Anthropic 公式情報ベースでまとめます。
-
Claude Code
Claude Code の使い方|導入から初回コミットまで手順解説
Claude Code を初めて使う開発者向けに、インストール・ログインから最初の質問・コード修正・Git コミットまでの操作手順を解説。ネイティブインストールの curl コマンド、claude や -p などの CLI、/help・/clear・/login のスラッシュコマンド、成果を出すプロンプトのコツまで実際の例で整理します。
-
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.