# WindowsでのCLIインストール

### **対応オペレーティングシステム**

* Windows 11以降
* Windows Server 2016以降

### 概要動画

Keeperコマンダーのインストールおよびログインの方法については、以下の動画をご覧ください。

{% embed url="<https://vimeo.com/817466747?share=copy>" %}
Keeperコマンダーのインストール
{% endembed %}

### 標準バイナリインストール (推奨) <a href="#typical-binary-installation-recommended" id="typical-binary-installation-recommended"></a>

:arrow\_down:[**GitHubからKeeper Commanderの.exeファイルをダウンロード**](https://github.com/Keeper-Security/Commander/releases)

コマンダーの最新ビルドは、コマンダーのGithubページの[リリースリンク](https://github.com/Keeper-Security/Commander/releases)からいつでも入手できます。

バイナリダウンロードのファイル名は以下のとおりです。\
\
`keeper-commander-windows-vX.XX.exe`

{% hint style="info" %}
Windowsインストールに関する注意事項

* ファイルのブロックを解除するには、実行プログラムを右クリックしてプロパティに移動しなくてはならない場合があります。
* コマンダーをインストールするには管理者権限が必要です。
* ウイルス対策によってファイルがブロックされる場合があります。必要に応じて、1回限りの例外処理でインストールしてください。
  {% endhint %}

### Python (PIP) でインストール

#### Python3でのセットアップ

<https://www.python.org/>から最新バージョンのPythonをダウンロードします。

{% hint style="info" %}
インストールの最初の画面で、PATHにpython.exeを含めるよう選択します
{% endhint %}

コマンドプロンプトを起動して、インストールされたバージョンを確認し、Pythonが正しくインストールされていることを確認します。

```
>pip3 --version
```

コマンドプロンプトかPowershellから、pip3を使用してKeeperコマンダーをインストールします。

```
pip3 install keepercommander
```

Keeperにログインして、Keeperコマンダーが正しくインストールされていることを確認します。

```
keeper shell
```

次の手順については、「[ログイン](https://docs.keeper.io/jp/keeperpam/commander-cli/commander-installation-setup/logging-in)」ページをご参照ください。

### アップグレード

アップデートは毎週リリースされています。以下のコマンドで、Keeperコマンダーを最新バージョンにアップデートできます。

```
pip3 install --upgrade keepercommander
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/jp/keeperpam/commander-cli/commander-installation-setup/installation-on-windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
