Skip to content

Releases: labring/codex-gateway

v0.5.0

15 Apr 09:00

Choose a tag to compare

Changes

  • Launch codex app-server with sandbox_mode="danger-full-access" and approval_policy="never" by default.
  • Auto-accept command execution and file change approval requests if they still surface, preferring acceptForSession when 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

15 Apr 03:59

Choose a tag to compare

Changes

  • Add POST /api/sessions/:id/turn/interrupt to 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

13 Apr 08:21

Choose a tag to compare

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

10 Apr 08:10

Choose a tag to compare

Pre-release

Rust preview build for commit 8d1d896 on April 10, 2026.

Assets:

  • codex-gateway-darwin-arm64.tar.gz: macOS arm64 Rust binary package for codex-gateway
  • codex-gateway-darwin-arm64.tar.gz.sha256: SHA-256 checksum for the archive

Notes:

  • This package contains the Rust codex-gateway binary, the codex-gateway-cli helper, and the public/ assets.
  • Target platform: macOS arm64 only.
  • Runtime still requires the external codex CLI to be installed or reachable via CODEX_BIN.
  • Default port is 1317.

v0.2.0

09 Apr 13:50
ec728a4

Choose a tag to compare

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