WireGuard/wireguard-android
Kotlinalternativa a NordVPN、ExpressVPN、Surfshark
Mirror only. Official repository is at https://git.zx2c4.com/wireguard-android
wireguardvpnandroidkotlinnetworking
Métricas clave
Crecimiento de estrellas
Estrellas
1.6k
Forks
585
Crecimiento semanal
+6
Issues
0
5001k1.5k
ene 2023ago 2023mar 2024nov 2024jun 2025ene 2026sept 2026
README
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_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.
Repositorios relacionados