Download WireGuard for Windows at https://www.wireguard.com/install . This repo is a mirror only. Official repository is at https://git.zx2c4.com/wireguard-windows https://www.wireguard.com/install
  • Go 79.6%
  • C 13.5%
  • C# 5%
  • Batchfile 1.2%
  • Makefile 0.7%
Find a file
Jason A. Donenfeld 3789904767 version: bump to 1.1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2026-05-07 14:45:55 +02:00
conf conf: prevent directory traversal on bare tunnel names 2026-05-03 21:06:48 +02:00
docs docs: update signing key 2026-04-10 03:00:07 +02:00
driver driver: remove wintun legacy cleanup 2026-04-19 00:02:41 +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 global: bump date 2026-03-18 23:45:25 +01:00
locales locales: update translations from crowdin 2026-04-20 12:56:26 +02:00
manager driver: remove wintun legacy cleanup 2026-04-19 00:02:41 +02:00
ringlogger ringlogger: close file on Truncate failure 2026-04-16 16:21:33 +02:00
services service: make use of errors.As instead of type assertion 2026-04-16 16:21:33 +02:00
tunnel tunnel: create DNS registry key if it doesn't exist 2026-05-07 14:35:01 +02:00
ui ui: nil-check CurrentTunnel in item-activated handler 2026-04-16 16:21:33 +02:00
updater updater,fetcher: disable HTTP/3 2026-05-06 15:42:37 +02:00
version version: bump to 1.1 2026-05-07 14:45:55 +02:00
.gitattributes build: use crlf line endings on bat files 2026-04-20 13:32:47 +02:00
.gitignore build: make arm64 binary by copying arm binary 2020-11-13 14:42:54 +01: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 global: bump date 2026-03-18 23:45:25 +01:00
main.go driver: remove wintun legacy cleanup 2026-04-19 00:02:41 +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 global: bump date 2026-03-18 23:45:25 +01:00
zgotext.go locales: update translations from crowdin 2026-04-20 12:56:26 +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.