@fasnix
An understandable concern. The app runs on a browser, but the aim is for it to not rely on the internet for the static functionally. It's better demonstrated on the open source version where you can run index.html in a browser without a static server (making it portable). Check the readme for more details.
https://github.com/positive-intentions/chat
The https://Encrypted.Chat app (as seen on the landing page) is currently close-source and far from finished.
That's right that if you open it in a different browser, it'll be a different identity. I'm working towards that not being an issues by moving towards using the filesystem API, but that's further from finished.
@kubikpixel
Thanks for the interest in my app. I'd like to make it clear a lot of my work is still in development and not ready to replace any other app or service. The app is working as described in the docs,but that doesn't make it production-ready. You can reach out for clarity on any details, but at this early stage in development, there will be breaking changes as I introduce improvements... so use cautiously.
Ultimately the app is presented for testing and demo purposes as I work towards something that is production-ready(, which is not the case at the moment!)