Download and run

One executable, no installer, no Python. Unzip it wherever you like, double-click it, and start building rules.

ExplorerManager-windows-x64.zip Windows 10 / 11 · 64-bit · free for personal use
Download for Windows

The archive holds a single ExplorerManager.exe. Windows may show a SmartScreen notice for a new publisher — choose More infoRun anyway. Each release also carries a .sha256 file if you want to check the download. You can browse every release.

Rather use the command line?

Download it with PowerShell

Fetches the same archive to your desktop and unpacks it.

Windows PowerShell
PS> irm https://github.com/aquaxs1/Explorer-Manager/releases/latest/download/ExplorerManager-windows-x64.zip -OutFile "$env:USERPROFILE\Desktop\ExplorerManager.zip"; Expand-Archive "$env:USERPROFILE\Desktop\ExplorerManager.zip" -DestinationPath "$env:USERPROFILE\Desktop" -Force

Run from source

Needs Python 3.10+ and git on your PATH.

Windows PowerShell
PS> git clone https://github.com/aquaxs1/Explorer-Manager.git; cd Explorer-Manager; pip install -r requirements.txt; python main.py

Got it running? The setup guide takes you through your first rule in four steps.