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?

Codex memo

Posted at

インストール案内

ソース:https://developers.openai.com/codex/cli/
スクリーンショット 2025-10-18 21.21.01.png

インストール実演

# インストールコマンド
$ npm install -g @openai/codex
added 1 package in 6s
npm notice
npm notice New major version of npm available! 10.8.2 -> 11.6.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.2
npm notice To update run: npm install -g npm@11.6.2
npm notice
$ 

# npm も新しいバージョンがあるようなので、ついでにアップデート
$ npm install -g npm@latest
   note: using Volta to install npm
success: installed and set npm@11.6.2 as default
$ 

動作確認

# 実行
$ codex

# 1を選んでサインインする
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?