Skip to content

Scoop Folder Layout

Ross Smith II edited this page Dec 26, 2022 · 5 revisions

Article stub. Please fill out/correct as needed. Maybe this is already or better documented elsewhere, in that case remove/redirect.

For general understanding and troubleshooting it can be helpful to know what folders Scoop uses and where they are. These are examples, configuration options could change where they are on your machine.

%USERPROFILE%\scoop - per user root location (default). Can be overridden via %SCOOP%.
%ProgramData%\scoop - root location of apps installed for all users. Can be overridden via %SCOOP_GLOBAL%.

...\scoop\apps - installed applications
...\scoop\apps\scoop - the Scoop application itself
...\scoop\buckets - manifests of installable apps (also a git clone of the bucket source repositories)
...\scoop\cache - the downloaded installers
...\scoop\persist - persisted application files
...\scoop\shims - added to PATH, wrappers that point to the installed applications

%USERPROFILE%\.config\scoop - Scoop configuration settings.