Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antikmozib/am-downloader
A modern download manager for Windows.
https://github.com/antikmozib/am-downloader
desktop-app dotnet download-manager windows wpf
Last synced: 1 day ago
JSON representation
A modern download manager for Windows.
- Host: GitHub
- URL: https://github.com/antikmozib/am-downloader
- Owner: antikmozib
- License: gpl-3.0
- Created: 2020-07-03T04:09:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T03:53:52.000Z (4 months ago)
- Last Synced: 2024-09-10T06:48:01.165Z (4 months ago)
- Topics: desktop-app, dotnet, download-manager, windows, wpf
- Language: C#
- Homepage: https://mozib.io/amdownloader
- Size: 5.14 MB
- Stars: 79
- Watchers: 2
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AM Downloader
A modern download manager for Windows.
![Screenshot](screenshot.png?raw=true)
## Features
* Concurrent downloading of many items.
* Multiple download streams per download to speed up transfer rates.
* Pausing and resuming of downloads.
* Batch downloading of items using URL patterns.
* Speed throttling to reduce network pressure.
* Easy-to-use and modern interface.## Installing
__System Requirements:__ Windows 7 SP1 or later with [.NET Desktop Runtime 6.0 (x86)](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
Download and run the setup program and follow its instructions.
_Note:_ Future releases will only support Windows 10 and higher.
## Building
__Requirements:__ [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
`clone` the repository, `cd` into the root directory and execute `dotnet build`.
## Contributions
_Currently not actively accepting contributions._