Download Tunneld CLI

Get the official TunnelAfrica command-line client for your platform

Latest Version: v1.0.3

Quick Install

Default Installation

Terminal
curl -sSL https://raw.githubusercontent.com/SubCodeAfrica/Tunneld/main/install.sh | bash

Install Specific Version

Terminal
curl -sSL https://raw.githubusercontent.com/SubCodeAfrica/Tunneld/main/install.sh | bash -s v1.0.1
Run PowerShell as Administrator for installation

Default Installation

PowerShell (Admin)
iwr -useb https://raw.githubusercontent.com/SubCodeAfrica/Tunneld/main/install.ps1 | iex

Install Specific Version

PowerShell (Admin)
& ([scriptblock]::Create((iwr -useb https://raw.githubusercontent.com/SubCodeAfrica/Tunneld/main/install.ps1))) -Version "v1.0.1"

Manual Installation

Download binaries directly for your specific platform

Post-Download Setup

1

Make Executable

chmod +x tunneld-*
2

Move to PATH

sudo mv tunneld-* /usr/local/bin/tunneld
3

Verify Installation

tunneld --help
1

Create Directory

Create a folder like C:\tunneld\ and move the downloaded .exe file there.

2

Add to PATH

Add C:\tunneld\ to your system's PATH environment variable through System Properties → Advanced → Environment Variables.

3

Verify Installation

Open a new Command Prompt or PowerShell and run:

tunneld --help

Current Release

v1.0.1
Released: September 19, 2025

Latest stable release with all the core tunneling features and platform support.

Supported Platforms

Linux

AMD64, ARM64

✅ Fully Supported

macOS

Intel, Apple Silicon

✅ Fully Supported

Windows

AMD64, ARM64

✅ Fully Supported

Ready to Get Started?

Once you've installed tunneld, head back to learn more about TunnelAfrica's features and pricing.

Back to Home