Installation Guide

Get Folder Sorter up and running on your system with a single execution or compile directly from source code.

PowerShell One-Command Installation

Recommended for standard users. Downloads the pre-compiled binary directly from the latest GitHub Release and installs it into local application folder, making it available globally from terminal prompts. No development tools needed.

POWERSHELL CORE COMMAND✅ PRODUCTION READY
irm https://folder-sorter.vercel.app/install.ps1 | iex

What does this script do?

  • 1.Fetches latest release version tag from GitHub API.
  • 2.Downloads compiled Windows binary `folder-sorter-windows.zip`.
  • 3.Extracts and relocates the executable directly inside `%LOCALAPPDATA%\FolderSorter\`.
  • 4.Adds directory to the User PATH environment variable.
  • 5.Runs `folder-sorter doctor` validation checklist.