gitmyhub

ShadowsocksR-Windows

C# ★ 7.0k updated 1y ago ▣ archived

Ship of Theseus

A Windows desktop app with a graphical interface for connecting to a ShadowsocksR proxy server, helping users in restricted network environments route their internet traffic through an encrypted tunnel.

C#.NET 6WPFsetup: easycomplexity 2/5

ShadowsocksR for Windows is a desktop application for Windows that lets you route your internet traffic through a ShadowsocksR proxy. ShadowsocksR is a protocol originally created to help users in restricted network environments access the open internet. This project is a C# implementation of that protocol with a graphical interface built on WPF, the standard Windows UI framework.

The tool sits in the background and manages your proxy connection. You configure a server, and the application handles the encrypted tunnel between your computer and that server. The project is built on .NET 6 and maintained as a fork of the original ShadowsocksR codebase.

The README is sparse. It points to a wiki for documentation, a releases page for downloads, and recommends Visual Studio Community 2022 for anyone who wants to build from source. The project is open source under the GPLv3 license.

Where it fits