a peer to peer private anonymous and secure messenger that works over tor. It's also free and open source software which gives users the freedom of changing it and redistributing it under the terms of the GNU General Public License v3. https://www.anonymousmessenger.ly
![]() |
2 years ago | |
---|---|---|
.idea | 2 years ago | |
app | 2 years ago | |
fastlane | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
build.gradle | 2 years ago | |
gradle.properties | 3 years ago | |
gradlew | 3 years ago | |
gradlew.bat | 3 years ago | |
log.txt | 2 years ago | |
settings.gradle | 2 years ago |
Official repository: https://git.anonymousmessenger.ly/dx/AnonymousMessenger Official website: https://www.anonymousmessenger.ly/
A peer to peer private anonymous and secure messenger that works over tor. It's also free and open source software which gives users the freedom of changing it and redistributing it under the terms of the GNU General Public License v3.
Anonymous Messenger utilizes tor for it's anonymity network and data transport security when using the onion v3 protocol and the ability to run onion services on any device, also it uses the signal protocol to encrypt all data before sending it over the tor network directly to the intended receiver, which means we get two layers of end-to-end encryption without having to use any server or service. Anonymous Messenger also encrypts data stored on the user's device with the user's password using SQLcipher for the database and 128 bit AES for files. Anonymous Messenger uses it's own protocol for communication which is written for security and simplicity.
Anonymous Messenger can be built as an android project (eg. using Android Studio). we recommend you change the applicationId if you want to install multiple versions on the same device due to signature problems.
Anonymous Messenger depends on tor and obfs4proxy and they must be included for your device's architecture in the jniLibs directory 'app/src/main/jniLibs/[ARCH]' and they need to be named libtor.ARCH.so and obfs4proxy.ARCH.so
We have forked the tor-android repository to provide a script that builds tor for our supported architectures (armeabi-v7a,arm64-v8a,x86,x86_64) visit: https://git.anonymousmessenger.ly/dx/tor-android
We will create a new repository with an easy script to build obfs4proxy soon.