SONAR Installation
Install SONAR
Section titled “Install SONAR”This guide explains how to install SONAR depending on your operating system.
Windows (NSIS or MSI)
Section titled “Windows (NSIS or MSI)”- Download: Get the Windows installer from the download page.
- Install:
Double-click the downloaded
.exeor.msifile and follow the setup wizard. - Required dependency: Install Npcap 1.87 if you want to capture live network traffic.
Linux (AppImage, DEB and RPM)
Section titled “Linux (AppImage, DEB and RPM)”Make sure libpcap is available on the host before running live capture.
sudo apt install libpcap-devDebian / Ubuntu (.deb)
Section titled “Debian / Ubuntu (.deb)”sudo apt install ./sonar*.debFedora / CentOS / RHEL (.rpm)
Section titled “Fedora / CentOS / RHEL (.rpm)”sudo dnf install ./sonar*.rpmPortable run (.AppImage)
Section titled “Portable run (.AppImage)”chmod +x SONAR*.AppImage./SONAR*.AppImagemacOS (DMG)
Section titled “macOS (DMG)”- Download:
Get the
.dmgfile from the download page. - Install:
Open the disk image and drag SONAR into
Applications. - First launch: If macOS blocks the app, allow it from the system security settings.
CLI / headless mode
Section titled “CLI / headless mode”Recent SONAR versions also expose a no-window mode for automated workflows.
sonar --headlessAdditional resources
Section titled “Additional resources”- See the development prerequisites for local setup details.
- Report issues on GitHub.