Last updated
A caching proxy for the GitHub CLI that makes repeated commands instant. Singleflight coalescing means 10 agents asking the same thing triggers just 1 API call.
$ winget install --id BrunoBorges.ghx --exact --version 1.5.1Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
For Intune admins
Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph — no manual repackaging, no chasing vendor sites.
See Pckgr's app libraryA caching proxy for the GitHub CLI (gh) that eliminates redundant API calls, prevents rate limiting, and dramatically speeds up repeated commands.
Built for AI agent workflows where multiple agents (Copilot CLI, coding agents, MCP servers) hammer the same gh commands simultaneously.
Highlights
- 10x faster cached responses (~0.1s vs ~1s)
- Singleflight coalescing — 5 agents asking the same thing = 1 API call
- Allowlist-based — only caches known-safe read-only commands
- Auto-invalidation — mutations flush related cache entries
- Web dashboard — real-time hit rates, per-command stats, request log
- Drop-in replacement — just use ghx instead of gh
- No gh required — auto-downloads GitHub CLI on first use if not installed
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.
No known CVEs for ghx.
Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.
More from Bruno Borges or browse cli, github, gh.