Skip to main content

Install

You have 2 choices if you want to use PolyUploader.

🔧 Use the application by compiling it by hand:

  1. Clone the repository:
git clone https://github.com/spel987/PolyUploader.git
  1. Install the latest version of Rust: https://www.rust-lang.org/tools/install
  2. Install Tauri-CLI with this command:
cargo install tauri-cli
  1. Start compilation with this command:
cargo tauri build

You'll find the installer in the .\src-tauri\target\release\bundle folder.

Or start debugging the application with this command:

cargo tauri dev

Optional: If you wish to modify the CSS with TailwindCSS:

  1. Install the latest version of Node.js: https://nodejs.org
  2. Install the dependencies:
npm i
  1. Run the script command to build the CSS file:
npm run tailwind

🖥️ Or simply download and run the release (Windows only).

  1. For the moment, the application is only available on Windows. I tried to build the application for Linux but I kept getting webkit errors and on top of that Linux doesn't handle certain CSS effects in the same way. The application wouldn't look very good and would be full of bugs. However, why not work to solve this problem in future versions.
  2. I'm not providing a portable version at the moment. In fact, Tauri creates a C:\Users\<User>\AppData\Local\PolyUploader folder containing the data required by the Webview.

Windows

A 64-bit version is available. Download it and run it.

Here's a pictorial guide to installing the software.

Setup Windows Image 1

Setup Windows Image 2

Setup Windows Image 3

Setup Windows Image 4

Setup Windows Image 5

Setup Windows Image 6

Addition information

There is no portable version at present. In fact, Tauri creates a C:\Users\<User>\AppData\Local\PolyUploader folder containing the data required by the Webview.