Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 766 Bytes

File metadata and controls

21 lines (16 loc) · 766 Bytes

Getting Started with Codez

Codez is a public source projection of a Codex-compatible runtime. Packaged Codez releases are still a publication decision, so start from the source tree:

git clone https://github.com/Krablante/codez
cd codez/codex-rs
cargo build
cargo run --bin codex -- "explain this codebase to me"

For gateway integrations such as Teledex full mode, use App Server v2:

cargo run --bin codex -- app-server --listen stdio://

For full prerequisites, Rust toolchain setup, and verification commands, see Installing and Building Codez. For inherited upstream Codex CLI behavior, see the official Codex CLI feature documentation.