Download Latest Version gh_2.89.0_linux_386.tar.gz (13.4 MB)
Email in envelope

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

Home / v2.88.1
Name Modified Size InfoDownloads / Week
Parent folder
gh_2.88.1_windows_arm64.msi 2026-03-12 12.8 MB
gh_2.88.1_windows_arm64.zip 2026-03-12 12.6 MB
gh_2.88.1_windows_386.msi 2026-03-12 13.7 MB
gh_2.88.1_windows_386.zip 2026-03-12 13.4 MB
gh_2.88.1_windows_amd64.msi 2026-03-12 14.3 MB
gh_2.88.1_windows_amd64.zip 2026-03-12 14.1 MB
gh_2.88.1_macOS_universal.pkg 2026-03-12 26.9 MB
gh_2.88.1_linux_armv6.deb 2026-03-12 13.2 MB
gh_2.88.1_linux_armv6.rpm 2026-03-12 13.6 MB
gh_2.88.1_linux_armv6.tar.gz 2026-03-12 13.1 MB
gh_2.88.1_macOS_amd64.zip 2026-03-12 14.5 MB
gh_2.88.1_macOS_arm64.zip 2026-03-12 13.2 MB
gh_2.88.1_linux_amd64.tar.gz 2026-03-12 13.9 MB
gh_2.88.1_linux_arm64.deb 2026-03-12 12.7 MB
gh_2.88.1_linux_arm64.rpm 2026-03-12 13.2 MB
gh_2.88.1_linux_arm64.tar.gz 2026-03-12 12.6 MB
gh_2.88.1_checksums.txt 2026-03-12 1.9 kB
gh_2.88.1_linux_386.deb 2026-03-12 13.1 MB
gh_2.88.1_linux_386.rpm 2026-03-12 13.6 MB
gh_2.88.1_linux_386.tar.gz 2026-03-12 13.0 MB
gh_2.88.1_linux_amd64.deb 2026-03-12 14.0 MB
gh_2.88.1_linux_amd64.rpm 2026-03-12 14.5 MB
GitHub CLI 2.88.1 source code.tar.gz 2026-03-12 14.5 MB
GitHub CLI 2.88.1 source code.zip 2026-03-12 15.1 MB
README.md 2026-03-12 1.1 kB
Totals: 25 Items   325.9 MB 14

Fix pr commands failing with read:project scope error

v2.88.0 introduced a regression where pr commands would fail with the error:

error: your authentication token is missing required scopes [read:project]
To request it, run:  gh auth refresh -s read:project

Previously, missing read:project scope was gracefully handled, and project data was silently skipped. A change inadvertently broke the error matching that enabled this graceful degradation. v2.88.1 reverts these changes so that pr commands work correctly without requiring the read:project scope.

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.88.0...v2.88.1

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