Downloads
Latest Release
Download Stable Release
Latest stable builds from our releases:
Windows
Linux
macOS
Development Builds
You can also get the latest development builds directly from our CI:
- Go to Actions
- Click on the latest successful workflow run
- Scroll down to "Artifacts"
- Download the appropriate artifact for your platform:
Windows-artifacts.zip
for WindowsLinux-artifacts.zip
for LinuxmacOS-artifacts.zip
for macOS
System Requirements
Windows
- Windows 10 or later (64-bit)
- Npcap installed in WinPcap compatibility mode
Linux
- Modern Linux distribution (Ubuntu 20.04+, Debian 11+, etc.)
- libpcap installed (
sudo apt install libpcap-dev
or equivalent) - Root/sudo privileges for packet capture
macOS
- macOS 10.15 (Catalina) or later
- libpcap installed (pre-installed or via
brew install libpcap
) - Root privileges for packet capture