Get ProCut.
Pick your platform. The editor is free, exports carry no watermark, and there is no account to create — install it and open a project. Store channels that are not open yet say so plainly below rather than linking you to an empty page.
Android
Phone & tablet · Android 7.0+
The full native editor: multi-track timeline, GPU transitions, speed curves, keyframes and hardware 4K export. Install the APK directly, or wait for the Play listing to open.
iPhone & iPad
iOS / iPadOS 15.0+
The same editor built in Swift against AVFoundation, with a split-view layout on iPad and full trackpad and keyboard support. Apple only allows installs through the App Store or TestFlight, so there is no direct download.
Mac
macOS 12 Monterey+
A Mac Catalyst desktop build with menu bar, keyboard shortcuts and window resizing — not a phone app in a box. Universal binary for Apple silicon and Intel.
Windows
Windows 11
WinUI 3 and .NET 9 over Media Foundation. The shared editing core already runs and passes the same golden tests as the mobile apps; the desktop interface around it is not finished, so there is nothing to install yet.
What your device needs.
Export speed and the highest workable resolution come from your chip's video encoder, not from the app. The minimum column is where ProCut runs; the recommended column is where 4K editing is comfortable.
| Platform | Minimum | Recommended | Channel |
|---|---|---|---|
| Android | Android 7.0 (API 24), 3 GB RAM | Android 12+, 6 GB RAM, hardware HEVC decode | Direct APK |
| iPhone | iOS 15, iPhone 8 | iPhone 12 or newer | App Store · soon |
| iPad | iPadOS 15 | M-series or A14+ | App Store · soon |
| Mac | macOS 12 Monterey | Apple silicon | Direct DMG |
| Windows | Windows 11 | — | In development |
Keep at least three times your project's source size free on disk before a long export, and exclude ProCut from battery optimisation on Android so a long export is not killed in the background.
Installing the APK.
Android blocks installs from outside the Play Store until you allow it for the app doing the installing. This is a one-time permission, and you can switch it back off afterwards.
Step by step
1. Tap Download APK above. Chrome will warn that this kind of file can harm your device — that warning appears for every APK, signed or not. Choose Download anyway.
2. Open the downloaded file. Android asks whether to allow installs from this source; tap Settings and turn on Allow from this source.
3. Go back and tap Install.
4. Optional: turn the permission back off in Settings → Apps → Special app access → Install unknown apps.
Is the Mac .dmg signed, and how do I check?
Yes. The disk image and the app inside it are signed with our Apple Developer ID certificate, hardened-runtime enabled, and notarised by Apple — the notarisation ticket is stapled to the file, so it opens on a machine that has never been online without any “unidentified developer” warning.
Check it yourself after downloading:
spctl -a -t open --context context:primary-signature -v ProCut-latest.dmg
It should answer accepted and
source=Notarized Developer ID. To see who signed it:
codesign -dv --verbose=2 ProCut-latest.dmg
— the authority should read
Developer ID Application: Tran Trung Hieu (86PC33ZDHF).
The file itself hashes to:
eaf94b243035b113aada0b6a39b1f4e733d88550cc8d538fc442e8a4db42fd10
— shasum -a 256 ProCut-latest.dmg. If any of these do not
match, do not open it and
tell us.
Is the APK safe, and how do I check?
The APK is built from this project's source and signed with our upload key,
served over HTTPS from storage.fighttech.vn. Verify the signing
certificate before installing if you want to:
apksigner verify --print-certs ProCut-latest.apk
The signing certificate should read
CN=FightTech, OU=ProCut, O=FightTech, SHA-256 fingerprint
1a:c7:36:69:22:0d:5b:2d:9d:82:60:83:9c:e8:cd:a2:3e:37:ff:d2:b6:35:bf:04:b3:fa:17:95:be:20:5b:3f.
The file itself hashes to:
90bcae1cf3b56a2a202fc5615dafb456ed2138b96e1198c579344d72cafce8e9
— shasum -a 256 ProCut-latest.apk on macOS or Linux,
certutil -hashfile ProCut-latest.apk SHA256 on Windows.
If either value does not match, do not install it and
tell
us.
Will the APK auto-update?
No. A directly installed APK does not update itself — come back to this page for a newer build. Once the Play listing opens, install from Play instead and updates arrive automatically. Play will not update over a directly installed APK signed with a different key, so uninstall the direct build first.
Why is Play not open yet?
New developer accounts go through Google's review before a listing can be published, and Apple reviews each build individually. Rather than putting a dead link on this page, the direct APK is here so you can use the app now.
Something not working?
There is no ticket portal and no chatbot — email us and a human reads it.