Skip to main content

Prerequisites

Before installing the SCANOSS Engine, ensure the following tools are available on your system:
  • wget
  • unzip
  • make
  • sudo privileges
Note: These instructions are intended for Linux-based systems.

Installation

Download and build the SCANOSS Engine from source:
wget -O engine.zip https://github.com/scanoss/engine/archive/master.zip
unzip engine.zip
cd engine-master
make
sudo make install
cd ..
Note: The above command downloads from the master branch. It is recommended to check the releases page for the latest stable version before installing.

Verify Installation

Run the following command to confirm the Engine has been installed correctly:
scanoss -v