Version 12.0 - 28.06.2026r
Czkawka GTK Deprecation Notice
Version 12.0 is the last released version of Czkawka GTK. No new binaries will be provided from this point on. All users are encouraged to migrate to Krokiet, the new Slint-based GUI frontend.
The source code remains in the repository and compatibility with czkawka_core will be maintained for some time so the application can still be built manually. However, all issues and feature requests specific to Czkawka GTK will be closed, except for critical problems affecting widely used unofficial builds such as Debian or Docker packages.
Breaking changes
Users
- Due to changes in the broken files mode, which now supports multiple checkers and includes additional checks, the file type is no longer stored in the cache. Existing cache files are incompatible with this version and will be automatically regenerated
- The prehash method has been updated, so cached hash is no longer valid, so it will be automatically regenerated
- Similar images cache files are incompatible with this version due to geometric invariance support and will be automatically regenerated
- Similar videos cache files are incompatible with this version due to the switch to a new visual matching engine and will be automatically regenerated
- The
--crop-detectCLI option for similar videos now acceptstrue/falseinstead ofnone/letterbox/motion- themotionmode has been removed
Core
- Switched AV1 encoding from the very slow
libaom-av1tolibsvtav1- #1888 - Added a noise reduction option to Video Optimizer mode, which can significantly reduce file size for noisy videos - #1888
- Added support for custom optimization commands in Video Optimizer mode - #1888
- Added experimental hardware-accelerated video encoding - #1900
- Broken files can now be checked using multiple checkers - #1900
- Checking for broken videos has been split into fast (ffprobe - headers only) and slow (ffmpeg - full decoding) modes - #1900
- Added the ability to stop checking for hardlinks along with progress tracking of this operation - #1900
- Added the ability to exclude images/videos with the same resolution - #1900
- Added the ability to find similar videos by comparing their audio - #1919
- Empty files mode now allows detection of files containing only non-printable ASCII characters or null bytes (
\0) - #1919 - Temporary files mode now allows customization of searched file extensions - #1919
- Prehash now also hashes the end of files to detect differences earlier - #1919
- Added support for detecting corruption in Fonts (TTF, OTF, TTC), Markup (JSON, XML, TOML, YAML, SVG), and Archives (7z, gz/tgz, tar, zst, bz2, xz) - #1919
- Added geometric invariance support for similar images mode, allowing mirrored, flipped, and rotated images to be matched - #1944
- Fixed a bug where relative symlinks were resolved without considering the parent directory - #1900
- Fixed a prehash cache bypass that caused full hash computation on some files during a second scan - #1907
- Extended integration tests, to prevent regressions in the future - #1919
- Fixed unstable prehash when the
readsyscall returned fewer bytes than requested - #1948 - Switched visual video duplicate detection engine from
vid_dup_finder_libtosimilario_core, adding configurable window count, duration tolerance, and subclip detection - #1948 - Fixed a bug where similar videos were not deleted when using reference-folder mode - #1948
- Replaced
nom-exifwithlittle_exiffor reading EXIF orientation data - #1948 - Fixed reversed logic of hiding hardlinks in similar images/videos modes - #1952
- Added a
$TRASHexcluded-items preset (alongside the existingDEFAULT) to exclude common Trash/Recycle Bin paths from scans - #1962 - Reworked internal progress stage tracking, to unify progress calculations across all backends - #1962
GTK GUI
- Fixed a crash when using the sort button - #1837
Krokiet
- Added separate buttons for moving files to trash and permanently deleting them - #1900
- Added a new custom selection popup - #1809
- Added an image comparison tool to detect visual differences between similar images - #1888
- Added a context menu (right-click) - #1888
- File and folder selection dialogs no longer blocks the main thread - #1809
- Fixed an issue where thumbnail generation settings were not respected in Similar Videos mode - #1809
- Added notification support - #1837
- The femtovg backend no longer produces blurry fonts - #1900
- Changed default selection behavior from "select one item" to "select all except one item" - #1913
- Added the ability to configure which selection buttons are visible in the UI - #1913
- Added invert selection within groups - #1915
- Fixed shortest/longest path selection modes, which previously compared only paths without file names - #1919
- Ability to restore save/restore data in custom popup - #1919
- Added "Rename on conflict" option to the move/copy popup to automatically rename files instead of skipping them - #1948
- Added the ability to rename items - #1962
Cedinia
- Initial experimental release of Cedinia, a new Android app with touch support - #1821
Prebuilt binaries
- Linux prebuilt binaries now include AVIF support (requires
libavifandlibdav1d) - Windows ZIP package now includes Krokiet binaries and a README to simplify migration to the new frontend
- Krokiet binaries for all backends are now packaged in ZIP files, with additional scripts to launch them with a selected backend
- Mac Intel binaries are no longer provided due to very long build times on GitHub CI
- Added installation scripts (
misc/install_scripts/) for Linux (apt/dnf/pacman/zypper), macOS (Homebrew), and Windows (winget)
Virustotal
- https://www.virustotal.com/gui/file/fbdc5ced0fefd6f3222cf4920ede2c2c9f6286433a6a96b9c1e8e525c788597e
- https://www.virustotal.com/gui/file/cee1d000181c6ae8ebb7cb6d955edf4ac10aa0449654af2cfe8ce954df44e539
- https://www.virustotal.com/gui/file/6c65904eeb1de5b76a338906bc09bee5a4ddf1c977fff836a6cb3a41023a3dd4
- https://www.virustotal.com/gui/file/239cbed78b7a5780e705becedb24a86920edf1815b0740a82cd42c4608169630
- https://www.virustotal.com/gui/file/bb9c907035c1ae067aabfc4033eeb6a0565593edd15d770de0e7d42f9143b794
- https://www.virustotal.com/gui/file/0118f7760d5e924c50891daff977bb2f9226904b88a99679418cea28c29bbd8c
- https://www.virustotal.com/gui/file/fd0846799f8057717d6f96e663f7d8cc774c3d371d382f05745a14158d593d29
- https://www.virustotal.com/gui/file/a48d5f93508369982e8f78e81ce96f51aa65249d9013c73b4e152c56d2225a40
Legend:
- If you are a beginner or don't know which version to use, start with one of these depending on your OS (if they don’t work, try different builds):
- Windows –
windows_krokiet_on_windows_skia_opengl.exe,windows_krokiet_on_linux.exe,windows_czkawka_gui_gtk_412.zip - Mac –
mac_krokiet_skia_vulkan_x86_64,mac_krokiet_skia_vulkan_arm64,mac_czkawka_gui_x86_64,mac_czkawka_gui_arm64 - Linux –
linux_krokiet_x86_64,linux_krokiet_all_backends,linux_czkawka_gui_x86_64
- Windows –
- krokiet – primary graphical version of the application, fully supported and actively developed, includes new features and ongoing improvements
- gtk_gui – legacy GTK-based graphical version
cedinia- new android appcli– command-line version of the apparm,x86_64– CPU architecture. Most Windows/Linux usesx86_64, while on Mac thearmversion is becoming the most common choice.heif,raw,avif– additional features that require extra libraries installed on the OSskia_opengl,skia_vulkan,femtovg_wgpu,all_backends– alternative Krokiet backends, use different, when you have problem with currentdeps- scripts that you can run, to install required/optional apps/libraries
You can read more about 12.0.0 version on Medium:
- English article – https://medium.com/@qarmin/krokiet-czkawka-12-0-6fa09c43c3b9
- Polish article – https://medium.com/@qarmin/krokiet-czkawka-12-0-c5dad2116793