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?

Gemini CLIのインストール&利用

Posted at

公式リポジトリ↓
https://github.com/google-gemini/gemini-cli

1.前提

Prerequisites: Ensure you have Node.js version 20 or higher installed.

Nodeバージョン確認コマンド

node -v   # → v20.18.1
npm -v    # → 対応するnpmバージョン

上記コマンドで20以上のバージョンであればOK。

2.インストールコマンド

恒久的な利用

npm install -g @google/gemini-cli

一時的な利用の場合

npx https://github.com/google-gemini/gemini-cli

3.起動コマンド

gemini

無事に以下の画面が出ればOK。

スクリーンショット 2025-08-13 14.49.59.png

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?