Skip to main content

Download

Available for all major platforms. Free forever.

Windows

Windows 10/11, 64-bit

Version v1.0.0 156 MB
Download for Windows Release Notes →

macOS

macOS 12+, Apple Silicon & Intel

Version v1.0.0 178 MB
Download for macOS Release Notes →

Linux

Ubuntu 20.04+, Fedora 35+

Version v1.0.0 142 MB
Download for Linux Release Notes →

Installation

Follow the instructions for your operating system.

Requires Windows 10 or later (64-bit)

Using Winget (Recommended)
winget install ExampleCorp.GamingPlatform
Using Chocolatey
choco install gaming-platform

Requires macOS 12 Monterey or later

Using Homebrew (Recommended)
brew install --cask gaming-platform
Verify installation
gaming-platform --version

Supports Ubuntu 20.04+, Fedora 35+, and most modern distros

APT (Ubuntu/Debian)
# Add repository
curl -fsSL https://packages.example.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/gaming-platform.gpg
echo "deb [signed-by=/usr/share/keyrings/gaming-platform.gpg] https://packages.example.com/apt stable main" | sudo tee /etc/apt/sources.list.d/gaming-platform.list

# Install
sudo apt update && sudo apt install gaming-platform
Snap
sudo snap install gaming-platform
Flatpak
flatpak install flathub com.example.GamingPlatform