Decentralized messenger
Go to file
Fernando López Guevara aaa421c92b
added prettier, eslint, spanish translations (#161)
* fix: handle missing user on metion properly

* prettier eslint

* use dep from npm registry

* fix: send from to sub callback
2022-11-11 08:00:32 +02:00
.github added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
scripts added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
src added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
tests added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
.cpanel.yml cpanel deployment file 2021-02-16 10:53:36 +02:00
.eslintignore added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
.eslintrc.js added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
.gitignore move Session, State and PeerManager to iris-lib (#157) 2022-10-03 16:05:54 +03:00
.npmignore . 2021-08-03 14:32:09 +03:00
.nvmrc move Session, State and PeerManager to iris-lib (#157) 2022-10-03 16:05:54 +03:00
.prettierignore added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
.prettierrc added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
LICENSE add license 2021-08-11 23:20:05 +03:00
netlify.toml move Session, State and PeerManager to iris-lib (#157) 2022-10-03 16:05:54 +03:00
package.json added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
preact.config.js added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
README.md added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
screenshot.png screenshot to readme, remove attachment 2021-08-10 22:46:01 +03:00
tsconfig.json added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00
yarn.lock added prettier, eslint, spanish translations (#161) 2022-11-11 08:00:32 +02:00

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

  • No installation required
  • Progressive web app
    • Use offline
    • Save as an app to home screen or desktop

Desktop application: (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

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# test the production build locally
yarn serve

# run tests with jest and enzyme
yarn test

iris-lib is a core part of the application. You can clone it and run yarn link in the iris-lib directory. Then run yarn link iris-lib in the iris-messenger directory.

Privacy

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

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.

Contact

Join our Discord (will be moved onto Iris when group chat is ready) or send me a message on Iris.


BTC donations: 3GopC1ijpZktaGLXHb7atugPj9zPGyQeST