IamRezaMousavi / ghermez

A Fast and Safe Download Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ghermez Download Manager

A Fast and Safe Download Manager build with ❤️

Explore the docs »

View Release . Report Bug . Request Feature

Latest stable release Total downloads GitHub license GitHub last commit (branch) GitHub contributors GitHub commit activity (branch) AUR version

Table Of Contents

About The Project

GNU/Linux Mac OSX Windows
persepolis mac windows

Ghermez is a download manager & a GUI for Aria2. It's written in Python and Rust. Ghermez is a sample of free and open source software. It's developed for GNU/Linux distributions, BSDs, MacOS, and Microsoft Windows.

Features

  • Multi-segment downloading
  • Scheduling downloads
  • Download queuing
  • and many more!

Installation

There are a few installation options for Ghermez. If you would like another installation option, please open an issue for it.

Windows

Download the installer .exe file from latest release.

Linux

Arch Linux

Download the .pkg.tar.zst package from latest release and run:

sudo pacman -S <file-name>.pkg.tar.zst

Or download PKGBUILD file in archlinux directory and run:

makepkg -si

Debian-base Linux

Download the .deb package from latest release and run:

sudo dpkg -i <file-name>.deb

Source Code

Run below commands with sudo

  • First you have to install python and rust

  • Install requirement packages

pip install -U -r ./requirements.txt
  • Run setup script
python setup.py install

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Information describing how to contribute can be found in the file CONTRIBUTING.md

Acknowledgements


Is there any bug? Report it in issue tracker or correct it by yourself.

About

A Fast and Safe Download Manager

License:GNU General Public License v3.0


Languages

Language:Python 82.6%Language:Rust 16.4%Language:Inno Setup 0.4%Language:Roff 0.3%Language:Shell 0.2%Language:QMake 0.1%