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.0
Name Modified Size InfoDownloads / Week
Parent folder
gh_2.88.0_windows_arm64.zip 2026-03-10 12.6 MB
gh_2.88.0_windows_arm64.msi 2026-03-10 12.9 MB
gh_2.88.0_macOS_universal.pkg 2026-03-10 26.9 MB
gh_2.88.0_windows_386.msi 2026-03-10 13.7 MB
gh_2.88.0_windows_386.zip 2026-03-10 13.4 MB
gh_2.88.0_windows_amd64.msi 2026-03-10 14.3 MB
gh_2.88.0_windows_amd64.zip 2026-03-10 14.1 MB
gh_2.88.0_linux_armv6.rpm 2026-03-10 13.6 MB
gh_2.88.0_linux_armv6.tar.gz 2026-03-10 13.1 MB
gh_2.88.0_macOS_amd64.zip 2026-03-10 14.5 MB
gh_2.88.0_macOS_arm64.zip 2026-03-10 13.2 MB
gh_2.88.0_linux_armv6.deb 2026-03-10 13.2 MB
gh_2.88.0_linux_amd64.tar.gz 2026-03-10 13.9 MB
gh_2.88.0_linux_arm64.deb 2026-03-10 12.7 MB
gh_2.88.0_linux_arm64.rpm 2026-03-10 13.2 MB
gh_2.88.0_linux_arm64.tar.gz 2026-03-10 12.6 MB
gh_2.88.0_linux_amd64.rpm 2026-03-10 14.5 MB
gh_2.88.0_checksums.txt 2026-03-10 1.9 kB
gh_2.88.0_linux_386.deb 2026-03-10 13.1 MB
gh_2.88.0_linux_386.rpm 2026-03-10 13.6 MB
gh_2.88.0_linux_386.tar.gz 2026-03-10 13.0 MB
gh_2.88.0_linux_amd64.deb 2026-03-10 14.0 MB
GitHub CLI 2.88.0 source code.tar.gz 2026-03-10 14.5 MB
GitHub CLI 2.88.0 source code.zip 2026-03-10 15.1 MB
README.md 2026-03-10 7.6 kB
Totals: 25 Items   325.9 MB 13

:copilot: Request Copilot Code Review from gh

image

gh pr create and gh pr edit now support Copilot Code Review as a reviewer. Request a review with --add-reviewer @copilot, or select Copilot interactively from the searchable reviewer prompt.

Create a pull request and request review from Copilot:

gh pr create --reviewer @copilot

Edit a pull request and request review from Copilot:

gh pr edit --add-reviewer @copilot

Close issues as duplicates with gh issue close --duplicate-of

You can now close issues as duplicates and link to a duplicate issue directly from the CLI. The new --duplicate-of flag accepts an issue number or URL and marks the closed issue as a duplicate of the referenced one. You can also use --reason duplicate to set the close reason without linking a specific issue.

# Close as duplicate, linking to the original issue
gh issue close 123 --duplicate-of 456

# Close with duplicate reason only
gh issue close 123 --reason duplicate

JSON support for gh agent-task

gh agent-task list and gh agent-task view now support --json, --jq, and --template flags, consistent with other gh commands.

gh agent-task list --json id,name,state
gh agent-task view <id> --json state --jq '.state'

What's Changed

✨ Features

🐛 Fixes

📚 Docs & Chores

:dependabot: Dependencies

New Contributors

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

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