Skip to content

Releases

Terminal window
# macOS / Linux
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/b-rajesh/nila-releases/releases/latest/download/nila-tunnel-installer.sh | sh
# Homebrew
brew install b-rajesh/nila-tunnel/nila-tunnel
# Windows PowerShell
powershell -ExecutionPolicy Bypass -c "irm https://github.com/b-rajesh/nila-releases/releases/latest/download/nila-tunnel-installer.ps1 | iex"
PlatformArchitectureDownload
macOSApple Siliconnila-tunnel-aarch64-apple-darwin.tar.xz
macOSIntelnila-tunnel-x86_64-apple-darwin.tar.xz
Linuxx64nila-tunnel-x86_64-unknown-linux-gnu.tar.xz
Linuxx64 (static/musl)nila-tunnel-x86_64-unknown-linux-musl.tar.xz
LinuxARM64nila-tunnel-aarch64-unknown-linux-gnu.tar.xz
Windowsx64nila-tunnel-x86_64-pc-windows-msvc.zip

Each download has a corresponding .sha256 checksum file. Verify:

Terminal window
curl -LO https://github.com/b-rajesh/nila-releases/releases/latest/download/nila-tunnel-aarch64-apple-darwin.tar.xz
curl -LO https://github.com/b-rajesh/nila-releases/releases/latest/download/nila-tunnel-aarch64-apple-darwin.tar.xz.sha256
shasum -a 256 -c nila-tunnel-aarch64-apple-darwin.tar.xz.sha256

View all releases on GitHub