codexctl
v0.10.0
Published
Codex Controller - Full control plane for Codex CLI
Downloads
4,257
Maintainers
Readme
Codex Controller (codexctl)
Codex Controller for Codex CLI. The first end-to-end slice is profile management, switching, usage visibility, and concurrent terminal workflows.
Installation
npm install -g codexctlOr use npx (no install):
npx codexctl --helpQuick Start
# Save your current CLI profile
codexctl save work
codexctl save personal
# Switch between profiles
codexctl load work
# List all profiles
codexctl listFeatures
- Optional encryption for sensitive auth data
- Fast profile switching
- Usage visibility across saved Codex profiles
- Export to use profiles concurrently in different terminals
Binary Package
This npm package downloads pre-built binaries from GitHub Releases on install.
Supported platforms:
- Linux (x86_64, arm64)
- macOS (x86_64, arm64)
- Windows (x86_64)
License
MIT
