open-codex-uilisted
Install: claude install-skill Sube-py/awesome-skills
# Open Codex UI
Use the installed `open-codex-ui` CLI for application lifecycle, speech, and Cloudflare Tunnel
operations. Do not use the company-only etcd or `vc.cheftin.cn` route mapper.
## Install or Update
1. Check `open-codex-ui --version`.
2. If unavailable, install through the official package runner:
- Prefer `uvx open-codex-ui daemon install` on macOS, Linux, WSL, and Windows.
- Use `npx open-codex-ui daemon install` only when `uvx` is unavailable.
3. Use `open-codex-ui update` to update an existing persistent installation.
Do not clone or build the repository for a normal installation. The published wheel contains the
compiled frontend and requires Python 3.12+ through `uvx`.
## Enable the Daemon
Install the native login service for local-only use:
```bash
open-codex-ui daemon install
```
Check and operate it with:
```bash
open-codex-ui daemon status
open-codex-ui daemon start
open-codex-ui daemon stop
```
The service uses LaunchAgent on macOS, a user systemd service on Linux/WSL, and current-user Task
Scheduler on Windows. Runtime state and logs are under `~/.yier/web/`.
## Enable Speech Input
Install and verify the standard bilingual Chinese-English streaming Zipformer model:
```bash
open-codex-ui speech install
open-codex-ui speech status
```
Store models under `~/.yier/models` by default; activate the standard model at
`~/.yier/models/sherpa-onnx`. A valid model directory contains `tokens.txt`, `encoder*.onnx`,
`decoder*.onnx`, and `joiner*.o