Zero-config HTTPS
Automatic trusted certificates per domain. No manual cert setup, no browser warnings.
Zero-config HTTPS
Automatic trusted certificates per domain. No manual cert setup, no browser warnings.
AI-First
MCP server for Claude Code, Cursor, and Claude Desktop. Structured logging with API key masking.
Hot-Reload
Register and deregister services without restart. Changes take effect instantly.
1.8 MB Binary
Pure Rust. No C dependencies. No Docker. No Node.js. Single binary, runs anywhere.
# macOS / Linuxcurl --proto '=https' --tlsv1.2 -LsSf https://github.com/b-rajesh/nila-releases/releases/latest/download/nila-tunnel-installer.sh | sh
# Homebrewbrew install b-rajesh/nila-tunnel/nila-tunnel
# Windowspowershell -ExecutionPolicy Bypass -c "irm https://github.com/b-rajesh/nila-releases/releases/latest/download/nila-tunnel-installer.ps1 | iex"nila-tunnel install # one-time setupnila-tunnel register -d api.test -p 4000 # register a servicenila-tunnel start # start proxycurl https://api.test:8443/health # HTTPS just works