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