Skip to content

Quick Start

Terminal window
warpdl https://example.com/file.zip

That’s it! WarpDL will automatically:

  • Start the daemon if not running
  • Split the download into parallel segments
  • Show progress with speed and ETA
Terminal window
# Specify output filename
warpdl -o myfile.zip https://example.com/file.zip
# Specify download directory
warpdl -l ~/Downloads https://example.com/file.zip
# Use a proxy
warpdl --proxy http://proxy:8080 https://example.com/file.zip
Terminal window
warpdl list
Terminal window
warpdl resume <hash>