กลับไปหน้า Tools

GetNotes Tools

OpenAI Codex

Tool นี้คืออะไร

Coding agent จาก OpenAI ใช้ได้ใน terminal, IDE และแอป ช่วยอ่านโปรเจกต์ แก้โค้ด รันคำสั่งและทดสอบงาน

ข้อมูลโปรเจกต์

ดาว

98.8K

Forks

14.7K

License

Apache-2.0

อัปเดต GitHub ล่าสุด

16 ก.ค. 2569

เพิ่มใน GetNotes

16 ก.ค. 2569

Repository

openai/codex

รูปแบบ

CLI / TerminalDesktop AppIDE Extension

เหมาะกับงาน

AutomationCoding AgentsTerminal Coding

เหมาะกับอาชีพ

Ecosystem

Rust

เอกสารโปรเจกต์

อ่านเอกสารต้นฉบับ

README วิธีติดตั้ง วิธีใช้งาน และข้อกำหนดจาก repository ต้นฉบับ

ดูไฟล์บน GitHub
Codex CLI splash

Quickstart

Installing and running Codex CLI

Run the following on Mac or Linux to install Codex CLI:

shell
curl -fsSL https://chatgpt.com/codex/install.sh | sh

Run the following on Windows to install Codex CLI:

shell
powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex"

The standalone installers download from https://releases.openai.com/codex by default and fall back to GitHub Releases if a metadata or asset download is unavailable. To force GitHub Releases, set CODEX_INSTALLER_USE_RELEASES_OPENAI_COM to false (0 and no are also accepted):

shell
curl -fsSL https://chatgpt.com/codex/install.sh | CODEX_INSTALLER_USE_RELEASES_OPENAI_COM=false sh
powershell
$env:CODEX_INSTALLER_USE_RELEASES_OPENAI_COM='false'; irm https://chatgpt.com/codex/install.ps1 | iex

Codex CLI can also be installed via the following package managers:

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

Then simply run codex to get started.

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.

#coding-agent#terminal#ide