Follow simple Steps To Install aria2 on Mac

Package Information:

Name: aria2
Use: aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.

URL: https://aria2.github.io/

Installation Steps:

  1. Open up your Terminal
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install aria2 using brew
    brew install aria2

aria2 is ready to use now!