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. Installation: Double click, accept license and follow simple prompts.

macOS


Download SocNetV 3.2 (Apple silicon, macOS 14+)

For Mac computers with Apple silicon and macOS 14 Sonoma or later.
SocNetV can be also installed via MacPorts (thanks to Szabolcs Horvát!). After installing MacPorts, run in Terminal:
sudo port install socnetv

Download SocNetV 3.0 (Intel, macOS 10.15–12)

For Intel Macs running macOS Catalina (10.15), Big Sur (11), or Monterey (12). Installation: This version is not code-signed. To open it the first time, hold the Command key and right-click the app icon, choose Open, and confirm.

Linux


Download Executable

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

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