This folder contains Pinokio launcher scripts for the MLX Video UI.
- Clones the UI repo into
app/ - Installs backend Python deps and frontend Node deps
- Starts backend + frontend together with one click
install.js: clonemlx-video-UIintoapp/, clonemlx-videointomlx-video/, then install depsstart.js: start backend + frontend together (auto-picks free ports if defaults are taken)update.js:git pull+ reinstall depsreset.js: removeapp/andmlx-video/keys.js: optional Hugging Face / Civitai keys (stores secrets inENVIRONMENT.local)
- Frontend is started with
NEXT_PUBLIC_API_BASEpointing at the selected backend URL. start.jswriteslocal.urlso the Pinokio menu can open the UI automatically.- Optional tokens can be set via
keys.js. They are written toENVIRONMENT.local(untracked).