Git Product home page Git Product logo

iris-messenger's Introduction

Iris

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

  • No phone number or signup required. Just type in your name or alias and go!
  • 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 [email protected]:irislib/iris-messenger.git
cd iris-messenger
yarn
yarn start

No build tools! It just serves the src directory at http://localhost:8000

Eslint: yarn eslint src/js/*.js --fix;yarn eslint src/js/components/*.js --fix

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

Private 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.

iris-messenger's People

Contributors

mmalmi avatar thrownness avatar qvdev avatar estebanrfp avatar dletta avatar yisiliu avatar stateandbehavior avatar rogowski avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.