Chat with ChatGPT from your terminal.
Public status on March 20, 2026:
- npm package is published
- GitHub release assets are published
Install with any supported package manager:
npm i -g @dhruv2mars/codexchatbun install -g @dhruv2mars/codexchatFirst run downloads the native codexchat binary and pinned codex bridge into ~/.codexchat/bin/.
Release assets come from GitHub Releases for your platform.
Auth runs through the official codex app-server bridge and ChatGPT sign-in.
The app stores local config and thread history only.
For local dev, use the repo directly:
bun install
cargo run -p codexchat-cli --Supported release binaries:
darwin-arm64darwin-x64linux-arm64linux-x64win32-arm64win32-x64
codexchatOne-shot prompt:
codexchat chat "indian capital city?"Model list:
codexchat modelsManual upgrade:
codexchat updateThe updater prefers the original install manager when possible.
codexchat auth login
codexchat auth status
codexchat auth logoutEntersendShift+EnternewlineTab/Shift+Tabmove focusCtrl+KmodelsCtrl+JthreadsCtrl+McomposerCtrl+Nnew chatCtrl+LlogoutEscstop stream or clear searchqquit
- no postinstall is required
- first run bootstraps the native binary and pinned
codexbridge - this keeps Bun global installs usable even when script trust is locked down