Installation
Download and install InTunnel client for your platform.
Quick Download
Get the latest version from intunnel.cloud/#download.
Choose Your Client
GUI Client (Recommended for Beginners)
Visual interface with all features. Best for occasional use.
| Platform | Download |
|---|---|
| Windows | intunnel-gui-windows.exe |
| macOS (Apple Silicon) | intunnel-gui-macos-arm64 |
| macOS (Intel) | intunnel-gui-macos-amd64 |
| Ubuntu/Debian | intunnel-gui-ubuntu |
| Linux | intunnel-gui-linux |
CLI Client (For Power Users)
Command-line interface. Best for automation and scripting.
| Platform | Download |
|---|---|
| Windows | intunnel-windows.exe |
| macOS (Apple Silicon) | intunnel-macos-arm64 |
| macOS (Intel) | intunnel-macos-amd64 |
| Ubuntu/Debian | intunnel-ubuntu |
| Linux | intunnel-linux |
Installation Steps
Windows
- Download the
.exefile - Double-click to run
- 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:
- Visit intunnel.cloud
- Register or login to your account
- Create a new tunnel in the dashboard
- Copy your tunnel token
Verify Installation
CLI
bash
intunnel -version
# Output: InTunnel CLI v2.0.0GUI
Launch the application - you should see the InTunnel interface.
Next Steps
- Getting Started - Create your first tunnel
- CLI Commands - Full CLI reference
- GUI Usage - Using the GUI application