Download Latest Version gh_2.95.0_linux_386.tar.gz (13.7 MB)
Email in envelope

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

Home / v2.95.0
Name Modified Size InfoDownloads / Week
Parent folder
gh_2.95.0_windows_arm64.msi 2026-06-17 13.5 MB
gh_2.95.0_windows_arm64.zip 2026-06-17 13.3 MB
gh_2.95.0_windows_386.msi 2026-06-17 14.4 MB
gh_2.95.0_windows_386.zip 2026-06-17 14.1 MB
gh_2.95.0_windows_amd64.msi 2026-06-17 15.1 MB
gh_2.95.0_windows_amd64.zip 2026-06-17 14.8 MB
gh_2.95.0_macOS_arm64.zip 2026-06-17 13.9 MB
gh_2.95.0_macOS_universal.pkg 2026-06-17 28.3 MB
gh_2.95.0_linux_armv6.deb 2026-06-17 13.9 MB
gh_2.95.0_linux_armv6.rpm 2026-06-17 14.3 MB
gh_2.95.0_linux_armv6.tar.gz 2026-06-17 13.8 MB
gh_2.95.0_macOS_amd64.zip 2026-06-17 15.3 MB
gh_2.95.0_linux_amd64.tar.gz 2026-06-17 14.6 MB
gh_2.95.0_linux_arm64.deb 2026-06-17 13.4 MB
gh_2.95.0_linux_arm64.rpm 2026-06-17 13.8 MB
gh_2.95.0_linux_arm64.tar.gz 2026-06-17 13.3 MB
gh_2.95.0_linux_amd64.rpm 2026-06-17 15.3 MB
gh_2.95.0_checksums.txt 2026-06-17 1.9 kB
gh_2.95.0_linux_386.deb 2026-06-17 13.8 MB
gh_2.95.0_linux_386.rpm 2026-06-17 14.3 MB
gh_2.95.0_linux_386.tar.gz 2026-06-17 13.7 MB
gh_2.95.0_linux_amd64.deb 2026-06-17 14.7 MB
GitHub CLI 2.95.0 source code.tar.gz 2026-06-17 14.8 MB
GitHub CLI 2.95.0 source code.zip 2026-06-17 15.5 MB
README.md 2026-06-17 2.7 kB
Totals: 25 Items   342.1 MB 19

Read repository files and directories with gh repo read-file and gh repo read-dir

Two new preview commands read repository contents without cloning:

:::shell
# Read a single file to stdout
gh repo read-file README.md --repo cli/cli

# Read from a specific branch, tag, or commit
gh repo read-file go.mod --ref v2.94.0 --repo cli/cli

# Write a file to disk (use --clobber to overwrite)
gh repo read-file README.md --output ./README.md --repo cli/cli

# List the entries in a directory
gh repo read-dir script --repo cli/cli

Both commands default to the repository's default branch, accept --ref to target any branch, tag, or commit, and support --json, --jq, and --template for scripting. This makes it easy for agents and automation to inspect a repo without a full checkout.

[!NOTE] gh repo read-file and gh repo read-dir are in preview and subject to change without notice.

What's Changed

✨ Features

🐛 Fixes

📚 Docs & Chores

:dependabot: Dependencies

Full Changelog: https://github.com/cli/cli/compare/v2.94.0...v2.95.0

Source: README.md, updated 2026-06-17