Download Latest Version gh_2.100.0_windows_386.msi (14.9 MB)
Email in envelope

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

Home / v2.98.0
Name Modified Size InfoDownloads / Week
Parent folder
gh_2.98.0_windows_amd64.zip 2026-08-20 15.0 MB
gh_2.98.0_windows_arm64.msi 2026-08-20 13.7 MB
gh_2.98.0_windows_arm64.zip 2026-08-20 13.5 MB
gh_2.98.0_macOS_universal.pkg 2026-08-20 28.6 MB
gh_2.98.0_windows_386.msi 2026-08-20 14.6 MB
gh_2.98.0_windows_386.zip 2026-08-20 14.3 MB
gh_2.98.0_windows_amd64.msi 2026-08-20 15.3 MB
gh_2.98.0_linux_armv6.rpm 2026-08-20 14.5 MB
gh_2.98.0_linux_armv6.tar.gz 2026-08-20 14.0 MB
gh_2.98.0_macOS_amd64.zip 2026-08-20 15.5 MB
gh_2.98.0_macOS_arm64.zip 2026-08-20 13.9 MB
gh_2.98.0_linux_amd64.tar.gz 2026-08-20 14.9 MB
gh_2.98.0_linux_arm64.deb 2026-08-20 13.6 MB
gh_2.98.0_linux_arm64.rpm 2026-08-20 14.1 MB
gh_2.98.0_linux_arm64.tar.gz 2026-08-20 13.5 MB
gh_2.98.0_linux_armv6.deb 2026-08-20 14.1 MB
gh_2.98.0_checksums.txt 2026-08-20 1.9 kB
gh_2.98.0_linux_386.deb 2026-08-20 14.0 MB
gh_2.98.0_linux_386.rpm 2026-08-20 14.5 MB
gh_2.98.0_linux_386.tar.gz 2026-08-20 13.9 MB
gh_2.98.0_linux_amd64.deb 2026-08-20 14.9 MB
gh_2.98.0_linux_amd64.rpm 2026-08-20 15.5 MB
GitHub CLI 2.98.0 source code.tar.gz 2026-08-20 15.0 MB
GitHub CLI 2.98.0 source code.zip 2026-08-20 15.7 MB
README.md 2026-08-20 8.0 kB
Totals: 25 Items   346.7 MB 24

Security

A security vulnerability has been identified, and fixed, that binds the local forwarded port to all available network interfaces by default.

Users of gh codespace ports forward are advised to update gh to version v2.98.0 as soon as possible.

For more information see: https://github.com/cli/cli/security/advisories/GHSA-vfhh-p7hm-pxfh

Support worktrees in pr checkout

Users can now checkout a pull request into a git worktree by using the new --worktree PATH flag in gh pr checkout:

:::shell
gh pr checkout 12 --worktree ../wt-feature

Add semantic search to search issues

The gh search issues command now supports semantic search for issues. Users can select the search type by passing the --search-type flag:

:::shell
gh search issues --search-type semantic ...

gh search issues --search-type hybrid ...

For more information about semantic search see: "Improved Search for github issues is now generally available".

What's Changed

✨ Features

🐛 Fixes

📚 Docs & Chores

:dependabot: Dependencies

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.97.0...v2.98.0

Source: README.md, updated 2026-08-20