Skip to content

redraskal/putio-desktop

Repository files navigation

putio-desktop

A desktop client for put.io supporting multi-connection downloads & resuming downloads (soon). The client is not yet complete.

putio-desktop-dev_tnr2lgKl0o

Install

putio-desktop has been tested on Windows 11 & macOS Monterey on M1. Other platforms are considered experimental.

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