putio-desktop
A desktop client for put.io supporting multi-connection downloads & resuming downloads (soon). The client is not yet complete.
Install
Roadmap for v1
- Support resuming downloads
- Support pausing downloads from frontend
- Cleanup frontend code
Live Development
Install wails v2 cli with the following command:
go install github.com/wailsapp/wails/v2/cmd/wails@latest
See the wails documentation for more details.
To run in live development mode, run wails dev
in the project directory.
At the moment, you must re-run the dev command to see frontend changes.
Building
For a production build, use wails build
.
Thanks