Install with winget
Open PowerShell or Command Prompt and run:
winget install nao1215.gup
Copied to clipboard!
1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation
About gup
gup command update binaries installed by "go install" to the latest version. gup updates all binaries in parallel, so very fast. It also provides subcommands for manipulating binaries under $GOPATH/bin ($GOBIN).
Advanced Install Options
Install (latest)
winget install nao1215.gupInstall (pinned version)
winget install --id nao1215.gup -e --version 1.1.4Upgrade
winget upgrade nao1215.gupUninstall
winget uninstall nao1215.gupFrequently Asked Questions
How do I install gup using winget?
Open PowerShell or Windows Terminal and run:
winget install nao1215.gup. Winget comes pre-installed on Windows 10 (1809+) and Windows 11.What is gup?
gup - Update binaries installed by "go install" with goroutines
Is gup free to use?
gup is distributed under the Apache-2.0 license. Check the publisher’s site for full licensing details.
How do I update gup with winget?
Run
winget upgrade nao1215.gup in PowerShell or Windows Terminal to upgrade to the latest available version.How do I uninstall gup?
Run
winget uninstall nao1215.gup to remove gup from your system.