Skip to content

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.

Terminal window
brew tap tamtom/tap
brew install tamtom/tap/gplay
Terminal window
curl -fsSL https://raw.githubusercontent.com/tamtom/play-console-cli/main/install.sh | bash

The script detects your OS and architecture, downloads the latest release binary, verifies it, and installs it to your PATH.

Terminal window
irm https://raw.githubusercontent.com/tamtom/play-console-cli/main/install.ps1 | iex

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.

Terminal window
gplay version

gplay updates itself in place:

Terminal window
gplay update

It also checks for new versions on startup. Disable that check with GPLAY_NO_UPDATE=1 (useful in CI).

Terminal window
# bash / zsh / fish / powershell
gplay completion zsh > "${fpath[1]}/_gplay"

Run gplay completion --help for per-shell instructions.

Connect gplay to your Google Play account: Authentication →