Properly implemented proxy for GitHub running on Cloudflare Workers, trying to be feature-rich while not bloated.
- Native GitHub domain proxy (github.com, gist.githubusercontent.com, etc.)
- Automatic handling of raw files and large downloads
- TypeScript-based implementation
pnpm install
pnpm run build && pnpm run deploy
- hunshcn/gh-proxy
- FastGit for stripping down the original worker script.