Installation ============= STIG requires Neo4j and Java to be installed. Please see the installation instructions for your operation system in the :ref:`Building from Source` section. There are two ways to install STIG. The easiest is to download an executable for your operating system. Head over to the `releases `_ page and install the package for your operating system. Linux (Deb) ^^^^^^^^^^^^ Run the following command in the terminal. .. code-block:: bash sudo apt install ./stig_2.0.0_amd64.deb Linux (RPM) ^^^^^^^^^^^^ Run the following command in the terminal. .. code-block:: bash sudo dnf install ./stig_2.0.0_x86_64.rpm After the install, enter ``STIG`` in a terminal and press ENTER. Windows ^^^^^^^^^ Double-click on stig.exe Macos ^^^^^^^ Double-click on STIG.app, then drag it to the Applications folder. The other option is :ref:`Building from Source`.