Codex Auth:一个纯本地的命令行工具,切换管理多个 Codex 账号
- 内容介绍
- 文章标签
- 相关推荐
来自博客原文:Codex Auth:一个纯本地的命令行工具,切换管理多个 Codex 账号
GitHub:GitHub - Loongphy/codex-auth: A local-only CLI tool to switch and manage Codex accounts · GitHub
command list1600×741 118 KB
npm(推荐,跨平台):
npm install -g @loongphy/codex-auth
Linux / macOS / WSL2:
curl -fsSL https://raw.githubusercontent.com/loongphy/codex-auth/main/scripts/install.sh | bash
Windows(PowerShell):
irm https://raw.githubusercontent.com/loongphy/codex-auth/main/scripts/install.ps1 | iex
为什么需要多账号管理?
我相信很多使用 OpenAI Codex 的朋友都遇到过同样的问题——一个账号的额度根本不够用。
Codex 对每个账号有着严格的速率限制:5 小时窗口期内的使用上限、每周的使用上限。当你正在高强度编码、让 Codex 帮你重构项目、跑测试、写文档的时候,额度一不留神就见底了。
怎么办?很多人的做法是:购买多个 Plus 或 Team 账号,轮流切换着用。
来自博客原文:Codex Auth:一个纯本地的命令行工具,切换管理多个 Codex 账号
GitHub:GitHub - Loongphy/codex-auth: A local-only CLI tool to switch and manage Codex accounts · GitHub
command list1600×741 118 KB
npm(推荐,跨平台):
npm install -g @loongphy/codex-auth
Linux / macOS / WSL2:
curl -fsSL https://raw.githubusercontent.com/loongphy/codex-auth/main/scripts/install.sh | bash
Windows(PowerShell):
irm https://raw.githubusercontent.com/loongphy/codex-auth/main/scripts/install.ps1 | iex
为什么需要多账号管理?
我相信很多使用 OpenAI Codex 的朋友都遇到过同样的问题——一个账号的额度根本不够用。
Codex 对每个账号有着严格的速率限制:5 小时窗口期内的使用上限、每周的使用上限。当你正在高强度编码、让 Codex 帮你重构项目、跑测试、写文档的时候,额度一不留神就见底了。
怎么办?很多人的做法是:购买多个 Plus 或 Team 账号,轮流切换着用。

