nymtech / nym-vpn-android

The NymVPN client app for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NymVPN Android

The Android client application for NymVPN.

Building

Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Add android targets to Rust

rustup target add \
            aarch64-linux-android \
            armv7-linux-androideabi \
            x86_64-linux-android \
            i686-linux-android

Install cargo-ndk

cargo install cargo-ndk

Install Go

brew install go

Install JDK 17

brew install openjdk@17

Install protobuf

brew install protobuf

Install Android Studio w/NDK

$ git clone https://github.com/nymtech/nymvpn-android
$ cd nymvpn-android
$ ./gradlew assembleDebug

About

The NymVPN client app for Android

License:GNU General Public License v3.0


Languages

Language:Kotlin 99.0%Language:Shell 0.7%Language:Ruby 0.3%