Releases: Krablante/codez
Releases · Krablante/codez
Codez v0.11.0
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.gzcodex-win-x64-v0.11.0-c439ecd.zipSHA256SUMS
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
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 SHA256SUMSInstall On Linux
tar -xzf codex-linux-x64-v0.1.0-7533585.tar.gz
cd codex-linux-x64-v0.1.0-7533585
./install.sh
codex --helpInstall 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 --helpCompatibility
- 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.