Download Latest Version gh_2.100.0_windows_386.msi (14.9 MB) Google Add to Preferred Sources
Home / v2.100.0
Name Modified Size InfoDownloads / Week
Parent folder
gh_2.100.0_windows_arm64.msi 2026-09-03 14.0 MB
gh_2.100.0_windows_arm64.zip 2026-09-03 13.7 MB
gh_2.100.0_windows_386.msi 2026-09-03 14.9 MB
gh_2.100.0_windows_386.zip 2026-09-03 14.6 MB
gh_2.100.0_windows_amd64.msi 2026-09-03 15.6 MB
gh_2.100.0_windows_amd64.zip 2026-09-03 15.3 MB
gh_2.100.0_macOS_amd64.zip 2026-09-03 15.8 MB
gh_2.100.0_macOS_arm64.zip 2026-09-03 14.2 MB
gh_2.100.0_macOS_universal.pkg 2026-09-03 29.1 MB
gh_2.100.0_linux_armv6.deb 2026-09-03 14.3 MB
gh_2.100.0_linux_armv6.rpm 2026-09-03 14.9 MB
gh_2.100.0_linux_armv6.tar.gz 2026-09-03 14.3 MB
gh_2.100.0_linux_amd64.tar.gz 2026-09-03 15.2 MB
gh_2.100.0_linux_arm64.deb 2026-09-03 13.9 MB
gh_2.100.0_linux_arm64.rpm 2026-09-03 14.3 MB
gh_2.100.0_linux_arm64.tar.gz 2026-09-03 13.8 MB
gh_2.100.0_checksums.txt 2026-09-03 2.0 kB
gh_2.100.0_linux_386.deb 2026-09-03 14.2 MB
gh_2.100.0_linux_386.rpm 2026-09-03 14.8 MB
gh_2.100.0_linux_386.tar.gz 2026-09-03 14.2 MB
gh_2.100.0_linux_amd64.deb 2026-09-03 15.2 MB
gh_2.100.0_linux_amd64.rpm 2026-09-03 15.8 MB
GitHub CLI 2.100.0 source code.tar.gz 2026-09-03 15.1 MB
GitHub CLI 2.100.0 source code.zip 2026-09-03 15.9 MB
README.md 2026-09-03 2.3 kB
Totals: 25 Items   353.0 MB 514

Experimental: Route GitHub API traffic through a custom host

Organizations can now route a GitHub host's API traffic through a gateway using the new per-host api_host configuration:

:::shell
# Route API traffic for github.com through a gateway
gh config set api_host gh-gateway.example.com --host github.com

# Read the configured API host
gh config get api_host --host github.com

The original host remains in use for authentication, Git remotes, and browser URLs.

[!NOTE] api_host is experimental and is not a security boundary. Requests may still reach the original host.

What's Changed

✨ Features

  • Honor per-host api_host routing across GitHub API requests by @williammartin in #14104
  • Expose api_host through gh config get and gh config set by @williammartin in #14332
  • Add webhook as an official extension by @williammartin in #14326
  • Print full command help after command misuse when gh is invoked by a coding agent by @niik in #14198

🐛 Fixes

  • fix(api): disable telemetry for unauthenticated GHES requests using absolute hostnames by @williammartin in #14337

📚 Docs & Chores

  • Fix discussion acceptance test flags by @williammartin in #14321
  • Clarify supported GHES versions by @williammartin in #14324
  • Improve automated issue triage analysis by @sergiou87 in #14318
  • Record attachment counts in telemetry by @BagToad in #14327

:dependabot: Dependencies

  • chore(deps): bump golang.org/x/crypto from 0.55.0 to 0.56.0 by @babakks in #14331
  • chore(deps): bump Go toolchain from 1.26.7 to 1.26.8 by @babakks in #14330
  • chore(deps): bump github.com/cli/go-gh/v2 from 2.15.0 to 2.16.0 by @williammartin in #14338

Full Changelog: https://github.com/cli/cli/compare/v2.99.0...v2.100.0

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