Decentralized messenger
Go to file
2020-09-30 14:15:49 +03:00
.github/workflows Preact (#22) 2020-08-28 16:11:45 +03:00
src checkGunPeerCount interval 60000 2020-09-30 12:53:01 +03:00
.eslintrc.js Modular (#16) 2020-05-28 16:33:51 +03:00
.gitignore init 2020-01-13 22:21:53 +02:00
package.json only one notification request per message to user 2020-07-09 20:25:15 +03:00
README.md Update README.md 2020-09-30 14:15:49 +03:00
screenshot.png v, add screenshot 2020-02-24 15:29:37 +02:00

Iris Messenger

Iris Messenger is like the social networking apps we're used to, but better.

  • No phone number or signup required. Just start using it!
  • Secure: It's open source. Users can validate that big brother doesn't read your private messages.
  • Available: It works offline-first and is not dependent on any single centrally managed server. Users can even connect directly to each other.

Screenshot

Use

Browser application: iris.to

Desktop version: (download, source code):

  • Communicate and synchronize with local network peers without Internet access
    • When local peers eventually connect to the Internet, your messages are relayed globally
    • Bluetooth support upcoming
  • Opens to background on login: stay online and get message notifications!
  • More secure and available: no need to open the browser application from a server.

Develop

git clone git@github.com:irislib/iris-messenger.git
cd iris-messenger
yarn
yarn start

Eslint: yarn eslint src/js/*.js

The application was originally built in plain jQuery without a framework. While we now use preact, there's still some jquery logic that should be ported.

Privacy

Messages are end-to-end encrypted, but message timestamps and the number of chats aren't. In a decentralized network this information is potentially available to anyone.

By looking at timestamps in chats, it is possible to guess who are chatting with each other. It is also possible, if not trivial, to find out who are communicating with each other by monitoring data subscriptions on the decentralized database.

In that regard, Iris prioritizes decentralization and availability over perfect privacy.

Profile names, photos and online status are currently public. That can be changed when advanced group permissions are developed.

The application is an unaudited proof-of-concept implementation, so don't use it for security critical purposes.

Contact

Join our Discord or send me a message on Iris.