wireguard-windows
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 (by WireGuard)
wireguard-windows | v4 | |
---|---|---|
114 | 62 | |
2,023 | - | |
1.8% | - | |
4.0 | - | |
5 months ago | - | |
Go | ||
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wireguard-windows
Posts with mentions or reviews of wireguard-windows.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-12.
-
Setting up WireGuard VPN server on Ubuntu
Install WireGuard client software using the instructions here for your target operating system.
-
Setting up WireGuard VPN at AWS with Terraform
To access to WireGuard server we need to have WireGuard client app and valid client config with .conf extension.
-
Disconnecting in Windows(10)
Create a WireGuard config in the AirVPN cliant area. Install the WireGuard app in Windows. Import the config file.
- Any way to install WireGuard on a Mac running Big Sur?
- Why choose AzireVPN?
-
How to remote connect to PC that's always connected to a VPN? Windows 10 + RDP
https://www.wireguard.com/install/ is the wireguard installer for windows. I'm not sure where it stores its configuration files on windows, but I'm sure that's documented on their website somewhere. Then you can configure it according to this wiki article https://wiki.archlinux.org/title/WireGuard (yes it's for Linux, but wireguard works basically the same whether on Windows or Linux)
-
Is the WireGuard Windows client still being developed?
It seems the current official WireGuard Windows client, version 0.5.3, hasn't been updated in quite some time now. The GitHub repo shows no changes this year.
- VPN recommendation with DoH or DoQ
-
Using Wireguard on ASUS Merlin, Surfshark works for 2 minutes then stops working entirely
Again, have you tried your configs on wireguard application (link below) https://www.wireguard.com/install/
- Wireguard without VPS?
v4
Posts with mentions or reviews of v4.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-26.
-
🦊 GitLab - Feature flags : a practical guide to control your features
// Configure your Unleash instance err = unleash.Initialize( unleash.WithUrl("https://gitlab.com/api/v4/feature_flags/unleash/"), unleash.WithInstanceId(""), unleash.WithAppName("production"), // the dedicated environment defined during the creation of the feature flag, * for all environments. unleash.WithListener(&metricsInterface{}), )
-
การใช้ GitLab สำหรับแชร์ Configuration ให้คนในทีม โดยไม่ใช้แชท
curl --header "PRIVATE-TOKEN: " \ "https://gitlab.com/api/v4/projects//secure_files//download" \ --output
-
Bridging Jira and GitLab: Automating CI/CD Pipelines for Releases
In Web request URL, enter https://gitlab.com/api/v4/projects/%2F/repository/tags, replacing with your GitLab group and with your actual project name. If you wonder what %2F is - it is url-encoded value of / character. In my case final URL is https://gitlab.com/api/v4/projects/radugin.com%2Fjira-gitlab-release-automation/repository/tags;
- 🦊 GitLab: A Python Script Displaying Latest Pipelines in Group's Projects
- Crack the Code: Seamless Coverage Reports with Jacoco and S3 in GitLab CI
-
Manipulate Tags on Gitlab CI/CD
#!/bin/bash # list-tags.sh # List all Gitlab tags for a given project. # $CI_PROJECT_ID is a Gitlab pre-defined variable # $GITLAB_TOKEN is a project access token that needs to be # a defined CI/CD variable. GITLAB_API_URL="https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}" curl -k --header "PRIVATE-TOKEN: $GITLAB_TOKEN" "${GITLAB_API_URL}/repository/tags"
-
Using semantic-release to automate releases and changelogs
# ~/.npmrc @doppelmutzi:registry=https://gitlab.com/api/v4/projects//packages/npm/ //gitlab.com/api/v4/projects//packages/npm/:_authToken=
-
403 Forbidden error when I tried to assign a user developer role using GitLab API through Python code
GITLAB_API_URL = "https://gitlab.com/api/v4" PRIVATE_TOKEN = "" NAMESPACE = "mycompany" PROJECT_NAME = "test-project"
-
Error 404 error while giving project access to a user for a developer role using the GitLab API in Python code
import requests app = FastAPI() # GitLab API configuration GITLAB_API_URL = "https://gitlab.com/api/v4" PRIVATE_TOKEN = "" PROJECT_ID = "vinod827_1391/awesome" def grant_developer_access(username: str): # Get user details from GitLab user_url = f"{GITLAB_API_URL}/users?username={username}" response = requests.get(user_url, headers={"PRIVATE-TOKEN": PRIVATE_TOKEN}) user_data = response.json() if not user_data: raise HTTPException(status_code=404, detail=f"User {username} not found.") user_id = user_data[0]["id"] # Grant developer access to the project access_data = {"user_id": user_id, "access_level": 30} # 30 is the access level for developer access_url = f"{GITLAB_API_URL}/projects/{PROJECT_ID}/access_requests" response = requests.post(access_url, headers={"PRIVATE-TOKEN": PRIVATE_TOKEN}, json=access_data) print('response->', response) if response.status_code != 201: raise HTTPException(status_code=response.status_code, detail=response.text)
-
Create tag with slash in name via API from PowerShell issue
Invoke-RestMethod -Uri "https://gitlab.com/api/v4/projects/12345/repository/tags" -Headers $headers -Method POST -Body $jsonBody
What are some alternatives?
When comparing wireguard-windows and v4 you can also consider the following projects:
pivpn - The Simplest VPN installer, designed for Raspberry Pi
git-repo-sync - Auto synchronization of remote Git repositories. Auto conflict solving. Network fail resilience. Linux & Windows support. And more.
wg-easy - The easiest way to run WireGuard VPN + Web-based Admin UI.
charts
asuswrt-merlin.ng - Third party firmware for Asus routers (newer codebase)
git-repo-sync - Git Repo Sync enables you to synchronize code to other code management platforms, such as GitLab, Gitee, etc.