Content
Snag your files efficiently with Rawst downloader, written in rust for blazingly fast execution. It's lightweight with less dependencies
- 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
Linux
- Download Linux installer from releases and run it
Windows
- Download Windows installer from releases and run it
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: 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
- 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