typeduck-codex-web
typeduck-codex-web provides a local browser interface for Codex CLI sessions.
Install
Install the Codex CLI first, then install this web interface:
cargo install typeduck-codex-web
Start a session in the current directory:
typeduck-codex-web
The command uses codex from PATH to run its app-server. To use another executable:
typeduck-codex-web --codex-bin /path/to/codex
Run typeduck-codex-web --help for port, browser, working-directory, and configuration options.