Agent Media Tools · grok-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 grok-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=grok-webui

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