Installation Instructions
Precompiled binaries of the GUI are available for download for:
- Windows (64Bit)
- Mac OS (Silicon)
- Mac OS (Intel)
- Linux (Debian/Ubuntu, amd64/x86_64)
- Linux (Arch, x86_64)
- Linux (AppImage, x86_64)
Windows (64Bit)
- Download the latest release from GitHub here (opens in a new tab)
- Open the downloaded
.exe
installer - Follow the installation instructions
- Open the
UnstoppableSwap
application from your Start menu
Mac OS (Silicon / ARM / M1 / M2 / M3)
- Download the latest release from GitHub here (opens in a new tab)
- Open the downloaded
.dmg
file - Drag the
UnstoppableSwap
icon to your Applications folder - Open the
UnstoppableSwap
application from your Applications folder
Mac OS (Intel)
- Download the latest release from GitHub here (opens in a new tab)
- Open the downloaded
.dmg
file - Drag the
UnstoppableSwap
icon to your Applications folder - 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