Skip to content

Installing SYNG

Pre-compiled binaries for SYNG are available for different platforms:

This is currently the recommended way to get SYNG. Download it and turn on the executable bit:

bash
chmod +x ./syng

You can move it to somewhere in your PATH for easier access:

bash
sudo mv ./syng /usr/local/bin/

Mac users need to allow access to the program in the Security preferences.

Verifying the installation

Run SYNG with --help to verify the binary works correctly:

bash
syng --help

Copyright © 2022-present Semantic Works, Inc.