Scoop is a command-line installer for Windows.
Scoop addresses the friction and side effects of traditional Windows software installation by automating the download, configuration, and setup of applications from the command line. It eliminates User Account Control prompts, hides installer wizards, prevents PATH environment variable pollution, and automatically resolves and installs dependencies. Applications are distributed as ZIP files with JSON manifests describing installation steps, making it straightforward for developers to package software without building traditional installers like MSI or InnoSetup files.
Scoop suits developers and power users who want reproducible, scriptable environments and those managing multiple machines. It works well for teams standardizing development setups through repeatable scripts. The tool is particularly valuable for those frustrated with GUI installers and environment variable clutter. Scoop can optionally integrate aria2 for multi-connection downloads to accelerate large file transfers, though this feature requires separate installation and generates warnings by default.
The project maintains active continuous integration testing. Development activity shows consistent engagement with the community through multiple communication channels. The codebase remains actively maintained with regular updates addressing both core functionality and user-reported issues.