Tarmoqchi - The HTTP Tunneling Tool

Tarmoqchi is a powerful CLI tool that allows you to expose your local server to the internet easily. With Tarmoqchi, you can access your local services from anywhere, without complex configurations or setups.

Installation and update

Installation for macOS and Linux
curl -fsSL https://github.com/jamshid-elmurodov/tarmoqchi/releases/download/Tarmoqchi-2.0.0/install.sh | sudo bash
Installation for Windows

Download the latest exe from the release page.

Usage

First, obtain your personal auth token by logging in at site

tarmoqchi --auth <AUTH_TOKEN>

Expose your local service to the internet:

tarmoqchi --port <YOUR_PORT>

You can also specify a custom subdomain:

tarmoqchi --port <YOUR_PORT> --sd <YOUR_SUBDOMAIN>

You can stop the tunnel by pressing Ctrl + C in the terminal.

View on GitHub