A download manager designed for macOS and based on aria2.
- rust
>= 1.74.0
- aria2
- Clone the repo.
git clone https://github.com/iewnfod/aria-download-manager.git
- Run build script.
scripts/build.sh
- You can find
.app
and.dmg
file in target dir.
- Build a debug binary of download manager use
cargo build
. - Move it into adm-tray's target dir.
- Enter adm-tray's dir and use
cargo run
to run your codes.
- Open this application or adm-tray binary to make sure that aria2 has been started.
- Use
cargo run
to run your codes.