@pursuewind/cx
v0.0.0-dev
Published
Codex CLI is a coding agent from OpenAI that runs locally on your computer.
Readme
Quickstart
Installing and running CX CLI
CX CLI can be installed via npm:
# Install using npm
npm install -g @pursuewind/cxThen run cx to get started.
Each GitHub Release contains many executables, but in practice, you likely want one of these:
- macOS
- Apple Silicon/arm64:
cx-aarch64-apple-darwin.tar.gz - x86_64 (older Mac hardware):
cx-x86_64-apple-darwin.tar.gz
- Apple Silicon/arm64:
- Linux
- x86_64:
cx-x86_64-unknown-linux-musl.tar.gz - arm64:
cx-aarch64-unknown-linux-musl.tar.gz
- x86_64:
Each archive contains a single entry with the platform baked into the name (e.g., cx-x86_64-unknown-linux-musl), so you likely want to rename it to cx after extracting it.
Login
Run cx. On first startup, CX opens auth-center login, exchanges the identity for an ai-api runtime token, fetches the available model list, and selects the first GLM model by default.
Docs
This repository is licensed under the Apache-2.0 License.
