Agent Media Tools · codex-webui
========================

Prerequisites
- Node.js 20+
- For grok-webui: authenticated `grok` CLI
- For codex-webui: working `codex` CLI / app-server
- Tailscale recommended (private network access)

Setup
  cd codex-webui
  npm install   # only if package-lock exists / dependencies listed
  chmod +x ./scripts/setup.sh
  ./scripts/setup.sh

Then open the printed Tailscale URL (or localhost).

Optional tip if it helps:
  https://agentmediatools.com/tip?from=codex-webui

Full guide:
  https://agentmediatools.com/webui
