Skip to content

floss-uz-community/tarmoqchi

Repository files navigation

banner

Tarmoqchi - The HTTP Tunneling Tool

Create tunnels to expose your local services to the internet.

video

Installation and update

Quick Install on MacOS/Linux

curl -fsSL https://github.com/jamshid-elmurodov/tarmoqchi/releases/download/Tarmoqchi-1.1.0/install.sh | sudo bash

Manual Installation on Windows

  1. Download the latest release from the releases page

Usage

Authentication

Before using Tarmoqchi, you need to authenticate using your auth token:

tarmoqchi --auth YOUR_AUTH_TOKEN

You can get your auth token by visiting Tarmoqchi.uz.

Creating a Tunnel

To create a tunnel to your local service:

tarmoqchi --port YOUR_PORT

Replace YOUR_PORT with the local port number your service is running on (e.g., 8080, 3000, etc.).

Command Options

# Show version information
tarmoqchi --version

# Display help information
tarmoqchi --help

footer-banner