Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir1376/ab-download-manager
A Download Manager that speeds up your downloads
https://github.com/amir1376/ab-download-manager
chrome compose compose-multiplatform desktop desktop-app download download-manager downloader downloadmanager firefox kotlin linux windows
Last synced: about 15 hours ago
JSON representation
A Download Manager that speeds up your downloads
- Host: GitHub
- URL: https://github.com/amir1376/ab-download-manager
- Owner: amir1376
- License: apache-2.0
- Created: 2024-07-07T03:56:25.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-25T19:54:55.000Z (17 days ago)
- Last Synced: 2024-11-25T20:38:12.975Z (17 days ago)
- Topics: chrome, compose, compose-multiplatform, desktop, desktop-app, download, download-manager, downloader, downloadmanager, firefox, kotlin, linux, windows
- Language: Kotlin
- Homepage: https://abdownloadmanager.com
- Size: 2.73 MB
- Stars: 3,258
- Watchers: 13
- Forks: 162
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - amir1376/ab-download-manager - multiplatform,desktop,desktop-app,download,download-manager,downloader,downloadmanager,firefox,kotlin,linux,windows pushed_at:2024-12 star:4.5k fork:0.3k A Download Manager that speeds up your downloads (Kotlin)
README
AB Download Manager
## Description
[AB Download Manager](https://abdownloadmanager.com) is a desktop app which lets you manage and organize your download files better than before
## Features
- ⚡️ Faster Download Speed
- ⏰ Queues and Schedulers
- 🌐 Browser Extensions
- 💻 Multiplatform (Windows / Linux for now)
- 🌙 Multiple Themes (Dark/Light) with modern UI
- ❤️ Free and Open SourcePlease visit [Project Website](https://abdownloadmanager.com) for more info
## Installation
[Download Instructions](https://abdownloadmanager.com)
[GitHub Releases](https://github.com/amir1376/ab-download-manager/releases/latest)
in order to download and install the app
### installation script (Linux)
```bash
curl -fsSL https://raw.githubusercontent.com/amir1376/ab-download-manager/master/scripts/install.sh | bash
```### winget or scoop (for Windows)
**winget**:
```bash
winget install amir1376.ABDownloadManager
```**scoop**:
```bash
scoop install extras/abdownloadmanager
```## Uninstall
perform below command to uninstall
```bash
curl -fsSL https://raw.githubusercontent.com/amir1376/ab-download-manager/master/scripts/uninstall.sh | bash
```## Screenshots
## Project Status & Feedback
Please keep in mind that this project is in the beginning of its journey.
**lots of features** are on the way!.**But**, in the meantime you may face **Bugs or Problems**. so.
Please report them (by [Community chat](#community) or `GitHub Issues`) to me,And I'll do my best to fix them ASAP## Community
You can join to our [Telegram Group](https://t.me/abdownloadmanager_discussion) to
- Report problems
- Suggest features
- Get help about the app## Repositories And Source Code
There are multiple repositories related to the **AB Download Manager** project
| Repository | Description |
|--------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
| [Main Application](https://github.com/amir1376/ab-download-manager) (You are here) | Contains the **Application** that runs on your **device** |
| [Browser Integration](https://github.com/amir1376/ab-download-manager-browser-integration) | Contains the **Browser Extension** to be installed on your **browser** |
| [Website](https://github.com/amir1376/ab-download-manager-website) | Contains the **AB Download Manager** [website](https://abdownloadmanager.com) |I spent a lot of time to create this project.
If you like my work, Please consider giving it a ⭐ Thanks ❤️
## Bug Report
If you see bugs in the source code! please report them in the `GitHub Issues` section
## Build From Source
to compile and test desktop app on your local machine
follow these steps.1. Clone the project
2. Install the [JBR](https://github.com/JetBrains/JetBrainsRuntime/releases)
3. cd into the project, open your terminal and execute the following commands
4. select which way you want to compile the appPackaged (msi,deb at the moment)
```bash
./gradlew./gradlew packageReleaseDistributionForCurrentOS
```This will create an installer package for your **current OS**, so you can install it on your own
>Note: you will get error if your OS does not support any of above package types in this case you should compile it `without packaging`
Without Package
In case you don't want to package it or your OS does not support those package types you can use this command to compile the app without packaging it
```bash
./gradlew./gradlew createReleaseDistributable
```
It will create an output folder>NOTE: this is not packaged you may package it yourself manually, or just simply run it!
>I suggest you to move the output somewhere else if you want to run it directly
The output will be created in
```
/desktop/app/build/compose/binaries/main-release/
```> **Note**. This project is compiled and published by GitHub actions [here](./.github/workflows/publish.yml), so if you
> faced any problem you can check that too## Contribution
Contributions to this project are very welcome!
If you want to contribute to this project, please read [Contributing Guide](CONTRIBUTING.md) first.
Let's make a better Download Manager together ❤️
## Support the Project
If you'd like to support the project, you can find details on how to donate in the [DONATE.md](DONATE.md) file.