Skip to content

Releases: Krablante/codez

Codez v0.11.0

18 May 19:48

Choose a tag to compare

Codez v0.11.0

This release publishes the current public Codez projection after the hook-economy
update.

Highlights:

  • App Server v2 hook economy notifications for plugin hook runs.
  • Hook trust/economy schema updates for Codez clients and SDKs.
  • Updated Python app-server SDK generated types.
  • Public documentation updates for the Codez/Teledex/RTK/Pitlane stack.

Release assets:

  • codex-linux-x64-v0.11.0-c439ecd.tar.gz
  • codex-win-x64-v0.11.0-c439ecd.zip
  • SHA256SUMS

Notes:

  • The public Codez release line is v0.11.0.
  • The bundled CLI still reports the inherited Rust workspace version
    codex-cli 0.130.0.
  • Verify downloaded assets with sha256sum -c SHA256SUMS.

Codez v0.1.0

17 May 12:34

Choose a tag to compare

Codez v0.1.0

First public Codez binary release for Linux x64 and Windows x64.

Codez is an independent public fork projection of OpenAI Codex. The command name remains codex for compatibility.

Downloads

  • Linux x64: codex-linux-x64-v0.1.0-7533585.tar.gz
  • Windows x64: codex-win-x64-v0.1.0-7533585.zip
  • Checksums: SHA256SUMS

Verify

sha256sum -c SHA256SUMS

Install On Linux

tar -xzf codex-linux-x64-v0.1.0-7533585.tar.gz
cd codex-linux-x64-v0.1.0-7533585
./install.sh
codex --help

Install On Windows

Expand-Archive .\codex-win-x64-v0.1.0-7533585.zip
cd .\codex-win-x64-v0.1.0-7533585\codex-win-x64-v0.1.0-7533585
powershell -ExecutionPolicy Bypass -File .\install.ps1
codex --help

Compatibility

  • Linux target: x86_64-unknown-linux-gnu
  • Windows target: x86_64-pc-windows-msvc
  • CLI version: codex-cli 0.130.0
  • Public source commit: 75335858583489ca214726b3a65b7714ec7a6a5f

This release does not publish npm, crates.io, or package-manager artifacts.