Already got the Wattson installed? Try out our first steps guide.
automated Installation for Ubuntu 22.04

The automated installation script for Ubuntu 22.04 installs dependencies via apt, automatically configures the Open vSwitch services and allows you to install via Pip afterwards.

Follow the instructions from 's Github repository.

sudo apt update
sudo apt upgrade -y
sudo apt install -y python3-pip git gcc make perl docker.io python3-pyqt5
git clone https://github.com/fkie-cad/wattson
sudo python3 wattson/setup.py wattson
sudo python3 -m pip install -e ./wattson

You don't have Ubuntu 22.04?

Try another installation method.