Install via Winget
winget install x-motemen.ghq
Open Windows Terminal or PowerShell and run the command above. Winget is built into Windows 10 (1809+) and Windows 11.
About ghq
'ghq' provides a way to organize remote repository clones, like go get does. When you clone a remote repository by ghq get, ghq makes a directory under a specific root directory (by default ~/ghq) using the remote repository URL’s host and path.
Frequently Asked Questions
How do I install ghq using winget?
Open Windows Terminal or PowerShell and run:
winget install x-motemen.ghq. Winget is built into Windows 10 (1809+) and Windows 11.What is ghq?
Manage remote repository clones
Is ghq free to download?
ghq is available under the MIT license. Use the winget command or the direct download link on this page.
How do I update ghq with winget?
Run
winget upgrade x-motemen.ghq in Windows Terminal or PowerShell to update ghq to the latest available version.