Getting Started
Installation

Installation

To install the app you can either download ready-to-use binaries or build it from source. Unless you know what you're doing, you probably want to use the precompiled binaries.

Precompiled binaries

Precompiled binaries of the GUI are available for most platforms. Simply download the appropriate binary for your system and follow the instructions.

  1. Download the latest release from GitHub here (opens in a new tab)
  2. Open the downloaded .exe installer
  3. Follow the installation instructions
  4. Open the UnstoppableSwap application from your Start menu

Building from source

If you want to build the application from source you'll need to have the following tools installed:

After that you only need to clone the repository and run the following commands:

git clone https://github.com/UnstoppableSwap/core.git
cd core/src-tauri
cargo tauri build # may take a while

This will create the core/target/release/bundle folder which contains the executable in a platform specific folder. By default this will compile the binary the platform you are currently on. You can configure this using options for the cargo tauri build command (docs (opens in a new tab)).