Skip to content

Releases: AlexMelanFromRingo/tg-proxy

Release list

tg-proxy v1.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 20:52

tg-proxy v1.0.1

High-performance Telegram WebSocket bridge proxy written in Rust.

Binaries

Platform File
Linux x86_64 (static) tg-proxy-linux-x86_64
Linux aarch64 (static) tg-proxy-linux-aarch64
Windows x86_64 tg-proxy-windows-x86_64.exe
macOS Intel tg-proxy-macos-x86_64
macOS Apple Silicon tg-proxy-macos-aarch64

Quick start

# Linux/macOS
chmod +x tg-proxy-linux-x86_64
./tg-proxy-linux-x86_64

# Windows
tg-proxy-windows-x86_64.exe

Then configure Telegram Desktop: Settings → Advanced → Connection type → Proxy → SOCKS5 → 127.0.0.1:1080

Or open in Telegram automatically: tg://socks?server=127.0.0.1&port=1080

Mobile (LAN): run with --host 0.0.0.0 and connect from your phone to your LAN IP.