A next current generation web client for aria2.
Download the release package, open index.html
in your web browser.
For production, only index.html
and the dist
folder are required.
Any morden browser, I guess. If you experience any problem, issue reports are always welcome.
Since --rpc-passwd
option will be deprecated in the future of aria2, Glutton doesn't support it too.
I suggest to use --rpc-secret
instead, which support by aria2 1.18.4 or higher.
In project folder:
npm install
npm run dev
Right now this project is really simple and crude. But if you like to improve it with me, PRs are always welcome.