Skip to content

Installation

Follow these instructions to install and use Nipo.

  • Node.js (v14 or higher) - used to install the global binary runner.

Install Nipo globally using npm:

Terminal window
npm install -g nipo-tunnel

To completely remove Nipo Tunnel and its configuration from your system:

Terminal window
# 1. Uninstall the npm package
npm uninstall -g nipo-tunnel
# 2. Remove configuration and core binary
# Windows (PowerShell)
Remove-Item -Recurse -Force ~/.nipo
# Mac/Linux
rm -rf ~/.nipo