You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
10 hours ago | |
---|---|---|
.idea | 10 months ago | |
gradle/wrapper | 4 months ago | |
tunnel | 10 hours ago | |
ui | 10 hours ago | |
.gitignore | 3 years ago | |
.gitmodules | 3 years ago | |
COPYING | 5 years ago | |
README.md | 1 year ago | |
build.gradle | 4 months ago | |
gradle.properties | 9 months ago | |
gradlew | 4 months ago | |
settings.gradle | 12 hours ago | |
sync-crowdin.sh | 2 years ago | |
version.gradle | 11 hours ago |
README.md
Android GUI for WireGuard
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_1_8
targetCompatibility JavaVersion.VERSION_1_8
coreLibraryDesugaringEnabled = true
}
dependencies {
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
}
Translating
Please help us translate the app into several languages on our translation platform.