CLI Releases
Download and Run Game Launcher Cloud CLI. No installation required.
Download
Windows x64
Direct Download: gamelaunchercloud-cli.exe
# Download with PowerShell
Invoke-WebRequest -Uri "https://cdn.gamelauncher.cloud/Downloads/CLI/Releases/latest/win-x64/gamelaunchercloud-cli.exe" -OutFile "gamelaunchercloud-cli.exe"
# Or with curl
curl -L -o gamelaunchercloud-cli.exe https://cdn.gamelauncher.cloud/Downloads/CLI/Releases/latest/win-x64/gamelaunchercloud-cli.exe
# Run
.\gamelaunchercloud-cli.exe versionLinux x64
Direct Download: gamelaunchercloud-cli
# Download
curl -L -o gamelaunchercloud-cli https://cdn.gamelauncher.cloud/Downloads/CLI/Releases/latest/linux-x64/gamelaunchercloud-cli
# Make executable
chmod +x gamelaunchercloud-cli
# Move to PATH (optional)
sudo mv gamelaunchercloud-cli /usr/local/bin/
# Run
gamelaunchercloud-cli versionLinux ARM64
Direct Download: gamelaunchercloud-cli
# Download
curl -L -o gamelaunchercloud-cli https://cdn.gamelauncher.cloud/Downloads/CLI/Releases/latest/linux-arm64/gamelaunchercloud-cli
# Make executable
chmod +x gamelaunchercloud-cli
# Move to PATH (optional)
sudo mv gamelaunchercloud-cli /usr/local/bin/
# Run
gamelaunchercloud-cli versionCommon Issues
Windows
Problem: "Windows protected your PC"
Solution: Right-click file → Properties → Check "Unblock" → Apply
Linux
Problem: Permission denied
Solution: Execute the cli with this command
chmod +x gamelaunchercloud-cliLinks
CLI Documentation - Usage guide
Report Issues - Bugs and features
Last updated
Was this helpful?