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!
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 Platform | Manifest Name |
|---|---|
| Stores | |
| Amazon | galaxy-amazon |
| Blizzard | galaxy-blizzard |
| Guild Wars 2 | galaxy-gw2 |
| Humble Bundle | galaxy-humble |
| Minecraft | galaxy-minecraft |
| Paradox | galaxy-paradox |
| Path of Exile | galaxy-pathofexile |
| PSN | galaxy-psn |
| Riot | galaxy-riot |
| Rockstar | galaxy-rockstar |
| Steam | galaxy-steam |
| Twitch | galaxy-twitch |
| Uplay | galaxy-uplay |
| Wargaming | galaxy-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 |
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:
iwr -useb get.scoop.sh | iexScoop installs to ~/scoop (e.g., C:\Users\<username>\scoop\)
scoop bucket add galaxy-integrations https://github.com/borger/scoop-galaxy-integrations.gitTo search for available apps across all added buckets, run:
scoop searchWith the bucket added and GOG Galaxy closed, run:
scoop install <manifest-name>
# examples:
scoop install galaxy-steam
scoop install galaxy-uplayApps install to ~/scoop/apps/<manifest-name>/current.
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:
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.
This bucket checks for updates every hour. You must run update commands manually to apply them:
scoop update # Update metadata
scoop update * # Update all installed apps
scoop update <manifest-name> # Update a specific integrationAutomating Updates: Create a scoop-update.ps1 script with:
scoop update
scoop update *Then add it to Windows Task Scheduler to run daily or in your preferred schedule.
- gog-galaxy-plugin-downloader by Slashbunny: If you don't want to use
scoopto 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.
I've also created a scoop bucket for emulators, visit https://github.com/borger/scoop-emulators for more details.
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.
- borger for creating and maintaining this bucket.
- lukesampson for creating Scoop.
- Mixaill for creating & maintaining the awesome-gog-galaxy list of integrations.