Codex Mac使用指南 --知识铺
Codex Mac 使用指南 (一) 安装 Node.js 环境 Codex 需要 Node.js 环境才能运行(版本要求 ≥18)。 macOS 安装方法 方法一:使用 Homebrew(推荐) 如果你已经安装了 Homebrew,使用它安装 Node.js 会更方便: bash # 更新 Homebrew brew update # 安装 Node.js brew install node 方法二:官网下载 访问 https://nodejs.org/ 下载适合 macOS 的 LTS 版本 打开下载的 .pkg 文件 按照安装程序指引完成安装 macOS……