explaingit

scoopinstaller/scoop

24,140PowerShellAudience · developerComplexity · 2/5ActiveLicenseSetup · easy

TLDR

A command-line package manager for Windows that installs apps with a single typed command, no admin rights or popup dialogs needed.

Mindmap

mindmap
  root((repo))
    What it does
      Install apps via CLI
      No UAC popups
      Organize by buckets
    How it works
      Download and extract
      User profile folder
      Handle dependencies
    Use cases
      Reproducible dev setup
      Script installations
      Batch tool setup
    Tech stack
      PowerShell
      Windows native
    Audience
      Developers
      Power users

Things people build with this

USE CASE 1

Set up a new Windows machine with all your dev tools by running a script of scoop install commands.

USE CASE 2

Install command-line tools like Git, Node.js, and Python without admin prompts or system-wide registry changes.

USE CASE 3

Manage multiple versions of programming languages and tools side-by-side in isolated folders.

Tech stack

PowerShellWindows

Getting it running

Difficulty · easy Time to first run · 5min
Unlicense, use freely for any purpose with no restrictions or attribution required.

In plain English

Scoop is a command-line package manager for Windows, think of it like an app store you control from a text terminal. The problem it solves is the usual Windows installation experience: clicking through wizard dialogs, accepting User Account Control (UAC) security prompts, and ending up with software scattered across your system in unpredictable ways. Scoop replaces all of that with a single typed command. When you run something like "scoop install git", Scoop downloads the app, extracts it to a consistent folder under your user profile, wires up the necessary shortcuts, and handles dependencies automatically, no admin rights needed and no UAC popups. Apps are organized into "buckets," which are curated collections. The default bucket covers popular command-line tools; additional buckets cover GUI apps, programming languages like PHP and Java, developer fonts, and more. Scoop is especially useful for developers and power users who want a reproducible setup they can script. Instead of manually installing a dozen tools, you write a list of "scoop install" commands and run them on any Windows machine. It is written in PowerShell and runs without elevated permissions in most cases.

Copy-paste prompts

Prompt 1
How do I use Scoop to install Git and Node.js on Windows without admin rights?
Prompt 2
Show me how to create a Scoop bucket for my team's internal tools.
Prompt 3
What's the difference between Scoop buckets, and how do I add the extras bucket for GUI apps?
Prompt 4
How can I script a complete dev environment setup using Scoop for a new Windows machine?
Open on GitHub → Explain another repo

Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.