@hzrd149 Hi, is there a Nostr relay tray for mac?
I think https://github.com/CodyTseng/nostr-relay-tray runs on Mac. But not sure since I don't have a Mac Can you confirm @cody
I'm running it on my windows and linux machine, but couldn't find a way to install it on my mac (m1p)
I am harvesting zaps, zap this to support. ⚡ https://image.nostr.build/cf0c7638c9cb40a75c92ed81a9a1b71defe3d14396e0396345ceaeb70732d262.jpg
Nostr relay tray can run on Mac. https://github.com/CodyTseng/nostr-relay-tray/releases/download/v1.2.1/nostr-relay-tray-darwin-x64-1.2.1.zip Rosetta will allow it to run smoothly. Because I'm not an Apple developer, I'm unable to package an Apple silicon version. If you want to run an Apple silicon version, you'll need to compile it from the source code. The performance will be better. ``` # Clone this repository git clone https://github.com/CodyTseng/nostr-relay-tray.git # Go into the repository cd nostr-relay-tray # Install dependencies npm install # Build the app npm run make ``` The executable file will be in the `out` folder.