git404hub

what is wisp-vpn fr?

postmanreminisce/wisp-vpn — explained in plain English

Analysis updated 2026-05-18

119C#Audience · generalComplexity · 2/5LicenseSetup · moderate

tl;dr

A free, open source Windows VPN client built on WireGuard, aimed at bypassing provider throttling and blocked services, with no account, logging, or traffic limits.

vibe map

mindmap
  root((repo))
    What it does
      Free WireGuard VPN
      No account needed
      Kill switch included
    Tech stack
      C sharp
      dotnet 8
      WireGuard
    Use cases
      Bypass throttling
      Review open code
      Build from source
    Audience
      Windows users
      Privacy focused users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Connect to a WireGuard VPN server from Windows without creating an account or providing payment details.

VIBE 2

Bypass provider throttling or blocking of services like YouTube, Telegram, and Discord.

VIBE 3

Review the full open source client code instead of trusting a closed-source VPN app.

VIBE 4

Build the client from source to inspect or contribute to how the WireGuard tunnel works.

what's the stack?

C#.NET 8WireGuardMVVM

how it stacks up fr

postmanreminisce/wisp-vpndboudreau00/xault-walletaaviasulin123-design/kms-pico-latest-m6
Stars119125126
LanguageC#C#C#
Setup difficultymoderatehardmoderate
Complexity2/54/52/5
Audiencegeneraldeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires administrator rights to configure the network adapter, the actual VPN tunnel connection is not yet functional in the current build.

You can use, modify, and share this code freely, including commercially, as long as you keep the copyright notice.

in plain english

Wisp VPN is a free, open source VPN client for Windows built on WireGuard. It is aimed mainly at users in Russia and neighboring countries who face slow or blocked access to services like YouTube, Telegram, Discord, and various foreign content delivery networks, due to provider throttling and deep packet inspection that can detect standard VPN protocols. The project's goal is a client that needs no account, no card details, and no subscription: just download it, run it, and connect. The project is written in C# using the .NET platform and follows an MVVM structure with three main screens, one for connecting, one for choosing a server, and one for settings. Under the hood it already includes a parser for WireGuard configuration files, a tool for measuring ping to different servers, key generation using X25519 cryptography, and a kill switch that blocks network traffic if the VPN connection drops. The plan is to keep the service completely free with no traffic limits and no logging of user activity, and 48 servers across Europe, the Americas, and Asia are listed as available choices. As of this README, the project is still in active development. While pieces like the configuration parser and ping measurement already work, the actual WireGuard tunnel connection is not yet functional, so pressing the connect button in a build from source currently returns a not yet implemented response. Only a Windows client is planned for now, with no other platforms currently on the roadmap. To try it, users can download a prebuilt installer from the project's website, or build it from source themselves using the .NET 8 SDK with the Windows Desktop workload installed. The code is entirely open for anyone to review, and the project states its aim is to avoid writing custom cryptography and instead rely on established libraries for WireGuard and X25519. It is licensed under MIT and is not affiliated with any commercial VPN service.

prompts (copy fr)

prompt 1
Explain the current build status of Wisp VPN and which features already work versus which are not yet implemented.
prompt 2
Walk me through building Wisp VPN from source with the .NET 8 SDK on Windows.
prompt 3
How does the Kill Switch feature in Wisp VPN work to block traffic if the VPN drops?
prompt 4
What does the WireGuardConfigParser do and where is it located in this project?

Frequently asked questions

what is wisp-vpn fr?

A free, open source Windows VPN client built on WireGuard, aimed at bypassing provider throttling and blocked services, with no account, logging, or traffic limits.

What language is wisp-vpn written in?

Mainly C#. The stack also includes C#, .NET 8, WireGuard.

What license does wisp-vpn use?

You can use, modify, and share this code freely, including commercially, as long as you keep the copyright notice.

How hard is wisp-vpn to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is wisp-vpn for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.