mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-08-10 00:03:19 +03:00
1.0 KiB
1.0 KiB
TG WS Proxy for macOS
Go to the releases page and download TgWsProxy_macos_universal.dmg (universal build for Apple Silicon and Intel).
- Open the image
- Drag
TG WS Proxy.appto theApplicationsfolder - On first launch, macOS may ask for confirmation: System Settings → Privacy & Security → Open Anyway
Minimum supported versions:
- Intel macOS 10.15+
- Apple Silicon macOS 11.0+
Configuring Telegram Desktop
- Telegram → Settings → Advanced → Connection type → Proxy
- Add proxy:
- Type: MTProto
- Server:
127.0.0.1(or your custom address) - Port:
1443(or your custom port) - Secret: from settings or logs
Building from Source
Detailed instructions: BuildFromSource.md
The interface requires Tk, CustomTkinter, and access to Cocoa via PyObjC. They are installed automatically, except for Tk, which must be included in your Python build.
pip install -e .
tg-ws-proxy-tray-macos