Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
2,906
Downloads of v 3.15.1:
52
Last Update:
18 Dec 2020
Package Maintainer(s):
Software Author(s):
- Tibbo Technology Inc
Tags:
io-ninja admin ipv6 script terminal emulator monitor io ninja- Software Specific:
- Software Site
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

IO Ninja
- Software Specific:
- Software Site
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,906
Downloads of v 3.15.1:
52
Maintainer(s):
Software Author(s):
- Tibbo Technology Inc
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install IO Ninja, run the following command from the command line or from PowerShell:
To upgrade IO Ninja, run the following command from the command line or from PowerShell:
To uninstall IO Ninja, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download io-ninja --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade io-ninja -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade io-ninja -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure io-ninja installed
win_chocolatey:
name: io-ninja
state: present
version: 3.15.1
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'io-ninja' do
action :install
version '3.15.1'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: io-ninja,
Version: 3.15.1,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller io-ninja
{
Name = 'io-ninja'
Ensure = 'Present'
Version = '3.15.1'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'io-ninja':
provider => 'chocolatey',
ensure => '3.15.1',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install io-ninja version="3.15.1" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 18 Dec 2020.
Scriptable/Programmable
The word "programmable" speaks for itself. Now you can turn IO Ninja into your personal IO debugger and tune it to your liking with Jancy scripting Whether you need a non-standard protocol analyzer, a network device emulator or an IO testing utility, IO Ninja can be programmed to do the job. We also provide an IO Ninja IDE (Integrated Development Environment) to assist you in exploring and making use of scripting in IO Ninja.
IPV6 Support
IO Ninja is now IPv6-enabled! All socket-based IO Ninja sessions can listen on IPv6 or IPv4 adapters and connect to IPv6 or IPv4 addresses. So if you are looking for a terminal emulator to test IPv6-connectivity of your products, you have just found one.
Binary Data Support
Need low-level IO terminal to send binary data over TCP? Or send hex to serial port? Ninja would be the best tool for binary packets transmission. We not only have a modern and convenient hex-editor. Dig this - you can actually copy-paste C-language defintions of packet structs and edit them using property grid! Binary data transmission capabilities are matched by equally good support for displaying both incoming and outgoing (RX/TX) binary data in a communication log.
Redirect Anything-to-Anything
IO Ninja features session linking which turns it to a universal redirector. Create two sessions (possibly, of completely different nature), configure and link them together. All the data will be passed-through from one end to another and vice versa. Need to access a serial device attached to your PC from another machine across the Internet? In IO Ninja it's done with a couple of clicks.
Free For Personal Use
Last, but not least, IO Ninja is free for non-commercial usage. However, if you plan to use IO Ninja for work-related purposes, you have to purchase a license. If you already have a license for IO Ninja version 2.x.x, you can upgrade it to a commercial license for IO Ninja version 3.x.x free of charge. Contact our sales department for details at [email protected]
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
. "$toolsPath\helpers.ps1"
Write-Host "Importing necessary certificate..."
Import-Certificate -FilePath "$toolsPath\io-ninja.cer" -CertStoreLocation "Cert:\LocalMachine\TrustedPublisher"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://tibbo.com/downloads/archive/ioninja/ioninja-3.15.1/ioninja-3.15.1-windows-x86.msi'
url64bit = 'https://tibbo.com/downloads/archive/ioninja/ioninja-3.15.1/ioninja-3.15.1-windows-amd64.msi'
softwareName = 'IO Ninja*'
checksum = 'a39989e4e86200e0b1c94b8622c002ef705a384a5f8bfedc5835217b7f17cc2bb6e791a2a0648a821d3fc29d80b55053fd559a2d7639fbfd80a07142bd92456c'
checksumType = 'sha512'
checksum64 = '76aa15dc884f44858bfc1521caf951cd523555663647b123851520daf2e2fc662a73f8e7f7a6b23eb34a979810ab650df5f0ce00ba6764c4365a99ae5fa06518'
checksumType64 = 'sha512'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
}
Install-ChocolateyPackage @packageArgs
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'IO Ninja*'
fileType = 'msi'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes= @(0, 3010, 1641)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$($packageArgs.packageName) has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert the package maintainer that the following keys were matched:"
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
if (!(Test-Path Function:\Import-Certificate)) {
function Import-Certificate([string]$FilePath, [string]$CertStoreLocation) {
$certSplits = $CertStoreLocation -replace '^cert\:\\' -split '\\'
if (!($certSplits.Length -eq 2)) { throw "Unexpected certificate storage location" }
$certutil = Get-Command "certutil" | Select-Object -ExpandProperty Path
if (!$certutil) { throw "Path to certutil was not found" }
$arguments = @(
'-addstore'
$certSplits[1]
"$(Resolve-Path $FilePath)"
)
Start-ChocolateyProcessAsAdmin -ExeToRun $certutil -Statements $arguments
}
}
Log in or click on link to see number of positives.
- io-ninja.3.15.1.nupkg (b458ae5609b2) - ## / 64
- ioninja-3.15.1-windows-amd64.msi (4137eba5d615) - ## / 59
- ioninja-3.15.1-windows-x86.msi (e393978eaf50) - ## / 54
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
IO Ninja 3.15.1 | 52 | Friday, December 18, 2020 | Approved |
IO Ninja 3.15.0 | 38 | Friday, October 30, 2020 | Approved |
IO Ninja 3.14.4 | 93 | Monday, July 27, 2020 | Approved |
IO Ninja 3.14.3 | 43 | Friday, July 10, 2020 | Approved |
IO Ninja 3.14.2 | 101 | Friday, April 24, 2020 | Approved |
IO Ninja 3.14.1 | 58 | Tuesday, April 14, 2020 | Approved |
IO Ninja 3.14.0 | 36 | Friday, April 10, 2020 | Approved |
IO Ninja 3.12.2 | 93 | Thursday, March 12, 2020 | Approved |
IO Ninja 3.12.1 | 137 | Friday, December 27, 2019 | Approved |
IO Ninja 3.12.0 | 58 | Friday, December 20, 2019 | Approved |
IO Ninja 3.11.1 | 134 | Tuesday, July 30, 2019 | Approved |
IO Ninja 3.11.0 | 98 | Sunday, June 30, 2019 | Approved |
IO Ninja 3.10.5 | 112 | Wednesday, April 10, 2019 | Approved |
IO Ninja 3.10.4 | 68 | Friday, March 29, 2019 | Approved |
IO Ninja 3.10.3 | 80 | Thursday, March 28, 2019 | Approved |
IO Ninja 3.10.2 | 147 | Friday, February 1, 2019 | Approved |
IO Ninja 3.10.1 | 121 | Thursday, January 10, 2019 | Approved |
IO Ninja 3.7.4 | 430 | Wednesday, June 21, 2017 | Approved |
IO Ninja 3.7.2 | 326 | Thursday, May 4, 2017 | Approved |
IO Ninja 3.7.0 | 360 | Tuesday, December 20, 2016 | Approved |
IO Ninja 3.6.7 | 321 | Friday, September 16, 2016 | Approved |
2016 IO Ninja Tibbo
This package has no dependencies.
Ground Rules:
- This discussion is only about IO Ninja and the IO Ninja package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or IO Ninja, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.