0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Windows版 Claude Desktop 内蔵 Claude Code の本当のバージョン確認方法

0
Last updated at Posted at 2026-07-14

Claude CLI は毎日のようにバージョンアップしていますが、Claude Desktop アプリに内蔵されている Claude Code は、それとは別管理・別更新です。※PATH の CLI と版が食い違うことがあり、一致していても偶然。

Desktop アプリで利用される Claude Code の「本当のバージョン」を簡単に調べる方法を、備忘録的に書いておきます。


Get-Process claude | Select-Object -Expand Path -Unique

# 上の[  ]がアプリのバージョン、下の[  ]がエンジンのバージョン
*****\Claude_[1.20186.9.0]_x64__*****\claude.exe
*****\AppData\Roaming\Claude\claude-code\[2.1.209]\claude.exe

なお、以下で分かるのは PATH に入っている単体 CLI のバージョンであって、Desktop アプリが動かしている Claude Code のバージョンとは限りません。要注意。

claude --version
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?