Decentralized messenger
Go to file
Martti Malmi a522e919c6 indexeddb unique index fix 2024-01-05 00:17:54 +02:00
.devcontainer Update devcontainer.json 2023-03-14 11:02:12 +02:00
.github rm redundant Events.seen 2023-08-19 16:31:38 +03:00
.netlify vite build 2023-06-09 13:59:21 +03:00
public fix pwa icon? 2023-06-10 11:39:36 +03:00
scripts update script 2023-04-16 11:31:59 +03:00
src indexeddb unique index fix 2024-01-05 00:17:54 +02:00
src-tauri cargo.lock 2023-08-19 13:45:20 +03:00
tests utils/Hex dir 2023-08-21 22:53:08 +03:00
.eslintignore lint 2022-12-28 14:37:09 +02:00
.eslintrc.cjs more fn comps 2023-08-19 19:12:30 +03:00
.gitignore test coverage reporting 2023-08-20 12:38:05 +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
Dockerfile dockerfiles 2023-06-09 14:04:57 +03:00
Dockerfile.dev fix docker-compose port 2023-06-09 16:55:32 +03:00
LICENSE restore LICENSE 2023-06-09 15:45:46 +03:00
README.md add stack description to readme 2023-06-13 10:55:05 +03:00
docker-compose.yml fix docker-compose port 2023-06-09 16:55:32 +03:00
index.html user-scalable=yes 2023-08-21 13:43:06 +03:00
package.json Network graph renderer, WIP. 2023-10-12 14:49:45 +03:00
postcss.config.js add tailwind 2023-06-12 11:22:04 +03:00
tailwind.config.js note form style 2023-08-16 16:41:55 +03:00
tsconfig.json vitest test & benchmark tools 2023-08-18 12:24:27 +03:00
tsconfig.node.json vite build 2023-06-09 13:59:21 +03:00
vite.config.ts test coverage reporting 2023-08-20 12:38:05 +03:00
yarn.lock yarn.lock committed separately, just in case there are weird collisions. 2023-10-12 14:53:28 +03:00

README.md

git_banner_1200x200

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 in seconds: Just type a name and hit "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.

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
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 production branch.

Stack:

  • Vite — a fast frontend build tool
  • Preact — a fast 3kB alternative to React with the same modern API
  • Tailwind CSS — a CSS framework for rapid UI development. Less custom CSS.
  • DaisyUI — a component library for Tailwind CSS

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.

NIPS implemented

Privacy

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