Skip to content

zaneschepke/amneziawg-android

 
 

Repository files navigation

Android GUI for AmneziaWG

Download from the Play Store

This is an Android GUI for AmneziaWG.

Library on Maven Central: amenziawg-android

Use the amneziawg-android library

settings.gradle.kts

repositories {
  mavenCentral()
}

build.gradle.kts

dependencies {
    implementation("com.zaneschepke:amneziawg-android:1.2.0")
}

Building

$ git clone --recurse-submodules https://github.com/amnezia-vpn/amneziawg-android
$ cd amneziawg-android
$ ./gradlew assembleRelease

macOS users may need flock(1).

About

AmneziaWG for Android

Resources

License

Stars

Watchers

Forks

Languages

  • Kotlin 58.7%
  • Java 38.4%
  • Go 1.1%
  • Other 1.8%