0
0
Fork 0
mirror of https://git.zx2c4.com/wireguard-windows synced 2026-06-13 06:44:52 +00:00
No description
  • Go 79.7%
  • C 13.5%
  • C# 4.9%
  • Batchfile 1.2%
  • Makefile 0.7%
Find a file
Jason A. Donenfeld 0588757d18 locales: update translations from crowdin
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2026-05-30 01:38:06 +02:00
conf conf: flush file buffers before atomically renaming into place 2026-05-19 17:37:20 +02:00
docs docs: update signing key 2026-04-10 03:00:07 +02:00
driver memmod: prune loaded address ranges on free 2026-05-19 17:37:20 +02:00
elevate elevate: restore FullDllName struct directly instead of via RtlInitUnicodeString 2026-04-16 15:26:26 +02:00
embeddable-dll-service global: raise min windows version to 10 2026-03-21 12:23:55 +01:00
installer updater,fetcher: disable HTTP/3 2026-05-06 15:42:37 +02:00
l18n l18n: configuration separator fallbacks 2026-05-19 18:27:47 +02:00
locales locales: update translations from crowdin 2026-05-30 01:38:06 +02:00
manager manager: tear down the event reader on partial decode failure 2026-05-19 17:37:20 +02:00
ringlogger ringlogger: read shared counters atomically 2026-05-19 17:37:20 +02:00
services service: make use of errors.As instead of type assertion 2026-04-16 16:21:33 +02:00
tunnel tunnel: mtumonitor: serialize change callbacks 2026-05-19 17:37:20 +02:00
ui ui: raise: exit cleanly when the event hook cannot be installed 2026-05-19 17:37:20 +02:00
updater updater: drain the entire response when fetching version list 2026-05-19 17:37:20 +02:00
version version: skip certs whose CertificatePolicies fail to decode 2026-05-19 17:37:20 +02:00
.gitattributes build: use crlf line endings on bat files 2026-04-20 13:32:47 +02:00
.gitignore l18n: promote out.gotext.json to messages.gotext.json 2026-05-29 23:29:58 +02:00
build.bat build: bump wireguard-nt to 1.1 2026-05-07 14:22:14 +02:00
COPYING global: bump date 2026-03-18 23:45:25 +01:00
go.mod mod: bump for walk fix 2026-04-20 12:47:32 +02:00
go.mod.master build: bump to go 1.20.14 2025-03-18 12:58:41 +01:00
go.sum mod: bump for walk fix 2026-04-20 12:47:32 +02:00
gotext.go l18n: promote out.gotext.json to messages.gotext.json 2026-05-29 23:29:58 +02:00
main.go main: pass fatal arguments to log.Fatal individually 2026-05-19 17:37:20 +02:00
Makefile build: bump wireguard-nt to 1.1 2026-05-07 14:22:14 +02:00
manifest.xml global: raise min windows version to 10 2026-03-21 12:23:55 +01:00
quickinstall.bat global: bump date 2026-03-18 23:45:25 +01:00
README.md global: bump date 2026-03-18 23:45:25 +01:00
resources.rc locales: update translations from crowdin 2026-05-30 01:38:06 +02:00
zgotext.go locales: update translations from crowdin 2026-05-30 01:38:06 +02:00

WireGuard for Windows

This is a fully-featured WireGuard client for Windows that uses WireGuardNT. It is the only official and recommended way of using WireGuard on Windows.

Download & Install

If you've come here looking to simply run WireGuard for Windows, the main download page has links. There you will find two things:

  • The WireGuard Installer This selects the most recent version for your architecture, downloads it, checks signatures and hashes, and installs it.
  • Standalone MSIs These are for system admins who wish to deploy the MSIs directly. For most end users, the ordinary installer takes care of downloading these automatically.

Documentation

In addition to this README.md, the following documents are also available:

  • adminregistry.md A list of registry keys settable by the system administrator for changing the behavior of the application.
  • attacksurface.md A discussion of the various components from a security perspective, so that future auditors of this code have a head start in assessing its security design.
  • buildrun.md Instructions on building, localizing, running, and developing for this repository.
  • enterprise.md A summary of various features and tips for making the application usable in enterprise settings.
  • netquirk.md A description of various networking quirks and "kill-switch" semantics.

License

This repository is MIT-licensed.

Copyright (C) 2018-2026 WireGuard LLC. All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.