← Package directory
Available on winget

Install ghx

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.

Install with winget
winget install --id BrunoBorges.ghx
Upgrade
winget upgrade --id BrunoBorges.ghx
Uninstall
winget uninstall --id BrunoBorges.ghx

About ghx

A 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...

What's new in 1.5.2

What's Changed - fix: daemon periodically re-resolves gh path and falls back on missing binary by @brunoborges in #10

Read release notes

Version history

Version Updated Notes
1.5.2 Unknown What's Changed - fix: daemon periodically re-resolves gh path and falls back on missing binary by @brunoborges in #10
1.5.1 Unknown Release notes