aTox is a modern Tox client for Android.
Repository: | https://github.com/evilcorpltd/aTox |
Maintainers: | robinli |
Language: | Kotlin |
Operating Systems: | Android |
Status: | Active |
aTox can be easily installed from F-Droid or Google Play.
Alternatively its .apk file can be downloaded from its GitHub releases page.
git clone https://github.com/evilcorpltd/aTox.git
Until #730 (GitHub issues) is closed, you'll have to build and publish tox4j to a local repository:
./scripts/build-host -j$(nproc)
./scripts/build-aarch64-linux-android -j$(nproc) release
./scripts/build-arm-linux-androideabi -j$(nproc) release
./scripts/build-i686-linux-android -j$(nproc) release
./scripts/build-x86_64-linux-android -j$(nproc) release
gradlew build
Want to see aTox in your language? Contribute a translation on Weblate!