Cull, preview, and manage your video files with lightning speed on macOS.
Cullr is a modern, native macOS app for quickly previewing, sorting, and batch-managing large collections of video files. Designed for creators, editors, and anyone who needs to rapidly cull through folders of video clips, Cullr brings a fast, keyboard-driven workflow and beautiful interface to your desktop.
- Ultra-fast video preview with Quick Look integration
- Batch selection and deletion of unwanted clips
- Multiple playback modes:
- Folder View
- Single Clip
- Side-by-Side
- Batch List
- Customizable hotkeys for keep/delete actions
- Sort by name, date, size, and more
- Instant thumbnail generation
- Support for all common video formats (MP4, MOV, M4V, AVI, MPG, MPEG)
- Beautiful, native macOS UI
- Clone this repository:
git clone https://github.com/Fredddi43/Cullr.git cd Cullr - Open
Cullr.xcodeprojin Xcode. - Select the
Cullrtarget and build (⌘B) or run (⌘R) the app.
Note: Cullr requires macOS 13.0+ and Xcode 14+.
-
Download the latest
.zipfile from the Releases page. -
Unzip it to extract
Cullr.app. -
If you see a message like:
“Cullr.app” cannot be opened because it is from an unidentified developer.
Do one of the following:
- Right-click (or Control-click) the app and choose Open. In the dialog that appears, click Open again. (You only need to do this the first time.)
- Or, run this command in Terminal:
Replace
xattr -dr com.apple.quarantine /Applications/Cullr.app
/Applications/Cullr.appwith the actual path to the app, if it differs.
- Launch Cullr.
- Select a folder containing your video files.
- Preview videos instantly with the spacebar or by hovering.
- Switch modes (Folder, Single, Side-by-Side, Batch List) using the mode picker.
- Batch select and delete unwanted clips with customizable hotkeys.
- Sort and filter your collection as needed.
- Space: Quick Look preview
- K: Keep
- D: Delete
- ⌘←/→: Switch folders (if multiple selected)
- SwiftUI, AVKit, AppKit, Quick Look
- macOS sandboxed app (see
Cullr.entitlements)
- App icon and UI by Friedemann Lipphardt
- Built with ❤️ for the Mac community
Cullr is licensed under the GNU General Public License v3.0 (GPL-3.0).
- You may not sell this software or any derivative works.
- You must distribute source code and modifications under the same license (copyleft).
- See the full license text in LICENSE.
Cullr is not affiliated with Apple Inc.

