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 (v3.3.1)

Windows


Download Windows Installer

Scanned with VirusTotal. Installation: Double click, accept license and follow simple prompts.

macOS


Download Apple Disk Image

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

Linux


Download Executable

Installation: Not needed. Just make it executable and click to run. You need to have libfuse2 installed.

Download and have fun with social network analysis!

For more information and alternative ways to install, please see the Installation Instructions.


Notes

For Windows users
For Linux users

📦 Source Code

The full source code is available on GitHub.

View Source Code on GitHub

If you would like to compile SocNetV from source, please follow the official build instructions in the Manual:

👉 Installation Instructions


🚧 Development Version

Pre-built development binaries are available under the continuous release tag on GitHub:

Get Development Builds

If you prefer to build the development branch yourself, please follow the instructions in the Manual:

👉 Build from Source