Downloads

IO Ninja for Windows

FULL .msi installers include WinPcap, USBPcap, tdevmon, and drivers for IO Ninja hardware sniffers; CORE .msi installers and portable .7z archives only include core IO Ninja modules. Portable here means, unpack anywhere and run without installation.

If you use the Windows Package Manager (also known as winget), you can install IO Ninja (core modules) from the command line:

> winget install ioninja

Otherwise, download and install a package manually:

TitleFileSizeDate
IO Ninja 5.5.1 — Windows (Intel 64-bit MSI installer — FULL)ioninja-5.5.1-windows-amd64.msi28.95 MB2024-02-29
IO Ninja 5.5.1 — Windows (Intel 64-bit MSI installer — CORE)ioninja-5.5.1-windows-amd64-core.msi24.16 MB2024-02-29
IO Ninja 5.5.1 — Windows (Intel 64-bit 7-ZIP archive)ioninja-5.5.1-windows-amd64.7z16.1 MB2024-02-29
IO Ninja 5.5.1 — Windows (Intel 32-bit MSI installer — FULL)ioninja-5.5.1-windows-x86.msi29.2 MB2024-02-29
IO Ninja 5.5.1 — Windows (Intel 32-bit MSI installer — CORE)ioninja-5.5.1-windows-x86-core.msi21.14 MB2024-02-29
IO Ninja 5.5.1 — Windows (Intel 32-bit 7-ZIP archive)ioninja-5.5.1-windows-x86.7z13.96 MB2024-02-29
IO Ninja for Windows XP

We no longer produce packages for Windows XP because some of the required dependencies do not compile and/or run on Windows XP anymore. If you need a version that still runs on Windows XP, please grab a *-winxp-* package of IO Ninja v5.4.2 from the Download Archive.

IO Ninja for macOS

If you are a Homebrew user, you can install IO Ninja from the following tap:

$ brew tap vovkos/ioninja
$ brew install ioninja

Otherwise, download and install an app bundle manually:

TitleFileSizeDate
IO Ninja 5.5.1 — macOS (Intel 64-bit disk image)ioninja-5.5.1-mac-amd64.dmg23.44 MB2024-02-29
IO Ninja 5.5.1 — macOS (Intel 64-bit tarball)ioninja-5.5.1-mac-amd64.tar.xz16.78 MB2024-02-29
IO Ninja 5.5.1 — macOS (ARM 64-bit disk image)ioninja-5.5.1-mac-arm64.dmg43.68 MB2024-02-29
IO Ninja 5.5.1 — macOS (ARM 64-bit tarball)ioninja-5.5.1-mac-arm64.tar.xz28.65 MB2024-02-29

IO Ninja for Linux

IO Ninja requires QT5. However, QT5 is not listed as a dependency because QT package names are not standardized across Linux distributions. Please refer to your Linux distribution documentation on how to install QT5 runtime (Qt5Core, Qt5Network, Qt5Widgets) prior to running IO Ninja.

Use our APT, RPM and AUR repositories to install IO Ninja with the native package manager:

Package managerInstallation
APT

Debian, Ubuntu, Linux Mint, Raspbian, etc.

Register the IO Ninja Team GPG key with APT:

$ wget -qO - https://tibbo.com/downloads/open/ioninja-pub.gpg  | \
  sudo apt-key add -

Add the IO Ninja APT repository:

$ echo "deb https://tibbo.com/downloads/archive/ ioninja-apt/" | \
  sudo tee /etc/apt/sources.list.d/ioninja.list

Update APT sources and install IO Ninja:

$ sudo apt update
$ sudo apt install ioninja
RPM

Fedora, CentOS, OpenSUSE, Mageia, estc.

Register the IO Ninja Team GPG key with RPM:

$ sudo rpm -v --import https://tibbo.com/downloads/open/ioninja-pub.gpg

Add the RPM repository and install IO Ninja:

YUM
$ sudo yum-config-manager --add-repo https://tibbo.com/downloads/archive/ioninja-rpm/ioninja.repo
$ sudo yum install ioninja
DNF
$ sudo dnf config-manager --add-repo https://tibbo.com/downloads/archive/ioninja-rpm/ioninja.repo
$ sudo dnf install ioninja
Zypper
$ sudo zypper addrepo -g https://tibbo.com/downloads/archive/ioninja-rpm/ioninja.repo
$ sudo zypper install ioninja
Pacman

Arch Linux, Antergos, Manjaro, etc.

Use your favorite AUR-helper, e.g.:

$ yay -S ioninja

...or install IO Ninja with the good old makepkg:

$ git clone https://aur.archlinux.org/ioninja.git
$ cd ioninja
$ makepkg --install

Alternatively, download and install a package manually:

