AI Agent Hub
AI エージェント / プラグイン情報メディア
← 一覧へ
Codex IDE Extension
CODEX

Codex IDE Extension

Codex IDE Extension

VS Code / JetBrains 向け Codex 拡張。エディタ内で Codex エージェントとペアプロし、差分プレビュー・タスク並列実行をサポート。

原文: Lightweight coding agent that runs in your terminal
#IDE#VS Code#公式
REPO STATS

リポジトリ統計

⭐ Stars
80.6k
🍴 Forks
11.6k
⚠️ Open Issues
3878
🌿 Language
Rust
📄 License
Apache-2.0
🕒 最終更新
2026.05.07 (今日)
📅 公開日
2025.04.13
🌿 Branch
main
README

ドキュメント

— AI による自動翻訳 (2026.05.07 更新)

npm i -g @openai/codex
または brew install --cask codex

Codex CLI は OpenAI によるコーディングエージェントで、お使いのコンピューター上でローカルに実行されます。

Codex CLI splash


コードエディター(VS Code、Cursor、Windsurf)で Codex を使いたい場合は、IDE にインストールしてください。
デスクトップアプリケーション体験をお望みでしたら、codex app を実行するか、Codex App ページにアクセスしてください。
OpenAI のクラウドベースエージェントである Codex Web をお探しの場合は、chatgpt.com/codex にアクセスしてください。


クイックスタート

Codex CLI のインストールと実行

お好みのパッケージマネージャーを使ってグローバルにインストールしてください:

# npm を使用してインストール
npm install -g @openai/codex
# Homebrew を使用してインストール
brew install --cask codex

その後、単純に codex を実行して開始してください。

また、最新の GitHub Release にアクセスして、プラットフォーム用の適切なバイナリをダウンロードすることもできます。

各 GitHub Release には多くの実行ファイルが含まれていますが、実際には、以下のいずれかが必要な場合がほとんどです:

  • macOS
    • Apple Silicon/arm64: codex-aarch64-apple-darwin.tar.gz
    • x86_64(旧型 Mac ハードウェア): codex-x86_64-apple-darwin.tar.gz
  • Linux
    • x86_64: codex-x86_64-unknown-linux-musl.tar.gz
    • arm64: codex-aarch64-unknown-linux-musl.tar.gz

各アーカイブには、名前にプラットフォームが組み込まれた単一のエントリが含まれています(例:codex-x86_64-unknown-linux-musl)。抽出後に codex に名前を変更することをお勧めします。

ChatGPT プランで Codex を使用する

codex を実行して、ChatGPT でサインインを選択してください。Plus、Pro、Business、Edu、または Enterprise プランの一部として Codex を使用するため、ChatGPT アカウントにサインインすることをお勧めします。ChatGPT プランに含まれているものの詳細をご確認ください

また、API キーを使用して Codex を使用することもできますが、これには追加のセットアップが必要です。

ドキュメント

このリポジトリは Apache-2.0 ライセンスの下でライセンスされています。

— GitHub から取得した原文(一部省略の場合あり)

npm i -g @openai/codex
or brew install --cask codex

Codex CLI is a coding agent from OpenAI that runs locally on your computer.

Codex CLI splash


If you want Codex in your code editor (VS Code, Cursor, Windsurf), install in your IDE.
If you want the desktop app experience, run codex app or visit the Codex App page.
If you are looking for the cloud-based agent from OpenAI, Codex Web, go to chatgpt.com/codex.


Quickstart

Installing and running Codex CLI

Install globally with your preferred package manager:

# Install using npm
npm install -g @openai/codex
# Install using Homebrew
brew install --cask codex

Then simply run codex to get started.

You can also go to the latest GitHub Release and download the appropriate binary for your platform.

Each GitHub Release contains many executables, but in practice, you likely want one of these:

  • macOS
    • Apple Silicon/arm64: codex-aarch64-apple-darwin.tar.gz
    • x86_64 (older Mac hardware): codex-x86_64-apple-darwin.tar.gz
  • Linux
    • x86_64: codex-x86_64-unknown-linux-musl.tar.gz
    • arm64: codex-aarch64-unknown-linux-musl.tar.gz

Each archive contains a single entry with the platform baked into the name (e.g., codex-x86_64-unknown-linux-musl), so you likely want to rename it to codex after extracting it.

Using Codex with your ChatGPT plan

Run codex and select Sign in with ChatGPT. We recommend signing into your ChatGPT account to use Codex as part of your Plus, Pro, Business, Edu, or Enterprise plan. Learn more about what's included in your ChatGPT plan.

You can also use Codex with an API key, but this requires additional setup.

Docs

This repository is licensed under the Apache-2.0 License.

RELATED

同じカテゴリの他のツール