# typeduck-codex-web
`typeduck-codex-web` is a standalone Codex runtime with a browser interface. It
includes the app server, so it does not require another `codex` executable.
## Install
```console
cargo install typeduck-codex-web
```
Start the user daemon and open its project dashboard:
```console
typeduck-codex-web
```
The dashboard discovers recent projects and sessions from your Codex history. Use
the directory picker to start work anywhere the daemon account can access, or open
a specific directory directly:
```console
typeduck-codex-web -C /path/to/project
```
On startup the command prints a private bootstrap URL. Opening it establishes an
HTTP-only browser session scoped to an unguessable server path; the persistent
secret remains in `CODEX_HOME`. Use `--reset-token` to revoke existing browser
sessions.
Run `typeduck-codex-web --help` for port, browser, working-directory, and
configuration options.