Installation
gplay is a single static Go binary — there is no Node.js, Python, Ruby, or JVM to install. Pick the method for your platform.
Homebrew (macOS / Linux)
Section titled “Homebrew (macOS / Linux)”brew tap tamtom/tapbrew install tamtom/tap/gplayInstall script (macOS / Linux)
Section titled “Install script (macOS / Linux)”curl -fsSL https://raw.githubusercontent.com/tamtom/play-console-cli/main/install.sh | bashThe script detects your OS and architecture, downloads the latest release binary, verifies it, and installs it to your PATH.
Windows (PowerShell)
Section titled “Windows (PowerShell)”irm https://raw.githubusercontent.com/tamtom/play-console-cli/main/install.ps1 | iexManual download
Section titled “Manual download”Grab a prebuilt binary for macOS (Intel/Apple Silicon), Linux (amd64/arm64), or Windows from the GitHub releases page. Each release ships with a checksums.txt for verification.
Verify the install
Section titled “Verify the install”gplay versionUpdating
Section titled “Updating”gplay updates itself in place:
gplay updateIt also checks for new versions on startup. Disable that check with GPLAY_NO_UPDATE=1 (useful in CI).
Shell completion
Section titled “Shell completion”# bash / zsh / fish / powershellgplay completion zsh > "${fpath[1]}/_gplay"Run gplay completion --help for per-shell instructions.
Next step
Section titled “Next step”Connect gplay to your Google Play account: Authentication →