mini-opti-bridge
v0.1.2
Published
One-command Codex bridge bootstrap for the Mini Opti dashboard
Downloads
378
Maintainers
Readme
mini-opti-bridge
One-command bridge bootstrap for the Mini Opti Codex dashboard.
Usage
npx mini-opti-bridge@latest https://mini-opti.vercel.app <registrationKey>
pnpm dlx mini-opti-bridge@latest https://mini-opti.vercel.app <registrationKey>Optional named node:
npx mini-opti-bridge@latest https://mini-opti.vercel.app <registrationKey> my-node localCodex CLI
The bridge starts codex app-server locally.
- If
codexis already inPATH, nothing else is needed. - If it is installed elsewhere, set
MINI_OPTI_CODEX_BINto the full path ofcodex,codex.cmd, orcodex.exe. - On Windows, the bridge now launches Codex through
cmd.exe, so standard npm-installedcodexshims work without extra setup.
Windows example:
$env:MINI_OPTI_CODEX_BIN="C:\\Users\\you\\AppData\\Roaming\\npm\\codex.cmd"
npx mini-opti-bridge@latest https://mini-opti.vercel.app <registrationKey>