mirror of
https://github.com/amnezia-vpn/amneziawg-android.git
synced 2026-07-03 14:05:13 +02:00
16 lines
484 B
Markdown
16 lines
484 B
Markdown
# Android GUI for [AmneziaWG](https://amnezia.org/learn-more/31_amneziawg)
|
|
|
|
**[Download from the Play Store](https://play.google.com/store/apps/details?id=org.amnezia.awg)**
|
|
|
|
This is an Android GUI for [AmneziaWG](https://amnezia.org/learn-more/31_amneziawg).
|
|
|
|
## Building
|
|
|
|
```
|
|
$ git clone --recurse-submodules https://github.com/amnezia-vpn/amneziawg-android
|
|
$ cd amneziawg-android
|
|
$ ./gradlew assembleRelease
|
|
```
|
|
|
|
macOS users may need [flock(1)](https://github.com/discoteq/flock).
|