Skip to content

Installation

Detailed installation instructions can be found at the latest release: GitHub Release

The easiest way is to use the shell or powershell scripts with the provided commands. To install latests binaries you can use the following scripts:

Terminal window
curl --proto '=https' --tlsv1.2 -LsSf https://fairagro.github.io/sciwin/get_s4n.sh | sh

If curl responds with code 429 you can try to use wget instead.

Terminal window
wget -qO- https://fairagro.github.io/sciwin/get_s4n.sh | sh
Terminal window
powershell -ExecutionPolicy Bypass -c "irm https://fairagro.github.io/sciwin/get_s4n.ps1 | iex"