Skip to content

Installation

Download and install InTunnel client for your platform.

Quick Download

Get the latest version from intunnel.cloud/#download.

Choose Your Client

Visual interface with all features. Best for occasional use.

PlatformDownload
Windowsintunnel-gui-windows.exe
macOS (Apple Silicon)intunnel-gui-macos-arm64
macOS (Intel)intunnel-gui-macos-amd64
Ubuntu/Debianintunnel-gui-ubuntu
Linuxintunnel-gui-linux

Full GUI installation guide →

CLI Client (For Power Users)

Command-line interface. Best for automation and scripting.

PlatformDownload
Windowsintunnel-windows.exe
macOS (Apple Silicon)intunnel-macos-arm64
macOS (Intel)intunnel-macos-amd64
Ubuntu/Debianintunnel-ubuntu
Linuxintunnel-linux

Installation Steps

Windows

  1. Download the .exe file
  2. Double-click to run
  3. If SmartScreen appears, click "More info" → "Run anyway"

macOS

bash
# Download (example for Apple Silicon CLI)
curl -L -o intunnel https://github.com/intechsolutionstn/intunnel-client/releases/download/v2.0.0/intunnel-macos-arm64

# Make executable
chmod +x intunnel

# Remove quarantine
xattr -d com.apple.quarantine intunnel

# Move to PATH (optional)
sudo mv intunnel /usr/local/bin/

Linux / Ubuntu

bash
# Download
curl -L -o intunnel https://github.com/intechsolutionstn/intunnel-client/releases/download/v2.0.0/intunnel-linux

# Make executable
chmod +x intunnel

# Move to PATH (optional)
sudo mv intunnel /usr/local/bin/

Security Notice

WARNING

Our binaries are not code-signed yet. Operating systems may show security warnings. This is normal for open-source projects.

To verify your download, check the SHA256 checksums on our GitHub Releases page.

Getting Your Token

Before using the client, you need an authentication token:

  1. Visit intunnel.cloud
  2. Register or login to your account
  3. Create a new tunnel in the dashboard
  4. Copy your tunnel token

Verify Installation

CLI

bash
intunnel -version
# Output: InTunnel CLI v2.0.0

GUI

Launch the application - you should see the InTunnel interface.

Next Steps

Released under the MIT License.