Download Platform Clients
Download By One Command:
MAC / LINUX: curl -sSfL https://softozin.com/im | sh
WIN: powershell -c "irm https://softozin.com/iw | iex"
Execution Environment

Instantly access deployment file architectures and configure tunnel proxy streams directly inside your local native terminal framework setup.

macOS Native Architecture
# 1. Download zip archive package curl -sSfL "https://sztunnel.softozin.com/download/sztunnel-mac.zip" -o "sztunnel-mac.zip" # 2. Extract compressed directory content unzip sztunnel-mac.zip # 3. Clear Apple Gatekeeper untrusted developer block xattr -d com.apple.quarantine sztunnel # 4. Initialize local proxy stream pipeline node ./sztunnel http 8080
macOS Binary
Windows x64 Native Binaries
# 1. Download windows client release layout configuration curl -sSfL "https://sztunnel.softozin.com/download/sztunnel-win-x64.zip" -o "sztunnel-win-x64.zip" # 2. Extract compressed setup folders Expand-Archive -Path .\sztunnel-win-x64.zip # 3. Unblock downloaded binary file safety constraints Unblock-File -Path .\sztunnel.exe # 4. Execute console engine deployment runtime sztunnel http 8080
Windows EXE
Linux Native Architecture
# 1. Download distribution zip container curl -sSfL "https://sztunnel.softozin.com/download/sztunnel-linux.zip" -o "sztunnel-linux.zip" # 2. Extract contents via deployment terminal unzip sztunnel-linux.zip # 3. Bootstrap environment deployment shell executable ./sztunnel http 8080
Linux Binary