A fast download manager for Windows to download your files. Download Manager now contains a browser extention to help you download your files as easily as possible. Just install the extention and download a file! For requests for file extentions please make a Feature Request.
If you have any issues with Download Manager please make an issue.
To check for any updates regarding the next update of Download Manager go to the Discussions page.
Older versions of Download Manager do not support high DPI monitors. If you are experiecing display issues, try updating your version of Download Manager or please use the following compatability settings:
- Open a CMD or Powershell window.
- Type
winget install Soniczac7.DownloadManager
. - Wait for installation to complete.
- You can also install the browser extention here.
- Download the latest portable version from the releases page.
- Run the installer
- Follow the on screen instructions.
- You can also install the browser extention here.
- Download the latest unpacked installer version from the releases page.
- Extract the zip anywhere.
- Run the executable
DownloadManagerInstaller.exe
. - Follow the on screen instructions.
- You can also install the browser extention here.
If you choose to install the program silently using the --install
argument please refer to the following exit codes:
0
- The installation completed successfully.1
- The default driveC:\
could not be found.2
- The installer could not install due to insufficent permission.3
- The installer could not install due to an unknown IO error.4
- The application is already installed.5
- The disk is full.6
- The installer could not install due to an unknown exception.
If you want to manually initiate a update to Download Manager through the command line then you can use the --update
argument in the installer. The exit codes for the updater are:
0
- The installation completed successfully.1
- Setup determined that Download Manager was already running the latest version.2
- Setup exited before the installation could complete.3
- The update XML file is malformed.4
- The update failed due to an error during the installation process.5
- Setup could not retrieve the existing Download Manager installation. (Ensure the installer is in the same path as Download Manager and try again.)
Any contribution to Download Manager no matter how small will be appreciated. There are multiple ways to contribute to Download Manager. They are:
Opening issues are essential for open source software so the developers know what can be worked on and what bugs need to be fixed or what features the community wants added. There are 3 different types of issues that can be opened on Download Manager.
- Bug reports are very useful because they help the community to help create a more stable application for everyone.
- Feature requests are very useful because they help the community maintainers to figure out what to make next in the application.
- Security Vulnerability reports are very important because it helps the developer patch a security issue.
If you would like to contribute code you can do the following to get started:
- Fork the repository.
- To be able to properly build Download Manager and have it behave correctly you must run the "First-Time Setup" debug option before building (figure 1 below)
- Make your changes
- Create a pull request to the
master
branch. - When you are ready request
Soniczac7
as a reviewer. - If the pull request is ok it will be merged with the
master
branch. - If there are improvements that need to be made before the branch can be merged, make them and request
Soniczac7
as a reviewer again.
To build Download Manager successfully you may have to build the application in the Debug
build configuration as the Release
configuration does not work.
Figure 1 |
If you dont want to do any of the above but still want to contribute in some way, then leave a star on this repository and share it to others to help other people find this program.