codex

由 OpenAI 推出的一款运行在你的终端中的轻量级编程智能体。

Tools 工具包版本 · vrust-v0.147.0更新 · 2026-08-17可下载

本栏目工具为作者主观推荐,仅供参考。

资源概览

  • 分类Tools 工具包
  • 版本vrust-v0.147.0
  • 状态可下载
  • 更新2026-08-17
  • 标签效率 · 开发者工具

核心能力

  1. 01Quickstart
  2. 02macOS
  3. 03Apple Silicon/arm64: `codex-aarch64-apple-darwin.tar.gz`
  4. 04x86_64 (older Mac hardware): `codex-x86_64-apple-darwin.tar.gz`
  5. 05Linux
  6. 06x86_64: `codex-x86_64-unknown-linux-musl.tar.gz`
  7. 07arm64: `codex-aarch64-unknown-linux-musl.tar.gz`
  8. 08Using Codex with your ChatGPT plan

安装步骤

  1. 1
    curl -fsSL https://chatgpt.com/codex/install.sh | sh
  2. 2
    powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex"
    curl -fsSL https://chatgpt.com/codex/install.sh | CODEX_INSTALLER_USE_RELEASES_OPENAI_COM=false sh
  3. 3
    $env:CODEX_INSTALLER_USE_RELEASES_OPENAI_COM='false'; irm https://chatgpt.com/codex/install.ps1 | iex
  4. 4
    # Install using npm
    npm install -g @openai/codex
  5. 5
    # Install using Homebrew
    brew install --cask codex

工具演示样本

guage-lab / tool-codex

codex

CLI 命令行

macOS · Windows · Linux

vrust-v0.147.0

补充说明

<p align="center"><strong>Codex CLI</strong> 是 OpenAI 推出的一款运行在本地计算机上的 coding agent。

<p align="center">

<img src="https://github.com/openai/codex/blob/main/.github/codex-cli-splash.png" alt="Codex CLI 启动画面" width="80%" />

</p>

</br>

如果你希望在代码编辑器(VS Code、Cursor、Windsurf)中使用 Codex,请<a href="https://developers.openai.com/codex/ide">在 IDE 中安装。</a>

</br>如果你希望使用桌面应用体验,可以运行 <code>codex app</code>,或者访问 <a href="https://chatgpt.com/codex?app-landing-page=true">Codex App 页面</a>。

</br>如果你正在寻找 OpenAI 提供的<em>云端 coding agent</em>——<strong>Codex Web</strong>,请访问 <a href="https://chatgpt.com/codex">chatgpt.com/codex</a>。</p>


快速开始

安装并运行 Codex CLI

在 Mac 或 Linux 上运行以下命令安装 Codex CLI: