Insightful .msi installer package can be installed silently, without UI and without users knowing it is being installed.
Windows:
To perform silent install use the following command
msiexec /i workpuls.msi /qn
❗ Note: Make sure you are running it as an administrator, if not run by administrator, an error message will prevent the installation.
macOS:
When copy/pasting the installation code into Terminal, add this extension at the end of the link &>/dev/null &