Analysis updated 2026-06-24
Route only specific Windows apps through a Shadowsocks server.
Share a WireGuard connection from your PC to other LAN devices.
Switch a single game through a proxy without affecting the rest of the system.
Test a Trojan or VLESS proxy server from a Windows desktop.
| netchx/netch | dotnet/runtime | hellzerg/optimizer | |
|---|---|---|---|
| Stars | 17,558 | 17,883 | 18,159 |
| Language | C# | C# | C# |
| Setup difficulty | moderate | hard | easy |
| Complexity | 3/5 | 5/5 | 2/5 |
| Audience | general | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Windows-only and requires a working proxy server endpoint plus admin rights for TunMode.
Netch is a simple proxy client, a desktop tool that routes your internet traffic through a remote server, which can help you access services that are blocked in your region or add a layer of privacy to your connection. It supports several operating modes. In Process Mode, it intercepts traffic from specific apps on your computer rather than rerouting everything. TunMode creates a virtual network adapter to handle traffic. ShareMode lets you share your proxied network connection with other devices. WebMode handles web proxy traffic. This per-app or selective routing is what sets Netch apart from simpler all-or-nothing proxy tools. Netch supports several proxy protocols, the different technical formats that proxy servers can speak, including Socks5, Shadowsocks, ShadowsocksR, WireGuard, Trojan, VMess, and VLESS. These are all common formats used by privacy and circumvention tools. It is written in C# and built on .NET, and is licensed under GPLv3 (open source, free to use and modify). The project is currently preparing a version 2.0, and the README notes that version 1.0 releases and code are being cleared from the repository. A community Telegram group and channel are available for support.
Netch is a Windows proxy client in C# that routes per-app or system traffic through Shadowsocks, WireGuard, Trojan, VMess, and similar protocols.
Mainly C#. The stack also includes C#, .NET, WireGuard.
GPLv3 lets you use and modify the code freely, but any distributed fork must also be released under GPLv3 with source.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.