Skip to content

Compiling xpsync yourself

axell edited this page Mar 15, 2026 · 2 revisions

If you're on Linux, macOS or any other architecture thats not x86_64 Windows, you will need to compile xpsync yourself. Doing this is very easy though.

Cloning xpsync

First up, clone the xpsync repo with git clone https://github.com/axellse/xpsync (you will of course need git installed), and navigate to the created directory.

Installing dependencies

See the wails installation guide for getting the dependencies you need. Then, install the wails cli.

Compiling

Finally, run wails build to compile for your platform. The binary will be placed in build/bin.

Clone this wiki locally