AI-powered automatic file organization tool for Windows that intelligently categorizes and sorts files directly from Explorer's context menu.
AI File Sorter is a Windows shell extension that integrates with Explorer's context menu, allowing you to organize files and folders with a single click. The tool uses OpenRouter's language models to analyze file names and create a logical folder structure automatically.
- AI-Powered Organization: Intelligently categorizes files based on names and types
- Windows Explorer Integration: Simple right-click access in any folder
- Game & Mod Recognition: Special handling for game files and mods
- Web Search Option: Optional online search for more accurate categorization
- Undo Functionality: Revert sorting operations within 2 minutes
- Simple Installation: User-friendly installer with minimal setup
- Download the latest release from the Releases section
- Extract the ZIP file
- Right-click on
Install.ps1
and select "Run with PowerShell" - If prompted about execution policy, choose "Yes" to proceed
- Follow the on-screen instructions
- Clone this repository
- Open the solution in Visual Studio
- Build in Release mode
- Run
Install-Extension.ps1
as administrator
-
First-time Setup:
- You'll need an OpenRouter API key (get one at https://openrouter.ai/)
- Enter the key in the Settings dialog on first use
-
Sorting Files:
- Right-click on any folder (or inside a folder)
- Select "Sort Files" from the context menu
- Wait for the AI to analyze and organize your files
-
Configuration Options:
- Right-click and select "Settings..." to access configuration
- Enable/disable web search for more accurate results
- Update your API key
- Windows 10/11
- .NET Framework 4.7.2 or higher
- Administrator privileges (for installation only)
- Built with C# and .NET Framework
- Uses SharpShell for Windows Explorer integration
- Communicates with OpenRouter API for LLM processing
- No data is stored or shared beyond what's needed for sorting
This project is licensed under the Apache License 2.0