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?

【2025年06月版】Pixel (android) で Claude Code をインストールする方法

Posted at

はじめに

Claude Code を Pixel(android) 上で使いたい。。。

そうだ、UserLAnd で動かしてみよう

╭──────────────────────────╮
│ ✻ Welcome to Claude Code │
╰──────────────────────────╯

  ██████╗██╗      █████╗ ██╗   ██╗██████╗ ███████╗
 ██╔════╝██║     ██╔══██╗██║   ██║██╔══██╗██╔════╝
 ██║     ██║     ███████║██║   ██║██║  ██║█████╗  
 ██║     ██║     ██╔══██║██║   ██║██║  ██║██╔══╝  
 ╚██████╗███████╗██║  ██║╚██████╔╝██████╔╝███████╗
  ╚═════╝╚══════╝╚═╝  ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝
  ██████╗ ██████╗ ██████╗ ███████╗                
 ██╔════╝██╔═══██╗██╔══██╗██╔════╝                
 ██║     ██║   ██║██║  ██║█████╗                  
 ██║     ██║   ██║██║  ██║██╔══╝                  
 ╚██████╗╚██████╔╝██████╔╝███████╗                
  ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝


 Browser didn't open? Use the url below to sign in:

https://claude.ai/oauth/authorize?code=true&client_id=

 Paste code here if prompted >

手順

  • UserLAnd のインストール、Ubuntu のインストール、node.jsとnpm のインストール
  • Claude Code のインストール
  • Claude Code のログイン

UserLAnd のインストール、Ubuntu のインストール、node.jsとnpm のインストール

Claude Code のインストール

npm install -g @anthropic-ai/claude-code

Claude Code のログイン

Claude Code を起動する。

claude

ログインをすすめる

認証用のURLが表示される。
選択コピーする。

 Browser didn't open? Use the url below to sign in:

https://claude.ai/oauth/authorize?code=true&client_id=

 Paste code here if prompted >

PixelのChromeブラウザ等で開いてログインする。

image.png

ログインすると認証コードが表示されるのでコピーして、Claude Code に入力する。

image.png

コードを入力すると Claude Code が起動する

image.png

さいごに

かんたんでしたね

同じように Gemini CLI もインストールできるので、カスタムコマンドで Pixel 上で Claude Code x Gemini CLI による並行作業もできます。

リンク

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?