Download Latest Version google-workspace-cli-x86_64-apple-darwin.tar.gz (6.4 MB)
Email in envelope

Get an email when there's a new version of Google Workspace CLI

Home / v0.22.5
Name Modified Size InfoDownloads / Week
Parent folder
google-workspace-cli-x86_64-apple-darwin.tar.gz.sha256 2026-03-31 114 Bytes
google-workspace-cli-x86_64-pc-windows-msvc.zip 2026-03-31 5.9 MB
google-workspace-cli-x86_64-pc-windows-msvc.zip.sha256 2026-03-31 115 Bytes
google-workspace-cli-x86_64-unknown-linux-gnu.tar.gz 2026-03-31 6.8 MB
google-workspace-cli-x86_64-unknown-linux-gnu.tar.gz.sha256 2026-03-31 119 Bytes
google-workspace-cli-x86_64-unknown-linux-musl.tar.gz 2026-03-31 6.9 MB
google-workspace-cli-x86_64-unknown-linux-musl.tar.gz.sha256 2026-03-31 120 Bytes
google-workspace-cli-aarch64-apple-darwin.tar.gz 2026-03-31 6.1 MB
google-workspace-cli-aarch64-apple-darwin.tar.gz.sha256 2026-03-31 115 Bytes
google-workspace-cli-aarch64-unknown-linux-gnu.tar.gz 2026-03-31 6.6 MB
google-workspace-cli-aarch64-unknown-linux-gnu.tar.gz.sha256 2026-03-31 120 Bytes
google-workspace-cli-aarch64-unknown-linux-musl.tar.gz 2026-03-31 6.6 MB
google-workspace-cli-aarch64-unknown-linux-musl.tar.gz.sha256 2026-03-31 121 Bytes
google-workspace-cli-x86_64-apple-darwin.tar.gz 2026-03-31 6.4 MB
README.md 2026-03-31 2.1 kB
v0.22.5 source code.tar.gz 2026-03-31 1.1 MB
v0.22.5 source code.zip 2026-03-31 1.2 MB
Totals: 17 Items   47.6 MB 14

Installation

Download the archive for your OS and architecture from the assets below.

Linux / macOS

Replace <target> with your platform (e.g., aarch64-apple-darwin or x86_64-unknown-linux-gnu).

:::bash
# 1. Download the archive and its checksum
curl -sLO https://github.com/googleworkspace/cli/releases/download/v0.22.5/google-workspace-cli-<target>.tar.gz
curl -sLO https://github.com/googleworkspace/cli/releases/download/v0.22.5/google-workspace-cli-<target>.tar.gz.sha256

# 2. Verify the checksum
shasum -a 256 -c google-workspace-cli-<target>.tar.gz.sha256

# 3. Extract and install
tar -xzf google-workspace-cli-<target>.tar.gz
chmod +x gws
sudo mv gws /usr/local/bin/

Windows

  1. Download google-workspace-cli-x86_64-pc-windows-msvc.zip and its .sha256 file
  2. Verify the checksum (e.g., using PowerShell Get-FileHash)
  3. Extract the archive and move gws.exe to a directory included in your system PATH.

What's Changed

Full Changelog: https://github.com/googleworkspace/cli/compare/v0.22.4...v0.22.5

Source: README.md, updated 2026-03-31