Download all repos from a user
Paste a GitHub username or profile URL. The API will fetch all public repositories and return a single ZIP with each repo as a folder.
Pro tip: You can paste a URL like https://github.com/username — we'll extract the username automatically.
How it works
- We call the GitHub REST API to list public repos.
- Each repo's default branch is downloaded as a zipball stream.
- We repackage them into a single archive, preserving folder names.