..
Back

Git Downloader:

Git downloader is a small application which allows you to download the repositories from the GitHub. You don't need install the Git or other program.
Size of the app is wery small, it's only 6KB.
In 2020 I needed to download some repository from GitHub. Despite a long search I couldn't find the "Clone or download the repository" drop-down menu.
I logged in to my account, but this did not work either.
I decided to check how downloading files from GitHub works and...
I present Git Downloader, a simple application to download Git hub repositories.
Initially it was supposed to be a simple GUI, but due to lack of Visual Studio on my laptop (It's too weak to work well) I decided to create a console application, which was compiled by my friend. Now in 2025 is compiled by myself :D.
How does it work?
Using it is very simple. Just put the github repository url from your browser address bar.
Egsample:
To download code of the Looping Tester V2 from my github just put:
https://github.com/NightPurrer/Looping-test2
Otherwise, the application will download the corrupted file.
If you have any questions, suggestions or problems, feel free to send me email.

Download links:

If you want download the application, click here.

Changes

V0.2 from 26.01.2025:
Previously you need to remove https://github.com from the link which you want to download. Now is not needed. From now on just put the full repo link.
Added option to unzip the downloaded archive. Maybe in the future i will add also option to autoremove after the unzipping.
From now on i added also sounds on any needed or finished actions.
Version from 29.10.2020
Initial release.
Copyright DASH 2020/2025.