# QuickUp

QuickUp is a free, open-source desktop utility for Windows, macOS, and Linux. It adds file-upload actions to the native file manager. A user right-clicks a file, chooses a supported host, and QuickUp uploads the file directly to that host and copies the returned URL to the clipboard.

## Key facts

- Official product page: https://quickup.riyo.me/
- Source code: https://github.com/Riyoway/quickup
- License: MIT
- Price: Free
- Platforms: Windows, macOS, Linux
- QuickUp does not proxy or store uploads on its own server.
- Supported hosts: Catbox, x0.at, Litterbox, Uguu, FileDitch.

## Installation

### Windows

Download the latest Windows installer from GitHub Releases, or run:

```powershell
irm https://apps.riyo.me/install/quickup.ps1 | iex
```

QuickUp installs per-user and adds an Explorer context-menu entry; administrator rights are not required.

### macOS and Linux

```sh
curl -fsSL https://apps.riyo.me/install/quickup.sh | sh
```

On macOS, QuickUp integrates with Finder Quick Actions. On Linux, it supports Nautilus, Dolphin, and Thunar.

## Supported file hosts

| Host | Retention | Max file | Notes |
| --- | --- | ---: | --- |
| Catbox | Permanent | 200 MB | Simple persistent links |
| x0.at | 3–100 days | 1 GB | Temporary hosting; smaller files generally last longer |
| Litterbox | 1 hour | 1 GB | Short-lived sharing |
| Uguu | 3 hours | 128 MB | Short-lived small uploads |
| FileDitch | Long-term | 150 GB | Very large supported files; inactive files may be reclaimed |

## Privacy and data flow

Files are sent from the user's computer directly to the third-party host selected by the user. QuickUp itself does not operate an intermediary upload server. The selected host's own privacy, retention, logging, and file-type policies still apply.

## FAQ

### Does QuickUp run in the background?
No. It runs when an upload action is invoked and exits when the task is finished.

### Does QuickUp store files?
No. Files are sent directly to the selected third-party host.

### Is QuickUp open source?
Yes. The source is published on GitHub under the MIT License.
