Jason A. Donenfeld c3f6906309 version: bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2023-05-08 16:10:40 +02:00
2023-05-05 13:18:30 +02:00
2023-05-03 14:23:38 +02:00
2023-05-05 13:18:30 +02:00
2023-05-08 14:00:09 +02:00
2023-05-08 16:10:40 +02:00
2023-04-24 11:22:21 +05:30

Android GUI for WireGuard

Download from the Play Store

This is an Android GUI for WireGuard. It opportunistically uses the kernel implementation, and falls back to using the non-root userspace implementation.

Building

$ git clone --recurse-submodules https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
$ ./gradlew assembleRelease

macOS users may need flock(1).

Embedding

The tunnel library is on Maven Central, alongside extensive class library documentation.

implementation 'com.wireguard.android:tunnel:$wireguardTunnelVersion'

The library makes use of Java 8 features, so be sure to support those in your gradle configuration with desugaring:

compileOptions {
    sourceCompatibility JavaVersion.VERSION_17
    targetCompatibility JavaVersion.VERSION_17
    coreLibraryDesugaringEnabled = true
}
dependencies {
    coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.0.3"
}

Translating

Please help us translate the app into several languages on our translation platform.

S
Description
AmneziaWG for Android
Readme 6.1 MiB
2.0.1 Latest
2026-06-12 16:07:37 +02:00
Languages
Kotlin 57.6%
Java 39.8%
Go 1%
C 0.6%
CMake 0.5%
Other 0.5%