Getting Started
Installation Instructions

Installation Instructions

Precompiled binaries of the GUI are available for download for:

Windows (64Bit)

  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

Mac OS (Silicon / ARM / M1 / M2 / M3)

  1. Download the latest release from GitHub here (opens in a new tab)
  2. Open the downloaded .dmg file
  3. Drag the UnstoppableSwap icon to your Applications folder
  4. Open the UnstoppableSwap application from your Applications folder

Mac OS (Intel)

  1. Download the latest release from GitHub here (opens in a new tab)
  2. Open the downloaded .dmg file
  3. Drag the UnstoppableSwap icon to your Applications folder
  4. Open the UnstoppableSwap application from your Applications folder

Linux (Debian/Ubuntu, amd64/x86_64)

For Debian-based distributions, you can download the Debian package and install it using dpkg.

install.sh
wget https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/download/v0.6.0/unstoppableswap-gui_0.6.0_amd64.deb
sudo dpkg -i unstoppableswap-gui_0.6.0_amd64.deb

Linux (Pacman, Arch, x86_64)

For Arch-based distributions, you can download the Pacman package and install it using pacman.

install.sh
wget https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/download/v0.6.0/unstoppableswap-gui-0.6.0.pacman
sudo pacman -U unstoppableswap-gui-0.6.0.pacman

Linux (AppImage)

For other Linux distributions, you can download the AppImage and run it directly. It includes all dependencies and will work on most systems.

install.sh
wget https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/download/v0.6.0/UnstoppableSwap-0.6.0.AppImage
chmod +x UnstoppableSwap-0.6.0.AppImage
./UnstoppableSwap-0.6.0.AppImage