This is an alternative Android Application for WireGuard and AmneziaWG with added features. Built using the wireguard-android library and Jetpack Compose, this application was inspired by the official WireGuard Android app.
The original inspiration for this app came from the inconvenience of having to manually turn VPN off and on while on different networks. This app was created to offer a free solution to this problem.
- Add tunnels via .conf file, zip, manual entry, or QR code
- Auto connect to tunnels based on Wi-Fi SSID, ethernet, or mobile data
- Split tunneling by application with search
- WireGuard support for kernel and userspace modes
- Amnezia support for userspace mode for DPI/censorship protection
- Pre/Post Up/Down scripts support for all modes on a rooted device
- Always-On VPN support
- Export Amnezia and WireGuard tunnels to zip
- Quick tile support for tunnel toggling, auto-tunneling
- Static shortcuts support for tunnel toggling, auto-tunneling
- Intent automation support for all tunnels
- Automatic auto-tunneling service and/or tunnel restart after reboot or app update
- Battery preservation measures
- Restart tunnel on ping failure (beta)
Want updates faster?
Check out my personal fdroid repository to get updates the moment they are released.
Information about features, behaviors, and answers to common questions can be found in the app documentation.
The repository for these docs can be found here.
This app is using Weblate to assist with translations.
Help translate WG Tunnel into your language
at Hosted Weblate.
$ git clone https://github.com/zaneschepke/wgtunnel
$ cd wgtunnel
And then build the app:
$ ./gradlew assembleDebug
Any contributions in the form of feedback, issues, code, or translations are welcome and much appreciated!
Please read the code of conduct before contributing.