codex-image-transform-webapp
v1.0.1
Published
Local Codex-powered image transform web app.
Downloads
261
Readme
codex-image-transform-webapp
Local Codex-powered image transform web app.
Requirements
- Node.js 18 or newer
- Codex CLI installed and authenticated on the same machine
Run
npx codex-image-transform-webappThen open:
http://127.0.0.1:3737Configuration
$env:HOST = "127.0.0.1"
$env:PORT = "3737"
$env:CODEX_BIN = "codex.cmd"
npx codex-image-transform-webappOn Windows, the app automatically tries to resolve the installed Codex CLI JavaScript entrypoint when codex.cmd is present.
Notes
This package runs a local Node.js server. Image generation uses the locally installed Codex CLI and writes job files under the package runtime directory.
