Open vCut → Help → Ask assistant for instant answers about tools and workflows.
FAQ
Tap a question. Use search above to filter.
Does my video leave my computer?
No for editing and export. Processing runs on your Mac, Windows PC, or local engine. This website only handles accounts, downloads, and help — not your footage.
How do I get help inside the app?
Open Help (or the floating Help button). Ask assistant answers tool questions instantly. After you sign in, switch to Support to chat with a person.
Why can’t I export as a guest?
Without signing in you can upload, preview, and cut. Sign in for Free exports (daily limits) or extra tools on your plan. See Plans & limits.
Overview stays red / not green?
Start the Mac or Windows app (or your local engine), then tap Check again on Overview. Green means the hub is ready to open.
Mac says Not Opened / Move to Bin — and Open Anyway is missing?
That’s normal on macOS Sequoia+. Open Anyway often never shows, and downloading a .command fix is blocked the same way. Do not use Move to Bin.
Only reliable fix — secure Terminal installer:
- Open Mac install / upgrade while signed in.
- Copy the generated secure command, paste it into Terminal, and press Return.
If the app is already in Applications, this also works:
xattr -cr /Applications/vCut.app && open /Applications/vCut.app
Mac says Apple can’t check the app for malware?
Same fix — open Mac install / upgrade, copy the secure command, and run it in Terminal.
Windows: “vCut cannot be closed” during install (nothing in taskbar)?
Often a false alarm — the installer matched its own name. Use the 2.74.1+ Setup (footer shows the version). If an older Setup is stuck:
- Click Cancel, then run Fix-vCut-Windows.cmd.
- In Task Manager → Details, End task on any vCut.exe (ignore Setup if you already cancelled).
- Delete old
vCut-Setup.exedownloads, get a fresh one from Download, wait for the full ~80 MB file, then install — confirm the footer says 2.74.1.
Windows: can’t uninstall — “Installer integrity check has failed”?
The old uninstaller file is damaged (often from an incomplete download earlier). Use the cleanup script, then install fresh:
- Download Fix-vCut-Windows.cmd and run it (Right-click → Run as administrator if it asks).
- Or manually: Task Manager → End vCut → delete folders
%LOCALAPPDATA%\Programs\vCutand%LOCALAPPDATA%\Programs\vcut-desktop. - Then Download the latest Windows installer and wait until the full ~80 MB file finishes before opening it.
Windows: “spawn node ENOENT” / JavaScript error in main process?
That was a bug in older builds that expected Node.js on the PC. Download the latest Windows installer from Download, uninstall the old vCut if present, install again, then launch.
Windows says Setup.exe is corrupted / unreadable?
Usually the browser saved an incomplete or wrong file (a tiny HTML leftover named .exe). Fix:
- Delete the bad vCut-Setup.exe from Downloads.
- Open Download → Recommended → wait on the progress page until the real ~80 MB file finishes.
- Run the new installer. If it still fails, try Chrome/Edge and Retry once.
Mac DMG won’t open / looks incomplete?
Same as Windows: wait for the assemble page to finish (~90 MB). Delete any tiny/broken DMG and download again from Download.
Windows installer needs anything else?
Most PCs already have WebView2. If the window is blank, install the free WebView2 Runtime.
Can I edit fully on my phone alone?
You can use the phone UI. For now, a computer on the same Wi‑Fi still runs the heavy export. Open the hub address from Overview / Download instructions on your phone.
What are Free plan limits?
Signed in on Free: core tools + export up to 8 minutes per clip and 5 exports per day. Extra Smart/AI tools unlock with a licensed plan.
I don’t want / can’t use the Mac or Windows app?
Use Advanced install: install Docker Desktop, then run the one-line command from Download → Advanced. You do not need to download any .tar.gz yourself.
How it works
- This site — Overview, Download, Sign in, and Help. No video processing here.
- Install the app — Mac or Windows (recommended), or a local engine if you already use one.
- Green check — Overview finds your engine → Open hub.
- Edit in the hub — Pick a tool → add a clip → adjust → export to Result.
- Account — Sign in for Free exports or plan tools. Files stay on your machine.
Devices
Web hub
Same editor in your browser once the local engine is running. Best after you’ve installed the app.
Mac
Desktop app starts the engine and opens the hub. Prefer the Apple Silicon build when offered.
Windows
Setup installer → same hub as Mac. Engine runs locally after launch.
Phone
Add to Home Screen for a quick UI. Heavy export still uses a computer on the same Wi‑Fi for now.
Plans & limits
| State | You can | Limits |
|---|---|---|
| Guest | Upload, preview, cut | No export |
| Free (signed in) | Core tools + export | 8 min / clip · 5 exports / day |
| Licensed | Extra tools on your plan | Only off-plan tools stay locked |
| Offline | Soft Free behaviour | Reconnect for full plan tools |
Install guides
Pick your device below. Everyday users only need the Mac or Windows app — then Overview turns green and you open the hub.
Most people only need Mac or Windows. Use Advanced only if you prefer Docker or don’t have a desktop installer.
Privacy
- Your media stays on your disk while you edit and export.
- Optional Google Drive only downloads files into the local engine — no cloud encode.
- Your account stores sign-in and plan info — not your video files.
Tools
Everything lives in one hub. Groups below match the categories in the editor. Tap a card to open it in the carousel — or tap (i) on any tool in the app for a short tip.
Ops overview Developer
You are signed in as a developer admin (tool owner). End users never see this block. Use it for control plane, releases, Docker, and support ops.
- Cloud admin — users, licenses, per-tool entitlements, support inbox
- Gate = Pages (marketing + APIs). Encode always stays on the user’s machine.
- Soft tiers: Guest (cut only) → Free (limits) → Licensed (EB tools)
Control plane Developer
Source of truth for accounts and tool grants. Lives on the gate (Pages Functions + D1) or local embed for UAT.
Local UAT (embed)
VCUT_CONTROL_EMBED=on CONTROL_JWT_SECRET=dev-control-secret-change-me ADMIN_BOOTSTRAP_USER=admin ADMIN_BOOTSTRAP_PASS=admin123
Production agent
VCUT_CONTROL_EMBED=off VCUT_CONTROL_URL=https://vcut-uat.pages.dev
Pages secrets: CONTROL_JWT_SECRET, ADMIN_BOOTSTRAP_USER, ADMIN_BOOTSTRAP_PASS. D1 migrations under migrations/. Full notes: repo docs/CONTROL-PLANE.md.
| Code | Meaning |
|---|---|
ERROR_EXPORT_LOGIN | Guest tried to export / non-guest tool |
ERROR_EXPORT_LIMIT | Free clip longer than 8 minutes |
ERROR_EXPORT_DAILY | Free daily export cap hit |
ERROR_OFFLINE | Control unreachable (soft Free if session existed) |
ERROR_LICENSE | License denied / revoked |
Cloud admin Developer
Open /admin/ with the bootstrap admin credentials. From there you can:
- See live devices / license counts
- Toggle tools per user (entitlement bundle ~10 min TTL)
- Revoke a license or force logout
- Set a maintenance banner
- Reply in the support inbox
End-user Sign in (login.html) is a normal account — not the same as this developer session.
Support inbox Developer
Signed-in users chat via hub Help → Support. Threads land in Cloud admin → Support inbox.
- API:
GET/POST /api/control/support(user) ·/api/control/admin/support(you) - Agent proxies to the control URL when
VCUT_CONTROL_URLis set - First user message gets an auto ack; your replies show live in their Support tab
Docker / engine package Developer
Prefer the guided Help page: Advanced install (prerequisites + steps). Download page only shows the Terminal one-liner — no .tar.gz for users to download.
Docker (manual)
docker compose up --build # Hub: http://127.0.0.1:4321 # Health: /api/health
Gate helpers setup.sh / setup.ps1 may fetch a package behind the scenes; operators should not ship that archive as a user-facing download card.
Mac Gatekeeper (UAT)
Sequoia: Open Anyway often missing; browser .command / DMG double-clicks show Move to Bin. Use Mac install / upgrade to mint a short-lived token and copy the secure Terminal command. Universal ad-hoc builds.
Production: Apple Developer ID + notarization.
Releases Developer
Pages has a 25 MiB file limit — ship big DMG/EXE via GitHub Releases (or the assembler pages under get-desktop.html for UAT).
- Gate deploy:
./scripts/pages-deploy.sh - Install package:
scripts/package-release.sh→site/downloads/+latest.json - Desktop:
desktop/electron-builder → Mac DMG / Windows Setup - Checklist: repo
docs/RELEASE.md
Community & internal docs Developer
Repo docs (not shown to end users on this page):
docs/JOURNEY.md— product path screen-by-screendocs/UAT.md/docs/TESTER-BRIEF.md— test scriptsdocs/FEATURES.md·docs/INSTALL-GUIDE.md·docs/NATIVE-APPS.mdROADMAP.md/ROADMAP-v2.md— planning
Gate nav for you: Cloud admin · User login (test as Free) · Download