typeduck-codex-web 0.1.0

A browser interface for Codex CLI sessions
Documentation

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.