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
# 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.
GitHub
GitHub - hzrd149/nostrudel: A sandbox for exploring nostr
A sandbox for exploring nostr. Contribute to hzrd149/nostrudel development by creating an account on GitHub.