The public edition does not include the commercial product's owner-only features:
- Discord Clip Room bot and delivery (the Discord status UI, "Send to Discord" action,
/discord/*API client surface, andapi.clipRoom.delivermethod are not present in this edition). The public Clip Room also omits the backendPOST /clip-room/candidates/{id}/sendroute and the correspondingsendaction in the frontendapi.clipRoom.actionsurface; the underlyingsend_to_discordstate-machine transition remains as a local no-op throughNullDiscordGatewayfor source parity. - Twitch sync and credentials (the
/twitch/*API client surface, including status, credentials, and sync methods, is not present in this edition). - Publishing to Instagram, TikTok, or YouTube (the publishing UI, account management, queue, and
/publish/*API client surface are not present in this edition). - Cloud tester gateway (the LLM judge is opt-in via
CLIPPER_GATEWAY_URLonly). - Creator OS surfaces: Director chat, Memory UI, Stream Studio, Research Desk, Idea Bank.
- Release packaging, code signing, and installer machinery.
The following were not run during preparation of this public edition:
tauri build(Rust desktop bundle).- Windows installer / NSIS / MSI creation.
- Clean-machine acceptance testing on a fresh OS install.
- Live cloud gateway tests (no
CLIPPER_GATEWAY_URLwas configured). - End-to-end processing of a real multi-hour VOD in this verification pass.
mediapiperequires Python 3.12 at the time of writing and has no published wheels for Python 3.13/3.14.- The verification environment used Python 3.14.6.
- The following heavy ML/audio packages were not installed there:
torch,mediapipe,resemblyzer,sounddevice,opencv-python. - The test suite passes without them because modules degrade gracefully and tests mock the heavy paths.
- For full runtime features (face detection, speaker ID, quality classifier training) install Python 3.12 and the packages listed in
requirements.txt.
- The faster-whisper model downloads from HuggingFace on first use.
- Face/scene models auto-download from public sources when their dependencies are installed.
- The sound FX library is empty in this edition; no redistributable audio assets are included.
- Tauri icons are not committed. Run
frontend/generate_icons.pyfrom a source icon beforetauri build.
npm auditreports 4 vulnerabilities in upstream dependencies (1 low, 3 high) as of the verification run. These were not introduced by this edition's code.- See
docs/PRIVACY_AND_SECURITY.mdfor the local-API guard details.
- Cloudflare quick-tunnel file sharing (
modules/tunnel_publish.py) is not included in this edition; when a rendered clip exceeds the attachment limit, delivery logs a local notice instead of exposing a public URL.
No license has been chosen yet; all rights reserved pending an owner decision. Do not use, distribute, or create derivative works without explicit permission from the owner.