Mirror of WG Tunnel
Go to file
Zane Schepke 53c09267df fix: ethernet monitoring and auto tunnel override 2025-01-01 19:14:56 -05:00
.github ci: fix apk upload github release 2024-12-31 15:25:07 -05:00
app fix: ethernet monitoring and auto tunnel override 2025-01-01 19:14:56 -05:00
asset chore: add icon 2024-01-20 18:15:36 -05:00
buildSrc chore: bump to 3.6.5 2024-12-22 02:41:05 -05:00
fastlane feat(lang): weblate localization changes (#530) 2025-01-01 00:40:59 -05:00
gradle refactor: navigation 2025-01-01 00:08:33 -05:00
logcatter fix: make logging lifecycle aware 2024-12-09 21:41:59 -05:00
.editorconfig ci: add basic ci (#287) 2024-07-28 14:49:35 -04:00
.gitignore fix: improve tunnel reliability (#298) 2024-08-10 23:59:05 -04:00
Gemfile change: build pipeline to fastlane deploy 2023-11-10 18:32:35 -05:00
LICENSE initial commit 2023-06-18 21:43:22 -04:00
README.md docs: fix readme 2025-01-01 00:43:28 -05:00
SECURITY.md docs: update readme, add security 2024-03-30 23:16:19 -04:00
build.gradle.kts ci: add basic ci (#287) 2024-07-28 14:49:35 -04:00
gradle.properties refactor: objectbox to room 2023-09-15 07:24:19 -04:00
gradlew initial commit 2023-06-18 21:43:22 -04:00
gradlew.bat initial commit 2023-06-18 21:43:22 -04:00
settings.gradle.kts ci: add basic ci (#287) 2024-07-28 14:49:35 -04:00
versionCode.txt chore: bump to 3.6.5 2024-12-22 02:41:05 -05:00

README.md

WG Tunnel

An alternative Android client app for WireGuard® and AmneziaWG

Report a Bug · Request a Feature · Ask a Question


Google Play F-Droid Personal

Discord Telegram

Table of Contents

About

Inspired by the official wireguard-android app, WG Tunnel was created to address features and support missing from the official app. This app combines support for both WireGuard® and AmneziaWG, with its primary feature of auto-tunneling (on-demand tunneling).

Acknowledgements

Thank you to the following:

Screenshots

Features

  • Add tunnels via .conf file, zip, manual entry, clipboard, or QR code
  • Auto-tunnel based on Wi-Fi SSID, ethernet, or mobile data
  • Split tunneling by application with search
  • 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 tunnels to zip
  • Quick tile support for tunnel toggling, auto-tunneling
  • Shortcuts support for tunnel toggling, auto-tunneling
  • Intent automation support for all tunnels
  • In app VPN kill switch with LAN bypass
  • Automatic auto-tunneling service and/or tunnel restart after reboot or app update
  • Battery preservation measures
  • Restart tunnel on ping failure

Building

git clone https://github.com/zaneschepke/wgtunnel
cd wgtunnel
./gradlew assembleDebug

Translation

This app is using Weblate to assist with translations.

Help translate WG Tunnel into your language at Hosted Weblate.
Translation status

Contributing

Any contributions in the form of feedback, issues, code, or translations are welcome and much appreciated!

Please read the code of conduct before contributing.