https://github.com/redraskal/putio-desktop
A desktop client for put.io supporting multi-connection downloads & resuming downloads.
https://github.com/redraskal/putio-desktop
client desktop downloader golang putio wails
Last synced: 8 months ago
JSON representation
A desktop client for put.io supporting multi-connection downloads & resuming downloads.
- Host: GitHub
- URL: https://github.com/redraskal/putio-desktop
- Owner: redraskal
- License: mit
- Created: 2022-02-11T01:22:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T08:10:44.000Z (over 4 years ago)
- Last Synced: 2025-08-09T21:39:08.892Z (10 months ago)
- Topics: client, desktop, downloader, golang, putio, wails
- Language: Go
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# putio-desktop
A desktop client for [put.io](https://put.io) supporting multi-connection downloads & resuming downloads (soon). **The client is not yet complete.**

## Install
**putio-desktop has been tested on Windows 11 & macOS Monterey on M1. Other platforms are considered experimental.**
- [Download the latest release](https://github.com/redraskal/putio-desktop/releases).
## 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](https://wails.io/docs/gettingstarted/installation) 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
* Huge thanks to [@leaanthony](https://github.com/leaanthony) and contributors over at https://github.com/wailsapp/wails for the platform this project runs on