iris-messenger/README.md

53 lines
2.7 KiB
Markdown
Raw Normal View History

2020-09-30 11:16:36 +00:00
# Iris
Iris is like the social networking apps we're used to, but better.
2020-09-30 11:19:16 +00:00
* No phone number or signup required. Just type in your name or alias and go!
2020-09-30 11:15:49 +00:00
* Secure: It's open source. Users can validate that big brother doesn't read your private messages.
2020-01-30 16:42:36 +00:00
* Available: It works offline-first and is not dependent on any single centrally managed server. Users can even connect directly to each other.
2020-01-14 08:41:30 +00:00
2021-01-16 14:12:31 +00:00
![Screenshot](src/img/screenshot.png)
2020-03-12 14:13:11 +00:00
2020-01-30 16:42:36 +00:00
## Use
Browser application: [iris.to](https://iris.to)
2020-01-14 08:41:30 +00:00
2020-01-30 16:42:36 +00:00
Desktop version: ([download](https://github.com/irislib/iris-electron/releases), [source code](https://github.com/irislib/iris-electron)):
2020-01-30 11:10:53 +00:00
* 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
2020-01-30 10:21:43 +00:00
* 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.
2020-01-14 08:41:30 +00:00
## Develop
```
git clone https://github.com/irislib/iris-messenger.git
2020-01-14 08:41:30 +00:00
cd iris-messenger
yarn
yarn start
```
2020-01-30 11:10:53 +00:00
No build tools! It just serves the `src` directory at http://localhost:8080
2020-09-30 11:36:38 +00:00
Eslint: `yarn eslint src/js/*.js --fix;yarn eslint src/js/components/*.js --fix`
2020-05-28 13:33:51 +00:00
2020-08-28 13:11:45 +00:00
The application was originally built in plain jQuery without a framework. While we now use [preact](https://preactjs.com/), there's still some jquery logic that should be ported.
2020-01-30 16:42:36 +00:00
2020-01-30 11:10:53 +00:00
## Privacy
2020-09-30 11:16:05 +00:00
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.
2020-01-30 11:10:53 +00:00
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.
2020-01-30 16:46:07 +00:00
The application is an unaudited proof-of-concept implementation, so don't use it for security critical purposes.
2020-09-30 09:43:48 +00:00
## Contact
Join our [Discord](https://discord.gg/4Dgf54k) or send me a message on [Iris](https://iris.to/?chatWith=hyECQHwSo7fgr2MVfPyakvayPeixxsaAWVtZ-vbaiSc.TXIp8MnCtrnW6n2MrYquWPcc-DTmZzMBmc2yaGv9gIU&s=HlzYzNrhUsrn2PLi4yuRt6DiFUNM3hOmN8nFpgw6T-g&k=zvDfsInsMOI1).
2020-12-20 07:14:18 +00:00
---
<a href="https://opencollective.com/iris-social/donate" target="_blank"><img src="https://opencollective.com/iris-social/donate/button@2x.png?color=blue" width=200 /></a>
<p><sub>BTC donations: 3GopC1ijpZktaGLXHb7atugPj9zPGyQeST</sub></p>