https://github.com/p3terx/wireguard-go-builder
Compiling the wireguard-go binary from source. With this binary, users are able to create WireGuard sessions without installing the kernel module.
https://github.com/p3terx/wireguard-go-builder
wireguard wireguard-go wireguard-vpn
Last synced: 8 months ago
JSON representation
Compiling the wireguard-go binary from source. With this binary, users are able to create WireGuard sessions without installing the kernel module.
- Host: GitHub
- URL: https://github.com/p3terx/wireguard-go-builder
- Owner: P3TERX
- License: mit
- Created: 2021-02-09T00:23:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T23:17:10.000Z (over 2 years ago)
- Last Synced: 2025-04-14T16:25:19.620Z (about 1 year ago)
- Topics: wireguard, wireguard-go, wireguard-vpn
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 75
- Watchers: 4
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# wireguard-go-builder
Compiling the [wireguard-go](https://git.zx2c4.com/wireguard-go/) binary from source. With this binary, users are able to create WireGuard sessions without installing the kernel module (if not preloaded for Linux Kernel 5.6 and above).
## Download
The latest version of the binary can be downloaded by clicking on the following link.
[](https://github.com/P3TERX/wireguard-go-builder/releases/latest)
## Install
You can easily use a one-click script to automatically install to your Linux device:
```
curl -fsSL git.io/wireguard-go.sh | sudo bash
```