• Go 68.6%
  • C 26%
  • Batchfile 4%
  • Makefile 1.4%
Find a file
Roman Zakharchuk e628cbd609
set update from amnezia.org (#108)
* set update from amnezia.org

* add update config to windows7 build

* set version to 2.0.2
2026-06-26 14:48:32 +08:00
.github/workflows win7 build scripts (#86) 2026-06-22 14:38:12 +07:00
docs update docs with supported list, fix language check 2025-04-07 10:33:11 +02:00
elevate Import code from RomikB/amneziawg-client-windows (#2) 2024-04-29 19:37:53 +01:00
installer win7 build scripts (#86) 2026-06-22 14:38:12 +07:00
l18n simplify UserKeyString 2025-04-07 21:38:33 +02:00
locales Import WireGuard changes (#46) 2025-03-10 19:59:44 +07:00
manager manager: Restore multiple simultaneous tunnels feature (#30) 2025-03-10 14:16:49 +07:00
ringlogger global: bump date 2022-01-06 17:28:13 +01:00
services simplify UserKeyString 2025-04-07 21:38:33 +02:00
ui fix h values highlight 2026-06-25 14:41:49 +02:00
updater set update from amnezia.org (#108) 2026-06-26 14:48:32 +08:00
version set update from amnezia.org (#108) 2026-06-26 14:48:32 +08:00
.gitignore build: make arm64 binary by copying arm binary 2020-11-13 14:42:54 +01:00
build.bat feat: upgrade to awg2 deps, remove obsolete params (#77) 2025-12-08 12:21:23 +08:00
build7.bat set update from amnezia.org (#108) 2026-06-26 14:48:32 +08:00
COPYING global: bump date 2022-01-06 17:28:13 +01:00
go.mod chore: update awg-go version 2026-06-12 16:30:36 +02:00
go.mod.master global: update to go 1.18 beta1 2021-12-16 03:14:14 +01:00
go.sum chore: update awg-go version 2026-06-12 16:30:36 +02:00
gotext.go global: bump date 2022-01-06 17:28:13 +01:00
main.go restore update feature (#36) 2025-03-10 09:58:37 +07:00
Makefile safe rebranding: change wireguard to amneziawg 2024-05-05 09:47:31 +02:00
manifest.xml installer: unify XML empty-element spacing 2019-08-03 10:47:35 +02:00
quickinstall.bat safe rebranding: update buildrun and quickinstall 2024-05-06 19:29:41 +02:00
README.md select the language from registry 2025-03-13 19:44:10 +02:00
resources.rc safe rebranding: change copyright and website 2024-05-06 19:02:20 +02:00
windows7-update.patch set update from amnezia.org (#108) 2026-06-26 14:48:32 +08:00
zgotext.go Merge pull request #50 from RomikB/loc_gen 2025-03-11 19:16:18 +07:00

AmneziaWG for Windows

This is a fully-featured AmneziaWG client for Windows that uses Wintun. It is the only official and recommended way of using AmneziaWG 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.
  • userregistry.md A list of registry keys settable by the user for changing the behavior of the application.

License

This repository is MIT-licensed.

Copyright (C) 2018-2022 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.