Download Latest Version gh_2.81.0_linux_386.tar.gz (16.9 MB)
Email in envelope

Get an email when there's a new version of cli

Home / v2.81.0
Name Modified Size InfoDownloads / Week
Parent folder
gh_2.81.0_windows_amd64.zip < 10 hours ago 18.3 MB
gh_2.81.0_windows_arm64.msi < 10 hours ago 16.8 MB
gh_2.81.0_windows_arm64.zip < 10 hours ago 16.6 MB
gh_2.81.0_windows_386.msi < 10 hours ago 17.6 MB
gh_2.81.0_windows_386.zip < 10 hours ago 17.5 MB
gh_2.81.0_windows_amd64.msi < 10 hours ago 18.5 MB
gh_2.81.0_macOS_amd64.zip < 10 hours ago 19.0 MB
gh_2.81.0_macOS_arm64.zip < 10 hours ago 17.6 MB
gh_2.81.0_macOS_universal.pkg < 10 hours ago 35.5 MB
gh_2.81.0_linux_arm64.tar.gz < 10 hours ago 16.7 MB
gh_2.81.0_linux_armv6.deb < 10 hours ago 17.8 MB
gh_2.81.0_linux_armv6.rpm < 10 hours ago 17.7 MB
gh_2.81.0_linux_armv6.tar.gz < 10 hours ago 17.0 MB
gh_2.81.0_linux_amd64.tar.gz < 10 hours ago 18.1 MB
gh_2.81.0_linux_arm64.deb < 10 hours ago 17.4 MB
gh_2.81.0_linux_arm64.rpm < 10 hours ago 17.4 MB
gh_2.81.0_checksums.txt < 10 hours ago 1.9 kB
gh_2.81.0_linux_386.deb < 10 hours ago 17.7 MB
gh_2.81.0_linux_386.rpm < 10 hours ago 17.7 MB
gh_2.81.0_linux_386.tar.gz < 10 hours ago 16.9 MB
gh_2.81.0_linux_amd64.deb < 10 hours ago 18.9 MB
gh_2.81.0_linux_amd64.rpm < 10 hours ago 18.9 MB
GitHub CLI 2.81.0 source code.tar.gz 2025-09-30 15.8 MB
GitHub CLI 2.81.0 source code.zip 2025-09-30 17.4 MB
README.md 2025-09-30 2.0 kB
Totals: 25 Items   422.7 MB 0

Support for GitHub Release Attestations

This release introduces the release verify and release verify-asset commands for verifying GitHub Release attestations. Part of the Immutable Releases initiative, a release attestation provides a signed, timestamped binding between a release, its git tag, and any associated assets. These new commands provide a convenient way to verify the integrity of an immutable release against its attestation.

  • Verify the latest release has a valid attestation: gh release verify
  • Verify a specific release by tag: gh release verify v1.2.3
  • Verify an asset from the latest release: gh release verify-asset my-asset.zip
  • Verify a local asset file originated from a specific release: gh release verify-asset v1.2.3 my-asset.zip

These commands help ensure that releases and their assets are authentic and haven’t been tampered with, providing an additional layer of security for your software supply chain.

gh auth status Supports JSON Output

This release adds support for the --json flag in gh auth status. Run gh auth status --help for more information and usage examples.

What's Changed

✨ Features

🐛 Fixes

📚 Docs & Chores

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.80.0...v2.81.0

Source: README.md, updated 2025-09-30