Releases: labring/codex-gateway
Releases · labring/codex-gateway
v0.5.0
Changes
- Launch
codex app-serverwithsandbox_mode="danger-full-access"andapproval_policy="never"by default. - Auto-accept command execution and file change approval requests if they still surface, preferring
acceptForSessionwhen available. - Update the Web UI and documentation to describe the full-access gateway behavior.
Release assets
- codex-gateway-darwin-arm64.tar.gz
- codex-gateway-linux-amd64.tar.gz
- sha256 checksum files for both archives
Container image
- ghcr.io/labring/codex-gateway:latest
- ghcr.io/labring/codex-gateway:v0.5.0
Validation
- cargo fmt passed.
- cargo check passed.
- cargo build --release passed for Darwin arm64.
- Linux amd64 release binaries were built in Docker.
- GitHub Actions Container workflow passed for v0.5.0.
v0.4.0
Changes
- Add
POST /api/sessions/:id/turn/interruptto stop an in-flight Codex turn while preserving the session and thread. - Add a Web UI Stop button for active turns.
- Add API, architecture, integration, and app-server capability todo documentation.
Release assets
- codex-gateway-darwin-arm64.tar.gz
- codex-gateway-linux-amd64.tar.gz
- sha256 checksum files for both archives
Container image
- ghcr.io/labring/codex-gateway:latest
- ghcr.io/labring/codex-gateway:v0.4.0
Validation
- cargo fmt passed.
- cargo check passed.
- cargo build --release passed for Darwin arm64.
- Linux amd64 release binaries were built in Docker.
- GitHub Actions Container workflow passed for v0.4.0.
v0.3.0
Changes
- Add JWT secret auth support.
- Slim the release image and rename runtime environment variables with the CODEX_GATEWAY prefix.
- Migrate the gateway runtime to Rust.
- Publish GHCR image tags for v0.3.0, 0.3.0, 0.3, 0, and latest.
Release assets
- codex-gateway-darwin-arm64.tar.gz
- codex-gateway-linux-amd64.tar.gz
- sha256 checksum files for both archives
Container image
- ghcr.io/labring/codex-gateway:latest
- ghcr.io/labring/codex-gateway:v0.3.0
Validation
- cargo check passed.
- GitHub Actions Container workflow passed for v0.3.0.
- Release binaries were built for Darwin arm64 and Linux amd64.
Rust preview 2026-04-10
Rust preview build for commit 8d1d896 on April 10, 2026.
Assets:
codex-gateway-darwin-arm64.tar.gz: macOS arm64 Rust binary package forcodex-gatewaycodex-gateway-darwin-arm64.tar.gz.sha256: SHA-256 checksum for the archive
Notes:
- This package contains the Rust
codex-gatewaybinary, thecodex-gateway-clihelper, and thepublic/assets. - Target platform: macOS arm64 only.
- Runtime still requires the external
codexCLI to be installed or reachable viaCODEX_BIN. - Default port is
1317.
v0.2.0
What's Changed
- Unify codex-gateway naming by @Che-Zhu in #1
- [codex] Add GHCR container workflow by @Che-Zhu in #2
- [codex] Add API-key startup and base-url overrides by @Che-Zhu in #3
- [codex] Use custom provider without websockets by @Che-Zhu in #4
New Contributors
Full Changelog: https://github.com/Che-Zhu/codex-gateway/commits/v0.2.0