The official command-line client for TunnelAfrica tunneling service.
curl -sSL https://raw.githubusercontent.com/SubCodeAfrica/Tunneld/main/install.sh | bashInstall specific version:
curl -sSL https://raw.githubusercontent.com/SubCodeAfrica/Tunneld/main/install.sh | bash -s v1.0.0iwr -useb https://raw.githubusercontent.com/SubCodeAfrica/Tunneld/main/install.ps1 | iexInstall specific version:
& ([scriptblock]::Create((iwr -useb https://raw.githubusercontent.com/SubCodeAfrica/Tunneld/main/install.ps1))) -Version "v1.0.0"-
Go to the releases page
-
Download the appropriate binary for your platform:
- Linux AMD64:
tunneld-linux-amd64 - Linux ARM64:
tunneld-linux-arm64 - macOS Intel:
tunneld-darwin-amd64 - macOS Apple Silicon:
tunneld-darwin-arm64 - Windows AMD64:
tunneld-windows-amd64.exe - Windows ARM64:
tunneld-windows-arm64.exe
- Linux AMD64:
-
Make it executable (Linux/macOS):
chmod +x tunneld-* -
Move to a directory in your PATH:
# Linux/macOS sudo mv tunneld-* /usr/local/bin/tunneld
After installation, run:
tunneld --helpSee all available versions on our releases page.
- ✅ Linux (AMD64, ARM64)
- ✅ macOS (Intel, Apple Silicon)
- ✅ Windows (AMD64, ARM64)
Latest Version: v1.0.3 Last Updated: 2025-11-04 18:34:18 UTC