Docs

Quick Start

Open your first tunnel in three steps: install, connect, publish.

1. Install

One command on Linux / macOS:

curl -fsSL https://zorven.app/install.sh | sh

On Windows (PowerShell):

irm https://zorven.app/install.ps1 | iex

You can also grab the desktop app.

2. Connect

Create a client token in the panel and connect:

zorven auth zrv_live_...

3. Publish

Expose a local port with a secure public URL:

zorven http 3000

The resulting https://<name>.zorven.app is live instantly — valid TLS and WebSocket support.

Custom domain

Add your own domain (e.g. api.yourco.com) in the panel and complete DNS verification; Zorven issues and renews the certificate automatically.

More

Detailed guides and API reference are coming to this page. Questions? See contact.