Skip to content

Downloads

From this page, you can download the latest version of Social Network Visualizer. There are installation packages and binaries for the three major operating systems (Windows, macOS, and Linux), as well as links for the source code and the development version.

Click one of the buttons below to download the latest version of SocNetV for your operating system. If there is no installer or package for your OS, please download and compile the source code (see further below).

Latest release

Windows


Download Installer

Scanned with VirusTotal. Verify file integrity with SHA256 checksum. Installation: Double click, accept license and follow simple prompts.

macOS


Download Image

Verify file integrity with SHA256 checksum. Installation: Double click the .dmg file, then right click on SocNetV app while holding Ctrl and select Open. Drag the app into your Applications.

Linux


Download Executable

Installation: Not needed. Just make it executable and click to run in Debian, Ubuntu, Fedora, openSUSE etc!

Download and have fun with social network analysis!


Notes

For Windows users
For macOS users
For Linux users

Source Code

Download Zipped Archive

To compile the source code, please see the Instructions.


Development Version

If you are looking for the cutting edge, there are also binaries of the development version in GH releases (‘continuous’ tag).

Get the development binaries

Alternatively, you can clone the development branch (called “develop”) of the SocNetV code on your computer with this git command:

Terminal window
git clone -b develop --single-branch https://github.com/socnetv/app.git socnetv

A new directory called socnetv will be created. To build the development version, install the Qt5 libraries, and then change directory into socnetv:

Terminal window
cd socnetv

Enter the following commands to compile it:

Terminal window
qmake
make

If you have Qt6 installed, a binary file named socnetv (or socnetv.exe) will be created. You can run it by:

Linux/macOS:

Terminal window
./socnetv

Windows:

Terminal window
socnetv.exe