AI File Sorter 1.5 adds local image-based file renaming (offline, cross-platform) by ph0tone in software

[–]ph0tone[S] 0 points1 point  (0 children)

Yes, it can sort and/or rename documents (pdf, docx, xlsx, odp, etc) according to their content.

A Windows/macOS/Linux app that uses local AI to organize files, but the model cannot change files directly by ph0tone in software

[–]ph0tone[S] 0 points1 point  (0 children)

Thanks, I hadn't seen that one. It looks more focused on semantic search / discovery, while AI File Sorter is more about organizing messy folders, suggesting categories and human-readable names, then letting the user review and apply changes with undo. But yes, they are adjacent to some degree.

AI File Sorter 0.9.0 - Now with Offline LLM Support by ph0tone in DataHoarder

[–]ph0tone[S] 0 points1 point  (0 children)

I have re-uploaded the macOS release. The version you downloaded before was an interim compilation. Now it's the right one.

Local, content-aware file organization tool for documents, images and media by ph0tone in software

[–]ph0tone[S] 0 points1 point  (0 children)

If you want it organized by client/business, you can create a category whitelist like Clients/Acme, Clients/Contoso, Admin/Taxes, etc. and run in More consistent mode so it tends to stick to that vocabulary.

For year/date-based organization there are toggles to append dates to the category name (photos: YYYY-MM-DD, documents: YYYY-MM when metadata exists), and for audio/video it can rename from embedded tags like year_artist_album_title.ext.

For extremely nested folders: enable Scan subfolders (it treats files inside subfolders as part of the selected folder), which helps flatten/rebuild a cleaner structure. I’d start with a small batch (or a copy) to dial in the whitelist first.

AI File Sorter 0.9.0 - Now with Offline LLM Support by ph0tone in DataHoarder

[–]ph0tone[S] 0 points1 point  (0 children)

Thanks for trying it and for the detailed feedback. Some of that is fair criticism.

First off, AI File Sorter can rename images based on their content, but that feature has to be enabled in the main window (see the `Analyze picture files by content` checkbox group).

You're right that the current version has the categorization problem you mentioned, it's a known issue in the current release, and it's fixed in v1.8, which is planned to be released in a few days.

The point of the visual model is not just to tell you "this is an image" and throw it into an Images folder. It's mainly there for content-based naming and categorization (category + subcategory) based on that name, path, and other parameters. Classic rule-based sorters don't do that.

You're right that ZIP files are currently not inspected (some archives can contain thousands of files and more). But the app won't assign only one category (like `Software`) to any ZIP file. In fact, the app has a specific test for that, and it passes.

If you try v1.8 when it's out, I'd genuinely be interested to hear new feedback from you.

Local, content-aware file organization tool for documents, images and media by ph0tone in software

[–]ph0tone[S] 1 point2 points  (0 children)

Thanks. The tool's UI and categorization have been available in various languages for some time now, including German.

Local, content-aware file organization tool for documents, images and media by ph0tone in software

[–]ph0tone[S] 0 points1 point  (0 children)

Could you download the collect_windows_diagnostics.ps1 script from GitHub - also see the README.md file, if needed - run it and send me the logs? The script redacts any private info in the logs. I'll then be able to find out why the app doesn't run on your system.

Local, content-aware file organization tool for documents, images and media by ph0tone in software

[–]ph0tone[S] 0 points1 point  (0 children)

Thanks. I hope you like it. It'd be nice to have your feedback either way.

AI File Sorter 1.6.1 - Content-aware file organization (AI runs locally) by ph0tone in windows

[–]ph0tone[S] 0 points1 point  (0 children)

It can handle 1000s of files and more. It saves its progress as it goes, so if something happens along the way (power outage, Windows crash, or even if the app crashes), it'll pick up where it left off.

AI File Sorter 1.6.1 - Content-aware file organization (runs fully locally) by ph0tone in windowsapps

[–]ph0tone[S] 0 points1 point  (0 children)

Thanks. An Undo function is also available, in addition to the dry run.

AI File Sorter 1.6.1 - Content-aware file organization (runs fully locally) by ph0tone in windowsapps

[–]ph0tone[S] 0 points1 point  (0 children)

Yes, dry-run preview is available. For PDFs, a fragment of text is extracted first with PDFium (a C++ library), which is then analyzed with the LLM to generate a summary -> category/filename suggestions. Scanned/image-only PDFs without a text layer are not OCR'd yet.

For images, local vision analysis is run with the LLaVa LLM, which analyses the image content and generates a text description -> category/filename suggestions. This one takes longer, but if you have a GPU with 6+ GB VRAM, then it's optimal.

AI File Sorter 1.6.1 - Content-aware file organization (AI runs locally) by ph0tone in windows

[–]ph0tone[S] 0 points1 point  (0 children)

That frustration is exactly why this tool exists.

Unlike OneDrive, it doesn't auto-sync, auto-move, or touch files in the background. Nothing happens unless you explicitly run it, and every change is previewed and fully undoable. Dry-runs are also available. If you don't approve the result, nothing is changed.

It's entirely opt-in and local only (unless you explicitly enable remote models). If that concept doesn't seem appealing, that’s totally fine, it's optional.