https://github.com/yuga-ayu/wireguard-ayu
CLI for managing modular, dual-tunnel WireGuard environments.
https://github.com/yuga-ayu/wireguard-ayu
automation bash cli vpn wireguard
Last synced: 2 months ago
JSON representation
CLI for managing modular, dual-tunnel WireGuard environments.
- Host: GitHub
- URL: https://github.com/yuga-ayu/wireguard-ayu
- Owner: yuga-ayu
- License: mit
- Created: 2026-04-25T22:30:47.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-26T09:42:23.000Z (2 months ago)
- Last Synced: 2026-04-26T10:13:51.615Z (2 months ago)
- Topics: automation, bash, cli, vpn, wireguard
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WireGuard Ayu (`wgayu`) 🚀
A lightning-fast, zero-dependency CLI for managing professional-grade WireGuard VPN servers. Built by [Yugayu](https://github.com/yuga-ayu).
## Installation
You must run these commands on your WireGuard server (requires root/sudo privileges).
**Option 1: Quick Install (Recommended)**
The fastest way to install the CLI directly into your system binaries:
```bash
curl -sL [https://raw.githubusercontent.com/yuga-ayu/wireguard-ayu/refs/heads/main/install.sh](https://raw.githubusercontent.com/yuga-ayu/wireguard-ayu/refs/heads/main/install.sh) | bash
```
**Option 2: Manual Git Clone**
For users who prefer to inspect the source code before installing:
```bash
git clone [https://github.com/yuga-ayu/wireguard-ayu.git](https://github.com/yuga-ayu/wireguard-ayu.git)
chmod +x wgayu
sudo cp wgayu /usr/local/bin/
wgayu init
```
## Prerequisites
`wgayu` is designed for Linux systems (Ubuntu/Debian recommended). Ensure the following dependencies are installed:
```bash
sudo apt update && sudo apt install -y wireguard qrencode curl iptables
```
## Quick Start
1. **Initialize:** `wgayu init`
2. **Add device:** `wgayu add my_iphone`
3. **Show QR:** `wgayu show my_iphone`
## License
MIT License - Copyright (c) 2026 Yugayu