Home

Awesome

git_banner_1200x200

<div align="center">

nostr | twitter | instagram | youtube | linkedin | tiktok

</div>

Iris – The app for better social networks

Iris is a Nostr Android, iOS and web client that has also standalone desktop (Windows, MacOS, Linux) and Docker versions.

Sign up, get started, FAQ and support

Visit Iris FAQ for features, explanations and troubleshooting.

https://user-images.githubusercontent.com/52623440/225862232-7ac9a16a-bf14-4745-ad48-3e3a67bc597e.mp4

Develop

git clone https://github.com/irislib/iris-messenger.git
<details open><summary>Yarn</summary>
# 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
</details> <details><summary>npm</summary>
# install dependencies
npm i

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

# run tests with jest and enzyme
npm run test
</details>

iris.to production version is in the production branch.

Stack:

Docker

Alternatively, you can run the dev environment on Docker: docker-compose up. The dev build with autoreload will be available at http://localhost:8080.

With Docker Desktop and GitHub Desktop this is an easy way to get started with development. Just clone this repository and run docker-compose up in a terminal in its directory.

Tauri (desktop app)

Tauri docs

<details open><summary>Yarn</summary>
# install dependencies
yarn

# develop
yarn tauri dev

# build
yarn tauri build
</details> <details><summary>npm</summary>
# install dependencies
npm i

# develop
npm run tauri dev

# build
npm run tauri build
</details>

iris.to production version is in the production branch.

Master branch is deployed to beta.iris.to.

Tauri desktop releases are built from the release branch by GitHub CI.

NIPS implemented

Privacy

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


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