Skip to content

Installation

3nock edited this page Mar 4, 2026 · 6 revisions

Installing Spider Suite involves a series of simple steps which must be completed in the correct sequence for the installation to be successful.

Note

vX.X.X refers to the version number e.g. v1.0.1

To Download

The installers and portable executable files are available on the Spider Suite's Github repository page or official website download page.

Spider Suite currently supports Windows and Linux operating systems with x64 architecture.

On the release page there are two types of download packages for each of the two systems i.e. installers and portable executables.

Installers

Installers will install Spider Suite and its dependencies in default chosen location on your machine.

The installers are SpiderSuite_vX.X.X_win64_installer.exe for windows and SpiderSuite_vX.X.X_linux_installer.run for Linux.

Portable executables

Portable executables do not need any installation; you simply download and use directly.

The portable executables are SpiderSuite_vX.X.X_win64.zip for Windows and SpiderSuite_vX.X.X_linux.AppImage and SpiderSuite_vX.X.X_linux.tar.gz for Linux.

To Install

Note

Spider Suite is a Graphical User Interface application so all of the steps in this guide refer to the Spider Suite GUI.

For Windows Portable Executables

Download and extract SpiderSuite_vX.X.X_win64.zip archive and place it at your chosen location, extract the archive then run SpiderSuite.exe simply by double clicking on the program.

For Linux Portable Executable

Download SpiderSuite_vX.X.X_linux.AppImage and place it at your chosen location, then run it simply by double clicking or using command line with the command:

./SpiderSuite_vX.X.X_linux.AppImage

Download SpiderSuite_vX.X.X_linux.tar.gz archive and place it at your chosen location.

Extract the archive on desired location (you can use GUI option or command line:

tar –xzf SpiderSuite_vX.X.X_linux.tar.gz

Then run it simply by double clicking on the SpiderSuite/SpiderSuite or using command line with the command:

./SpiderSuite/SpiderSuite

For Windows Installer

Download SpiderSuite_vX.X.X_win64_installer.exe then run the installer, then fill in the required information such as installation location and shortcut names procedurally until you finish the installation procedure.

For Linux Installer

Download SpiderSuite_vX.X.X_linux_installer.run then run the installer by double clicking it or using the command line.

./SpiderSuite_vX.X.X_linux_installer.run

Then fill in the required information such as installation location and shortcut names procedurally until you finish the installation procedure.

Note

In most windows environment Spider Suite will run on the first try but case of Sipder Suite fails to run on the first try on windows, this could be an indication that your machine does not contain the required MSVC-redistributable package. Worry not Spider Suite comes packaged with the required MSVC-redistributable package in case of this. Simply Install the MSVC-redistributable package which comes with Spider Suite (SpiderSuite/vcredist_x64.exe). Also In case Spider Suite fails to connect to the internet and shows SSL errors, install the OpenSSL package which comes packaged with Spider Suite (SpiderSuite/Win64 OpenSSL v1.1.1n Light.msi).

To Uninstall

For portable Spider Suite, just delete the SpiderSuite folder or the SpiderSuite.AppImage and you are done.

For installed Spider Suite, run the maintenance tool located in the SpiderSuite's installation directory (SpiderSuite/uninstall.exe in windows and SpiderSuite/uninstall in linux).

Clone this wiki locally