๐ Sortify
January 19, 2026 ยท View on GitHub
๐ Sortify
Author: xCaptaiN09
Version: 4.0
Sortify is a powerful Magisk / KernelSU module that automatically organizes files in your /sdcard/Download/ folder into categorized subfolders. Now smarter, safer, and equipped with a Native WebUI for easy configuration.
๐ฆ Features
- โก Automatic Sorting: Runs automatically in the background (Default: every 5 mins).
- ๐ Native WebUI: NEW! Configure sorting intervals directly inside the KernelSU Manager (No browser needed).
- โถ Manual Trigger: Supports Magisk/KSU Action Button to sort instantly.
- ๐ Smart Categories: Sorts Documents, Images, Videos, Audio, Archives, Apps, and more.
- ๐ก๏ธ Integrity Protection: Skips hidden/incomplete files (
.crdownload,.partial,.tmp) to prevent corruption. - ๐๏ธ Duplicate Detection: Automatically moves duplicate files to
/sdcard/Sortify/Duplicates. - ๐ชถ Lightweight: 100% offline, uses native system resources.
๐งฉ Installation
- Download
Sortify-v4.0.zipfrom Releases. - Flash through Magisk or KernelSU.
- Reboot your device.
- Done! Sortify is now running.
โ๏ธ Configuration (WebUI)
Sortify v4.0 introduces a native dashboard to change settings without editing code.
How to access:
- Open KernelSU Manager.
- Go to the Modules tab.
- Find Sortify.
- Tap the Settings / Globe Icon on the module card.
Settings available:
- Sort Interval: Change how often the background service checks for new files (in seconds).
- Default: 300 seconds (5 minutes).
- Changes apply immediately.
โถ Manual Trigger
You can force a sort immediately without waiting for the timer:
- Magisk/KSU App: Tap the Action button on the module card.
- Terminal: Run
su -c sh /data/adb/modules/sortify/action.sh
๐งผ Uninstall
- Remove Sortify from your Module Manager.
- Reboot.
- (Optional) Delete the
/sdcard/Sortifyfolder if you no longer need the organized files.
๐งพ Changelog
v4.0 (2026-01-19)
- ๐ Native WebUI: Added KernelSU
webrootsupport for internal configuration (Replaces port 8081 server). - โก Optimized Service: Removed BusyBox HTTPD dependency for lighter footprint.
- ๐ Performance: Improved background service logic.
- ๐ง Stability: Fixed permission handling for scripts and config files.
v3.0 (2026-01-19)
- โถ Added manual one-tap sorting via Magisk Action button.
- โป๏ธ Refined automatic background sorting.
v2.0 (2025-10-18)
- ๐ Added duplicate detection (moves to
/sdcard/Sortify/Duplicates). - ๐ Fixed uninstall script path.
- โก Centralized extension handling.
- ๐ Safer file moves (no accidental overwrites).
v1.3 (2025-10-10)
- ๐ซ Prevented moving hidden/incomplete downloads (
.crdownload, etc.). - ๐๏ธ Renamed main folder to
/sdcard/Sortify. - ๐งพ Updated logs to
sortify.logwith auto-trimming.
๐งก Credits
- Developed by xCaptaiN09
- Powered by BusyBox & Android Shell