Griq

Star

Griq is a lightweight tunneling service, now powered by Python, that allows you to instantly share your localhost with the world.

Quick Install

One-line installation (Python required):

pip install git+https://github.com/sem22-dev/griq.git

Alternative (prebuilt binary, if available):

curl -fsSL https://griq.site/install.sh | bash

Once installed, create a tunnel with:

griq http 3000    # Expose localhost:3000

This will give you a public URL like https://[random-subdomain].griq.site

Features