Skip to content

Rapid is a download manager that capable to download a file in chunks concurrently

Notifications You must be signed in to change notification settings

thoriqadillah/rapid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapid Download Manager

Rapid is a download manager that capable to download in chunks

Run the server

Install the dependency

go mod tidy

And then run the server

go run .

Run the client

There is 2 available clients, CLI and GUI.

CLI

Build the CLI

cd cli
go build -o build .

Example usage

./build/cli download https://link.testfile.org/PDF50MB

GUI

The GUI client developed with Wails. Currently stil in WIP. To open it, use the following command

cd gui
wails dev

Build your own client

Rapid download manager is a server-client app. The server is the engine itself, and is exposed via REST API. The API documentation can be found here

About

Rapid is a download manager that capable to download a file in chunks concurrently

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published