Installing SYNG
Pre-compiled binaries for SYNG are available for different platforms:
- Linux (x64): https://syng.dev/download/1.0.1/linux-x64/syng
- Linux (ARM64): https://syng.dev/download/1.0.1/linux-arm64/syng
- MacOS: https://syng.dev/download/1.0.1/darwin-x64/syng
- MacOS (Apple Silicon): https://syng.dev/download/1.0.1/darwin-arm64/syng
- Windows (x64): https://syng.dev/download/1.0.1/win32-x64/syng.exe
- Windows (ARM64): https://syng.dev/download/1.0.1/win32-arm64/syng.exe
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