Install the clients
Download current client packages from the Vsync downloads page.
Windows
Run the x86-64 NSIS installer and launch Vsync from the Start menu. The installer is per-user and does not normally require administrator access.
For command-line or CI use, download the Windows CLI zip, extract vsync.exe,
and place it in a directory on PATH.
macOS
Download the universal DMG, open it, and drag Vsync into Applications. The universal application supports Apple Silicon and Intel Macs.
The CLI tarball contains a universal vsync binary. Extract it into a location
on PATH, such as /usr/local/bin.
Linux
Download the x86-64 AppImage, make it executable, and run it:
chmod +x Vsync_*.AppImage
./Vsync_*.AppImage
The CLI tarball contains the vsync binary:
tar -xzf vsync_*_linux-x86_64.tar.gz
sudo install -m 755 vsync /usr/local/bin/vsync
Verify the CLI
vsync --version
The desktop app and CLI share the same login, build root, and local cache on a machine.