-
Notifications
You must be signed in to change notification settings - Fork 0
GUI Client
The OSTP GUI is a Windows desktop application built with Tauri v2. It provides a visual interface for connecting to OSTP servers with support for both proxy and TUN tunnel modes.
- Windows 10/11 (x64 or ARM64)
- Administrator privileges (required for TUN mode)
-
wintun.dllandtun2socks.exein the same directory (included in release archive)
- One-click connection with power button
- Real-time upload/download metrics
- System proxy and TUN tunnel modes
- Import server configuration via
ostp://share links - Domain, IP/CIDR, and process exclusions
- Bilingual interface (English / Russian)
Creates a local HTTP/SOCKS5 proxy (default: 127.0.0.1:1088). Applications must be configured to use this proxy.
Creates a virtual network interface (ostp_tun) that captures all system traffic. No per-application configuration needed.
TUN mode requires:
- Running as Administrator
-
wintun.dllin the application directory -
tun2socks.exein the application directory
| Key | Action |
|---|---|
| Enter (in import field) | Import share link |
Download from tun2socks releases and place in the application directory.
This happens when the previous adapter wasn't cleaned up. The application now automatically removes stale adapters on startup. If the issue persists, manually delete the adapter in Network Connections.
If the tunnel crashes, routes may not be cleaned up. Restart the application — it cleans up routes on startup.