Table of Contents
Hiro is a powerful, fast, and lightweight tool to increase download speed, resume broken/dead downloads, add URLs to download queues and download them when you want.
To get a local copy up and running follow these simple example steps.
- Download binary from releases page.
- Add folder's path to environment variable.
- Download a URL:
hiro get [URL]
- Add a URL to a specific queue (Using queue flag is optional. If you left it blank, the URL will add to the main queue):
hiro add [URL] --queue [queue name]
- Import URLs from text file and add them to a specific queue (Using queue flag is optional. If you left it blank, the URLs will add to the main queue):
hiro import [text file address] --queue [queue name]
- Start a specific queue (Using queue flag is optional. If you left it blank, the main queue has been started):
hiro start [URL] --queue [queue name]
- Add CLI
- Add API support
- Add gRPC support
- Add a GUI
- Multi-language Support
See the open issues for a full list of proposed features (and known issues).
Distributed under the GPL-3.0 license. See LICENSE.txt
for more information.
Hamed Samsami - @samsamihd - samsamihd@gmail.com