TitleFileSizeDate
IO Ninja 5.5.1 — Linux (Intel 64-bit Debian package)ioninja-5.5.1-linux-amd64.deb23.61 MB2024-02-29
IO Ninja 5.5.1 — Linux (Intel 64-bit RPM package)ioninja-5.5.1-linux-amd64.rpm23.6 MB2024-02-29
IO Ninja 5.5.1 — Linux (Intel 64-bit tarball)ioninja-5.5.1-linux-amd64.tar.xz18.24 MB2024-02-29
IO Ninja 5.5.1 — Linux (Intel 32-bit Debian package)ioninja-5.5.1-linux-x86.deb24.42 MB2024-02-29
IO Ninja 5.5.1 — Linux (Intel 32-bit RPM package)ioninja-5.5.1-linux-x86.rpm24.42 MB2024-02-29
IO Ninja 5.5.1 — Linux (Intel 32-bit tarball)ioninja-5.5.1-linux-x86.tar.xz18.62 MB2024-02-29
IO Ninja 5.5.1 — Linux (ARM 64-bit Debian package)ioninja-5.5.1-linux-arm64.deb25.42 MB2024-02-29
IO Ninja 5.5.1 — Linux (ARM 64-bit tarball)ioninja-5.5.1-linux-arm64.tar.xz17.36 MB2024-02-29
IO Ninja 5.5.1 — Linux (ARM 32-bit Debian package)ioninja-5.5.1-linux-arm32.deb19.02 MB2024-02-29
IO Ninja 5.5.1 — Linux (ARM 32-bit tarball)ioninja-5.5.1-linux-arm32.tar.xz13.12 MB2024-02-29

IO Ninja Hardware Drivers

TitleFileSizeDate
IO Ninja Hardware Drivers 3.12.0 — Windows 10ioninja-hw-drivers-3.12.0-win10.7z5.14 MB2019-11-22
IO Ninja Hardware Drivers 3.12.0 — Windows 7ioninja-hw-drivers-3.12.0-win7.7z5.14 MB2019-11-22

Device Monitoring Service for Windows

If you use the Windows Package Manager (also known as winget), you can install Tibbo Device Monitor from the command line:

> winget install tdevmon

Otherwise, download and install a package manually:

TitleFileSizeDate
Tibbo Device Monitor 3.3.7 — Windows (Intel 64-bit MSI installer)tdevmon-3.3.7-windows-amd64.msi2.12 MB2020-10-26
Tibbo Device Monitor 3.3.7 — Windows (Intel 64-bit 7-ZIP archive)tdevmon-3.3.7-windows-amd64.7z533.56 kB2020-10-26
Tibbo Device Monitor 3.3.7 — Windows (Intel 32-bit MSI installer)tdevmon-3.3.7-windows-x86.msi2.08 MB2020-10-26
Tibbo Device Monitor 3.3.7 — Windows (Intel 32-bit 7-ZIP archive)tdevmon-3.3.7-windows-x86.7z501.25 kB2020-10-26

Device Monitoring Service for Linux

TitleFileSizeDate
Tibbo Device Monitor 3.3.13 — Linux (Intel 64-bit tarball)tdevmon-3.3.13-linux-amd64.tar.xz142.36 kB2024-01-18
Tibbo Device Monitor 3.3.13 — Linux (Intel 32-bit tarball)tdevmon-3.3.13-linux-x86.tar.xz154.59 kB2024-01-18
Tibbo Device Monitor 3.3.13 — Linux (ARM 64-bit tarball)tdevmon-3.3.13-linux-arm64.tar.xz133.86 kB2024-01-18
Tibbo Device Monitor 3.3.13 — Linux (ARM 32-bit tarball)tdevmon-3.3.13-linux-arm32.tar.xz133.5 kB2024-01-18

IO Ninja IDE

IO Ninja IDE is distributed in form of plugins for Apache NetBeans. Therefore, the first thing to do is to make sure you have NetBeans and Java installed on your computer.

  1. Open NetBeans, navigate to Tools > Plugins > Settings > Add and add the following update center URL:

    IO Ninja plugins update center URL
    https://ioninja.com/downloads/netbeans/updates.xml
  2. After the update center URL is added, switch to the Available Plugins tab and click the Check for Newest. Then install all three plugins in the com.ioninja category (IO Ninja, Jancy, Tibbo Utilities).

Blast From The Past

Packages of older generations of IO Ninja (v1.x.x, v2.x.x) are accessible in the table below:

TitleFileSizeDate
IO Ninja 2.3.5 — Windows (Intel 32-bit)Ninja-2-03-05-beta.exe4.38 MB2010-12-16
Tibbo Device Monitor for IO Ninja 2 — Windows (Intel 64-bit)tdevmon-1-06-00-amd64.exe951.82 kB2011-11-02
IO Ninja 1.8.6 — Windows (Intel 32-bit)Ninja-1-08-06.exe5.46 MB2010-07-02

Archive

ResourceDescription
Release announcements

A history of IO Ninja release announcements on the front page

Full release archive

An archive of all IO Ninja releases