iewnfod / aria-download-manager

A download manager designed for macOS and based on aria2.
Mozilla Public License 2.0
2 stars 1 forks source link
aria2 egui macos-app rust

logo

Aria Download Manager

A download manager designed for macOS and based on aria2.

中文 | English

Show

show_img

Requirements

Build

  1. Clone the repo.
    git clone https://github.com/iewnfod/aria-download-manager.git
  2. Run build script.
    scripts/build.sh
  3. You can find .app and .dmg file in target dir.

Develop

Adm Tray

  1. Build a debug binary of download manager use cargo build.
  2. Move it into adm-tray's target dir.
  3. Enter adm-tray's dir and use cargo run to run your codes.

    Aria Download Manager

  4. Open this application or adm-tray binary to make sure that aria2 has been started.
  5. Use cargo run to run your codes.