# Iris Nostr client for better social networks. - 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. ## Use Browser application: [iris.to](https://iris.to) - No installation required - Progressive web app - Use offline - Save as an app to home screen or desktop ## Develop ```bash # 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.to](https://iris.to) production version is in the [stable](https://github.com/irislib/iris-messenger/tree/stable) branch. ## Privacy The application is an unaudited proof-of-concept implementation, so don't use it for security critical purposes. ## Contact Join our [Telegram](https://t.me/irismessenger) (will be moved onto Iris when group chat is ready). ---