Skip to content
/ rawst Public
forked from Jupiee/rawst

Rawst is cli download manager, written in rust

License

Notifications You must be signed in to change notification settings

vyfor/rawst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rawst Download Manger

Latest stable release GitHub license Total downloads

Content

About

Snag your files efficiently with Rawst downloader, written in rust for blazingly fast execution. It's lightweight with less dependencies

💡 Features

  • Sequential streamed downloads
  • Concurrent downloads with multiple segments
  • Multiple file downloads from a text file
  • Configurable config file
  • Detailed progress bars
  • Blazingly fast execution time
  • Lightweight with less dependencies

📦 How to install Rawst?

Linux
Windows
Build from source
  • run cargo build --release
  • move the binary to corresponding directories Windows => C:\Users\%USERNAME%\AppData\Local\Microsoft\WindowsApps Linux => /usr/local/bin

⚙️ Usage

Usage: rawst [OPTIONS]

Options:
  -u, --url <Url>              Url to download
  -f, --file <InputFile>       Filepath to the file with links
  -s, --save-as <Saveas>       Save file as custom name
  -m, --max-threads <Threads>  Maximum number of concurrent downloads [default: 1]
  -h, --help                   Print help
  -V, --version                Print version

Screenshots

single_download.png multi_donwload.png

🎯 Planned features

  • Torrent support
  • Proxy support
  • Scheduled downloads
  • Custom headers support
  • Resumable downloads
  • Parallel downloads using cores
  • Config files
  • Website link grabber
  • GUI wrapper with Iced
  • Rewrite with better design

License

GNU General Public License v3.0

About

Rawst is cli download manager, written in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.6%
  • Shell 1.3%
  • Batchfile 1.1%