Full Scoop compatibility
Use Scoop buckets and manifests as-is. extras, versions, and other buckets work out of the box.
A blazing-fast Windows package manager written in Go. Scoop-compatible manifests, CAS zero-copy installs, and parallel downloads — one command for all your dev tools.
irm https://gluestick.sh/install.ps1 | iex
Installs to %USERPROFILE%\.glue and configures PATH automatically. Script at install.ps1.
A graphical package manager for Glue. Browse and search buckets, install or remove apps with one click — no command line required.
DownloadWindows installers for the Glue CLI and Desktop app.
Standalone setup for command-line Glue (glue.exe + shim). Recommended if you prefer a graphical installer over the PowerShell one-liner.
A graphical package manager for Glue. Browse and search buckets, install or remove apps with one click, and keep everything up to date — no command line required.
A modern install engine for Windows built on the Scoop ecosystem — install, update, and manage command-line developer tools in seconds.
Use Scoop buckets and manifests as-is. extras, versions, and other buckets work out of the box.
Zero-overhead shim integration. CLI tools ready immediately — no manual PATH edits.
Files stored by SHA-256 in a content-addressable store. Installs via hardlinks — reinstalling the same version is nearly instant.
HTTP/2 multi-connection range downloads. Large files fetch in parallel with resume support.
Scoop-like CLI — zero learning curve.
glue install git
glue search node
glue bucket add extras
glue list
glue uninstall git
glue update *
Glue uses community-maintained Scoop buckets. The official main bucket is included by default.
Quick answers about installing and using Glue on Windows.
%USERPROFILE%\scoop). Scoop remains the project that established the bucket model; community buckets stay independent repositories. Glue does not fork Scoop or manage packages Scoop already installed.glue bucket add <name>. The main bucket is included by default. Browse thousands of packages on the Packages page or at scoop.sh.irm https://gluestick.sh/install.ps1 | iex. The script installs 7-Zip and MinGit, downloads glue.exe and shim.exe, and adds %USERPROFILE%\.glue to your user PATH. It detects your CPU architecture automatically and fetches the matching amd64 or arm64 binaries.%USERPROFILE%\.glue — the Glue root. Binaries go to .glue\bin, shims to .glue\shims, and each app under .glue\apps\<name>\<version>.glue update * or glue update <name>. To upgrade the Glue CLI itself, re-run the install script — it fetches the latest release from GitHub.