adamritter / iris-messenger

Decentralized messenger

Home Page:https://iris.to

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Develop

git clone https://github.com/irislib/iris-messenger.git
Yarn
# 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
npm
# 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

iris.to production version is in the stable branch.

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

Yarn
# install dependencies
yarn

# develop
yarn tauri dev

# build
yarn tauri build
npm
# install dependencies
npm i

# develop
npm run tauri dev

# build
npm run tauri build

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.

Privacy

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

Contact

Join our Telegram (will be moved onto Iris when group chat is ready).


About

Decentralized messenger

https://iris.to

License:MIT License


Languages

Language:JavaScript 72.2%Language:TypeScript 23.3%Language:CSS 4.3%Language:HTML 0.2%Language:Dockerfile 0.0%Language:Rust 0.0%