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 version

Linux 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 version

Linux 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 version

Common Issues

Windows

Solution: Right-click file → Properties → Check "Unblock" → Apply

Linux

Solution: Execute the cli with this command

chmod +x gamelaunchercloud-cli

Last updated

Was this helpful?