I have always tried to run my own Nostr client. Right now, I am using Nostrudel, and its pretty easy to run it locally, if you have docker set up. So overall, the following steps will need to be followed. Prerequisites are that you have git installed, and you have docker installed and docker desktop is running, and you know how to run commands in terminal. # clone the app git clone https://github.com/hzrd149/nostrudel.git # run it in docker docker run --rm -p 8080:80 ghcr.io/hzrd149/nostrudel:master # open localhost:8080/ in your browser Other clients would also be similarly easy to run.