GitPedia

Scoop galaxy integrations

Provides an easy way to install, attach and update the GOG Galaxy 2 Integrations

From borger·Updated June 14, 2026·View on GitHub·

There's no easy way to keep track of all existing galaxy integrations out there and keep them up-to-date. [Scoop](https://scoop.sh) helps you get the programs you need, with a minimal amount of point-and-clicking. It's highly scalable and easily customized. It's almost like a package manager our *NIX friends know and love. It makes it easy to download, install, update and uninstall apps on your computer, as easy as `scoop install `, cool right? I've always struggled to get my galaxy integrations... The project is written primarily in PowerShell, distributed under the MIT License license, first published in 2019. Key topics include: galaxy-integrations, gog-galaxy, scoop, scoop-bucket, steam.

Tests
Excavator
Repo size
License

GOG Galaxy 2 Integrations Scoop Bucket

There's no easy way to keep track of all existing galaxy integrations out there and keep them up-to-date. Scoop helps you get the programs you need, with a minimal amount of point-and-clicking. It's highly scalable and easily customized. It's almost like a package manager our *NIX friends know and love. It makes it easy to download, install, update and uninstall apps on your computer, as easy as scoop install <app-name>, cool right? I've always struggled to get my galaxy integrations in the latest version, there's just so many!

Integrations Available in this Bucket

The list below contains only the integrations available in this scoop which were selected based on the GOG Galaxy's available platforms, if you are looking for more integrations to be manually installed or to be added to this bucket, check the full list at awesome-gog-galaxy.

Integration PlatformManifest Name
Stores
Amazongalaxy-amazon
Blizzardgalaxy-blizzard
Guild Wars 2galaxy-gw2
Humble Bundlegalaxy-humble
Minecraftgalaxy-minecraft
Paradoxgalaxy-paradox
Path of Exilegalaxy-pathofexile
PSNgalaxy-psn
Riotgalaxy-riot
Rockstargalaxy-rockstar
Steamgalaxy-steam
Twitchgalaxy-twitch
Uplaygalaxy-uplay
Wargaminggalaxy-wargaming
Emulators
Nintendo 3DS (Citra)galaxy-3ds-citra
Nintendo 64 (RetroArch)galaxy-n64
Nintendo DS (RetroArch, DeSmuME)galaxy-nds
Nintendo GameCube (RetroArch, Dolphin)galaxy-ncube
Nintendo Wii (RetroArch, Dolphin)galaxy-nwii
Nintendo Wii U (Cemu)galaxy-nwiiu-cemu
Playstation 2 (PCSX2)galaxy-ps2

1. Installing Scoop

Windows 10 and Windows 11 include PowerShell installed by default. Open the start menu and type PowerShell. You might see both Windows PowerShell and PowerShell 7 (x64), the latter is recommended, but the former works too.

Open PowerShell and run:

powershell
iwr -useb get.scoop.sh | iex

Scoop installs to ~/scoop (e.g., C:\Users\<username>\scoop\)

2. Adding This Bucket

powershell
scoop bucket add galaxy-integrations https://github.com/borger/scoop-galaxy-integrations.git

To search for available apps across all added buckets, run:

powershell
scoop search

3. Installing Integrations

With the bucket added and GOG Galaxy closed, run:

powershell
scoop install <manifest-name> # examples: scoop install galaxy-steam scoop install galaxy-uplay

Apps install to ~/scoop/apps/<manifest-name>/current.

Notes on the Install Path

The integrations are installed in the scoop folder. To make them visible to GOG Galaxy, scoop will automatically create a Symbolic Link for you. It does require Administrator privilege, so if you're not already on an Administrator PowerShell session, scoop will ask you to elevate your permission via a Windows User Account Control pop-up. You can, however, opt to do it manually. To do so, make sure GOG Galaxy is closed, open a command prompt as Administrator and run:

cmd
mklink /D "%localappdata%\GOG.com\Galaxy\plugins\installed\<manifest-name>" "%homepath%\scoop\apps\<manifest-name>\current\integration"

Make sure to change <manifest-name> with the actual names.

4. Updates

This bucket checks for updates every hour. You must run update commands manually to apply them:

powershell
scoop update # Update metadata scoop update * # Update all installed apps scoop update <manifest-name> # Update a specific integration

Automating Updates: Create a scoop-update.ps1 script with:

powershell
scoop update scoop update *

Then add it to Windows Task Scheduler to run daily or in your preferred schedule.

Alternatives

  • gog-galaxy-plugin-downloader by Slashbunny: If you don't want to use scoop to install/update your galaxy integrations, you can use this alternative method which has a compiled Windows Binary (.exe) to take care of your setup. It's based on python and if you want you can extend it easily to your liking.

Need Emulators?

I've also created a scoop bucket for emulators, visit https://github.com/borger/scoop-emulators for more details.

Contributing

Thank you for considering contributing to the Galaxy Integrations Scoop Bucket! You may propose new features or improvements of existing bucket behavior in the GitHub issue board. If you propose a new feature, please be willing to implement at least some of the code that would be needed to complete the feature.


Credits

Contributors

Showing top 6 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from borger/scoop-galaxy-integrations via the GitHub API.Last fetched: 6/28/2026