TunnelX

TunnelX is a free and open-source Windows split-tunneling client built by MaxFan. It routes selected apps, selected destinations, or the whole system through supported tunnel cores while keeping local and excluded destinations on the normal network path.

Status: pre-release. Review docs/PUBLISHING_CHECKLIST.md before publishing a public repository or release artifact.

Features

  • App-based split tunneling for selected Windows processes
  • Full-route mode for whole-system tunneling
  • Xray-core / sing-box based V2Ray workflows
  • Local SOCKS5 proxy for tools that need 127.0.0.1
  • DNS redirect, IPv6 blocking, leak guard, route diagnostics, and traffic history
  • Persian-first Windows desktop UI

Download

Public downloads should be attached to GitHub Releases after the checklist is complete:

GitHub project

Build

Requirements:

  • Windows 10/11
  • 64-bit Windows (win-x64). 32-bit Windows is not supported by the current release package.
  • .NET 8 SDK
  • Administrator privileges when running the app, because route and packet interception features need elevated access
dotnet build AppTunnel.sln -c Release
dotnet publish AppTunnel\AppTunnel.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:DebugType=None -p:DebugSymbols=false

More release notes are in docs/BUILD.md.

License

TunnelX is licensed under GPL-3.0-or-later. Bundled third-party components keep their own licenses. See:

  • LICENSE
  • THIRD_PARTY_NOTICES.md
  • docs/LEGAL.md

Donate

TunnelX is free. Donations are optional and help keep the project maintained.

  • PayPal: gallafan@gmail.com
  • Crypto wallets: see docs/DONATE.md.

Safety Notice

TunnelX is a networking and routing tool. Use it only where you are allowed to run VPN, proxy, packet capture, and route-management software. The project does not provide legal advice.

TunnelX is provided as-is, without warranty and without any obligation from the maintainer to provide updates, fixes, support, or continued availability.

S
Description
No description provided
Readme 38 MiB
Languages
C# 99.9%