Skip to content

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:

  1. Go to Actions
  2. Click on the latest successful workflow run
  3. Scroll down to "Artifacts"
  4. Download the appropriate artifact for your platform:
  5. Windows-artifacts.zip for Windows
  6. Linux-artifacts.zip for Linux
  7. macOS-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