A professional, offline-first multitrack video editing suite with real-time FFmpeg processing, dynamic audio waveforms, and dedicated Quran scripture synchronization.
Install with a single command on Ubuntu, Debian, Fedora, Manjaro, Arch Linux, Linux Mint, and all snap-supported distributions:
# Install stable release from Snap Store
sudo snap install cutecut-pro
# (Optional) For testing edge/nightly builds
sudo snap install cutecut-pro --edge# Allow audio capture & microphone
sudo snap connect cutecut-pro:audio-record
# Allow hardware camera access
sudo snap connect cutecut-pro:camera
# Allow removable storage / USB access (optional)
sudo snap connect cutecut-pro:removable-mediaDownload the latest .deb file from GitHub Releases:
# Download the latest .deb installer
wget https://github.com/MDIsmatullah/CuteCut-Pro/releases/download/v2.4.1/cutecut-pro_2.4.1_amd64.deb
# Install the package
sudo dpkg -i cutecut-pro_2.4.1_amd64.deb
# Fix any missing dependencies if prompted
sudo apt-get install -fDownload and run directly on any Linux distribution without root privileges:
# Download latest AppImage
wget https://github.com/MDIsmatullah/CuteCut-Pro/releases/download/v2.4.1/CUTECUT.PRO-2.4.1.AppImage
# Make it executable
chmod +x CUTECUT.PRO-2.4.1.AppImage
# Run CUTECUT PRO
./CUTECUT.PRO-2.4.1.AppImage- Go to Latest GitHub Releases.
- Download
CUTECUT.PRO.Setup.2.4.1.exe(Installer) orCUTECUT-PRO-2.4.1-win-portable.zip(Portable). - Double-click the installer and launch CUTECUT PRO from your Start Menu.
# Clone the repository
git clone https://github.com/MDIsmatullah/CuteCut-Pro.git
# Navigate into project directory
cd CuteCut-Pro
# Install dependencies
npm install
# Start the interactive development server
npm run dev
# Build production desktop installers
npm run dist:all# Update Snap package to the latest version
sudo snap refresh cutecut-pro# Uninstall Snap package
sudo snap remove cutecut-pro
# Or uninstall Debian package (.deb)
sudo apt remove cutecut-pro- Multitrack Timeline: Layer video, audio, text overlays, keyframes, and transitions.
- Quran AI & Micro-Sync: Arabic Uthmani typography with Urdu & English synced subtitles.
- 5 Dynamic Audio Visualizers: Real-time audio waveform spectrum generation for recitations.
- Cinematic Filters & FX: Chroma key (Green Screen), VHS Retro, Glitch, Vignette, and Color Grading.
- Offline & Private: 100% in-browser / on-device FFmpeg rendering with zero cloud dependency.
- Bug Reports & Feature Requests: GitHub Issues
- Snap Store Listing: snapcraft.io/cutecut-pro
- Email:
guldastaislamorquran@gmail.com
CuteCut Pro is Source-Available under a Strict Non-Commercial License (Copyright Β© 2026 Asmatullah Developer).
- β Permitted: Anyone may clone, study, inspect, fork, and use this software for personal and educational non-commercial purposes.
- β Strictly Prohibited: Selling, reselling, sublicensing, repackaging for paid distribution, or commercially monetizing this codebase or its binaries without express written authorization from the Author.
- See full terms in the LICENSE file.