@arcstrum/cx
v1.0.0
Published
Ultra-light multi-account launcher for OpenAI Codex
Readme
@arcstrum/cx
Ultra-light multi-account launcher for OpenAI Codex.
Install
npm i -g @openai/codex # ensure codex is on PATH
npm i -g @arcstrum/cxCommands
cx # pick account with ↑/↓, Enter
cx add # add a new account
cx remove # remove an account
cx removeall # remove all accounts
cx rename # rename an accountHow it works
- Stores per-account state under
~/.cx/accounts/<name> - Launches the official
codexbinary withCODEX_HOMEset to that directory - No external deps; custom arrow-key TUI implemented with readline in raw mode
- First launch per account requires browser OAuth sign-in
Platform Support
- macOS/Linux: Native support
- Windows: Node +
codex.cmdsupported, or use WSL
