Scoop Overview
Scoop is a free, open-source command-line installer for Windows that focuses on simplicity and a clean system. Like other package managers, it lets you install software with a single command, but it is designed to avoid the things that make Windows installs messy: by default it installs programs into your user folder without requiring administrator rights, does not pollute the Start menu or registry unnecessarily, and keeps each app self-contained so it is easy to remove cleanly. Scoop is especially popular with developers for installing command-line tools, programming runtimes, and utilities, and it organizes software into buckets, which are repositories of app manifests that you can add to expand what is available. It handles updates, manages multiple versions, and keeps everything tidy under a single directory. Because it is script-friendly, it is easy to reproduce a development setup across machines. This page links to the official Scoop download.