Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminbhst/brisk
Ultra-fast, modern download manager for desktop
https://github.com/aminbhst/brisk
download-manager downloader downloadmanager linux macos windows
Last synced: 4 days ago
JSON representation
Ultra-fast, modern download manager for desktop
- Host: GitHub
- URL: https://github.com/aminbhst/brisk
- Owner: AminBhst
- License: gpl-3.0
- Created: 2023-02-13T15:19:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:45:32.000Z (3 months ago)
- Last Synced: 2024-10-29T13:28:46.707Z (3 months ago)
- Topics: download-manager, downloader, downloadmanager, linux, macos, windows
- Language: Dart
- Homepage:
- Size: 77.6 MB
- Stars: 270
- Watchers: 3
- Forks: 18
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![license](https://img.shields.io/github/license/AminBhst/brisk?style=flat-square)](https://github.com/AminBhst/brisk/blob/main/LICENSE)
[![release](https://img.shields.io/github/v/release/AminBhst/brisk?style=flat-square)](https://github.com/AminBhst/brisk/releases)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/AminBhst/brisk/total?style=flat-square)
[![Telegram Channel](https://img.shields.io/badge/Channel-Telegram-blue.svg?logo=telegram&style=flat-square)](https://t.me/ryedev)[//]: # (![Static Badge](https://img.shields.io/badge/Channel-Youtube-red?style=flat-square&logo=youtube&link=https%3A%2F%2Fwww.youtube.com%2F%40ryedev))
Ultra-fast, modern download manager for desktop
## :package: Installation
Installation files for Windows and Linux are available at [Github Releases](https://github.com/AminBhst/brisk/releases/).
Brisk is also available on the [Arch AUR](https://aur.archlinux.org/packages/brisk-bin).
To install the browser extension, please refer to the [brisk-browser-extension repository](https://github.com/AminBhst/brisk-browser-extension).
> [!IMPORTANT]
> For Linux, make sure to check the [Linux Prerequisites](#key-linux-prerequisites)
>
> On Windows, if you encountered a "Windows Protected your PC" warning, click `more info -> run anyway`
>
> For the browser extension to work properly, disable other download manager extensions.> [!NOTE]
> Due to not owning a Mac hardware, MacOS support is unfortunately not available.## :rocket: Key Features
- [Powerful Download Engine](#gear-brisks-download-engine)
- [Browser Integration](#globe_with_meridians-browser-integration)
- Downloading video streams from the browser
- Download Queues
- Hotkey (ctrl+alt+A) to quickly add a download URL from the clipboard## :gear: Brisk's Download Engine
Brisk is powered by a custom-built, high-performance engine that delivers the maximum download speed throughout the entire download process. The engine is built entirely from scratch only using Dart's [http](https://github.com/dart-lang/http), without relying on external libraries or download utilities like aria2.The key features of the engine include:
- **Dynamic Connection Spawn:** Downloads starts with a single connection and as they progress, new connections are added on the fly and without interfering with one another. This ensures that a higher number of connections are used only when necessary, significantly improving the download speed of small-to-medium sized files.
- **Dynamic Connection Reuse:** After a connection completes receiving its designated byte range, it is immediately reassigned to assist another connection. This means that finished connections actively contribute to the overall download process by handling portions of other busy connections' byte ranges. As a result, the engine maintains as many active connections as possible, ensuring that download speeds remain consistently at their peak.
- **Downloading M3U8 Streams:** Brisk is able to capture and download M3U8 streams from the browser (requires Brisk Browser Extension)
- **Automatic connection reset:** Hanging connections will be reset automatically.## :globe_with_meridians: Browser Integration
Brisk offers a dedicated browser extension with the following features:
- Capturing download requests from the browser and directly adding them to Brisk
- Extracting all download links from a selected text area and adding them to Brisk all at once
- Capturing m3u8 video streams from the browserPlease refer to the [brisk-browser-extension repository](https://github.com/AminBhst/brisk-browser-extension) for installation.
## :film_projector: Demo With Browser Integration
https://github.com/user-attachments/assets/fc63dcf4-0e69-4610-9c92-f26f12f9ad01
## :key: Linux Prerequisites
- **keybinder-3**
- Debian/Ubuntu : ```libkeybinder-3.0-0```
- Fedora/RHEL/CentOS : ```keybinder3```
- Arch Linux : ```libkeybinder3```- **appindicator3-0.1**
- Debian/Ubuntu : ```libayatana-appindicator3-dev```
- Fedora/RHEL/CentOS : ```libayatana-appindicator-gtk3```
- Arch Linux : ```libappindicator-gtk3```## :hammer_and_wrench: Build From Source
Download the Flutter SDK v2.22.0 and set the path variable
```bash
flutter build macos|windows|linux
```## :money_with_wings: Donations
You can support my work via:
- ERC20: 0xcc506Cf21374B880B8eFA5294D8047C660DaD80D
- TRC20: TDbP6HDUTtSzP1zRagEt27o5QYjB2oTFwEIf you were kind enough to donate, make sure to let me know so that I can add you to the list of projects' supporters. Reasonable feature requests from supporters will also be considered top priority.
## :busts_in_silhouette: Community
Join our [discord server](https://discord.gg/g8fwgZ84) for dedicated spaces where both developers and regular users can ask questions, get support, and connect. You'll also be notified of every upcoming update coming to Brisk.## :heart: Credits and Contributors
Contributions are welcome and appreciated.#### :trophy: Special thanks to all contributors:
- [AliML111](https://github.com/AliML111)
- [Zorin FOSS](https://github.com/ZorinFoss)
- [Norman Wang](https://github.com/Norman-w)