A polished Windows GUI for Scoop installs. Search, select, install.
git clone https://github.com/nihitdev/tools-setup.git
cd tools-setup
powershell -ExecutionPolicy Bypass -File .\scoop-setup.ps1Or download scoop-setup.ps1, open PowerShell as Administrator, and run:
powershell -ExecutionPolicy Bypass -File .\scoop-setup.ps1Requirements:
- Windows 10+ / 11
- PowerShell 5.1+
- Administrator access
- Internet connection
Fresh Windows developer setups are slow and repetitive.
Scoop Setup turns Scoop into a polished GUI installer, auto-manages buckets, detects installed apps, and saves selections for repeatable installs.
- Modern dark Windows Forms GUI
- Search and filter packages instantly
- Batch install multiple tools with one click
- Auto-add required buckets
- Detects already-installed apps
- Live progress and colorized logs
- Export/import package selections
- Reuse existing Scoop installs
- Rust support via rustup
graph TD
UI[PowerShell GUI] --> Detect[Scoop detection]
Detect --> Buckets[Bucket management]
Buckets --> Resolve[Package resolution]
Resolve --> Install[Package installation]
Install --> Log[Live logs & completion]
Ready for developers setting up:
- VS Code
- Helix
- Docker
- Rust
- Go
- Python
- Node.js
- Git workflows
Examples:
- Git, 7zip, curl, jq
- VS Code, Helix, Notepad++
- Python, Node.js, Go, Deno, Rust, JDK
- Docker, Docker Compose, ArchWSL
- Nerd fonts, Brave, Discord, Bitwarden
- Modern GUI
- Search and filter
- Multi-select install
- Live logs
- Scoop detection
- Package profiles
- Winget backend
- Chocolatey backend
- Theme settings
Is it safe?
Yes. It only installs Scoop packages and manages Scoop buckets.
Already have Scoop?
Yes. Existing Scoop installs are detected and reused.
Where are logs?
Saved to %TEMP% with a timestamp.
Can I use it offline?
No. Internet is required.
Built for developers who reinstall Windows too often.
MIT License.
